public class TranslationMessageVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,TranslationMessageVO> |
CURRENT_TRANSLATION |
static BasicProperty<java.lang.String,TranslationMessageVO> |
KEY |
static BasicProperty<java.lang.String,TranslationMessageVO> |
ORIGINAL_TRANSLATION |
ID| Constructor and Description |
|---|
TranslationMessageVO() |
TranslationMessageVO(java.lang.Long id) |
TranslationMessageVO(Property<T,? super TranslationMessageVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getCurrentTranslation() |
java.lang.String |
getKey() |
java.lang.String |
getOriginalTranslation() |
void |
setCurrentTranslation(java.lang.String currentTranslation) |
void |
setKey(java.lang.String key) |
void |
setOriginalTranslation(java.lang.String originalTranslation) |
java.lang.String |
toString() |
getId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,TranslationMessageVO> CURRENT_TRANSLATION
public static final BasicProperty<java.lang.String,TranslationMessageVO> KEY
public static final BasicProperty<java.lang.String,TranslationMessageVO> ORIGINAL_TRANSLATION
public TranslationMessageVO()
public TranslationMessageVO(java.lang.Long id)
public TranslationMessageVO(Property<T,? super TranslationMessageVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic java.lang.String getCurrentTranslation()
public void setCurrentTranslation(java.lang.String currentTranslation)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getOriginalTranslation()
public void setOriginalTranslation(java.lang.String originalTranslation)
public java.lang.String toString()
toString in class EntityModel