public class TranslationKeyDTO extends BasicTranslationKeyDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,TranslationKeyDTO> |
VALUE |
KEY, LANGUAGE| Constructor and Description |
|---|
TranslationKeyDTO() |
TranslationKeyDTO(Property<T,? super TranslationKeyDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getValue() |
void |
setValue(java.lang.String value) |
getKey, getLanguage, setKey, setLanguage, toStringaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,TranslationKeyDTO> VALUE
public TranslationKeyDTO()
public TranslationKeyDTO(Property<T,? super TranslationKeyDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicTranslationKeyDTOpublic java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String className()
className in class BasicTranslationKeyDTO