@Entity public class DataTranslation extends org.cyclos.entities.BaseEntity implements DefinesNetwork
| Constructor and Description |
|---|
DataTranslation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getEntityId() |
BuiltinLanguage |
getLanguage() |
Network |
getNetwork() |
java.lang.String |
getPropertyName() |
DataTranslationType |
getType() |
java.lang.String |
getValue() |
void |
setEntityId(java.lang.Long entityId) |
void |
setLanguage(BuiltinLanguage language) |
void |
setNetwork(Network network) |
void |
setPropertyName(java.lang.String propertyName) |
void |
setType(DataTranslationType type) |
void |
setValue(java.lang.String value) |
getDataTranslationType, getVersion, isGlobal, isPersistent, isTransientpublic java.lang.Long getEntityId()
public BuiltinLanguage getLanguage()
public Network getNetwork()
getNetwork in class org.cyclos.entities.BaseEntitypublic java.lang.String getPropertyName()
public DataTranslationType getType()
public java.lang.String getValue()
public void setEntityId(java.lang.Long entityId)
public void setLanguage(BuiltinLanguage language)
public void setNetwork(Network network)
setNetwork in interface DefinesNetworkpublic void setPropertyName(java.lang.String propertyName)
public void setType(DataTranslationType type)
public void setValue(java.lang.String value)