Interface Translation
- All Superinterfaces:
MultiTenantCloneable<Translation>
,Serializable
- All Known Implementing Classes:
TranslationImpl
This domain object represents a translated value for a given property on an entity for a specific locale.
- Author:
- Andre Azzolini (apazzolini)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setEntityId
(String entityId) void
setEntityType
(TranslatedEntity entityType) void
setFieldName
(String fieldName) void
void
setLocaleCode
(String localeCode) void
setTranslatedValue
(String translatedValue) Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details