@Entity public class DataTranslation extends BaseEntity
| Constructor and Description |
|---|
DataTranslation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getEntityId() |
Language |
getLanguage() |
Network |
getNetwork() |
java.lang.String |
getPropertyName() |
DataTranslationType |
getType() |
java.lang.String |
getValue() |
void |
setEntityId(java.lang.Long entityId) |
void |
setLanguage(Language language) |
void |
setPropertyName(java.lang.String propertyName) |
void |
setType(DataTranslationType type) |
void |
setValue(java.lang.String value) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic java.lang.Long getEntityId()
public Language getLanguage()
public Network getNetwork()
getNetwork in class BaseEntitypublic java.lang.String getPropertyName()
public DataTranslationType getType()
public java.lang.String getValue()
public void setEntityId(java.lang.Long entityId)
public void setLanguage(Language language)
public void setPropertyName(java.lang.String propertyName)
public void setType(DataTranslationType type)
public void setValue(java.lang.String value)