Interface Translation

All Superinterfaces:
MultiTenantCloneable<Translation>, Serializable
All Known Implementing Classes:
TranslationImpl

public interface Translation extends MultiTenantCloneable<Translation>, Serializable
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 Details

    • getId

      Long getId()
    • setId

      void setId(Long id)
    • getEntityType

      TranslatedEntity getEntityType()
    • setEntityType

      void setEntityType(TranslatedEntity entityType)
    • getEntityId

      String getEntityId()
    • setEntityId

      void setEntityId(String entityId)
    • getFieldName

      String getFieldName()
    • setFieldName

      void setFieldName(String fieldName)
    • getLocaleCode

      String getLocaleCode()
    • setLocaleCode

      void setLocaleCode(String localeCode)
    • getTranslatedValue

      String getTranslatedValue()
    • setTranslatedValue

      void setTranslatedValue(String translatedValue)