public interface ICRMDOTranslatableEntity
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute() |
java.util.Set<CRMDOEntityAttributeTranslation> |
getEntityAttributeTranslations() |
Language |
getLanguage() |
void |
setAttribute(java.lang.String attribute) |
void |
setEntityAttributeTranslations(java.util.Set<CRMDOEntityAttributeTranslation> entityAttributeTranslations) |
void |
setLanguage(Language language) |
java.lang.String getAttribute()
void setAttribute(java.lang.String attribute)
Language getLanguage()
void setLanguage(Language language)
java.util.Set<CRMDOEntityAttributeTranslation> getEntityAttributeTranslations()
void setEntityAttributeTranslations(java.util.Set<CRMDOEntityAttributeTranslation> entityAttributeTranslations)