public class DataTranslationData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<LanguageVO,DataTranslationData> |
LANGUAGE_VO |
static ListProperty<DataTranslationPropertyData,DataTranslationData> |
PROPERTIES |
static ListProperty<DataTranslationDTO,DataTranslationData> |
TRANSLATIONS |
static BasicProperty<DataTranslationType,DataTranslationData> |
TYPE |
| Constructor and Description |
|---|
DataTranslationData() |
DataTranslationData(Property<T,? super DataTranslationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
LanguageVO |
getLanguageVO() |
java.util.List<DataTranslationPropertyData> |
getProperties() |
java.util.List<DataTranslationDTO> |
getTranslations() |
DataTranslationType |
getType() |
void |
setLanguageVO(LanguageVO languageVO) |
void |
setProperties(java.util.List<DataTranslationPropertyData> properties) |
void |
setTranslations(java.util.List<DataTranslationDTO> translations) |
void |
setType(DataTranslationType type) |
addPropertyChangeListener, 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<LanguageVO,DataTranslationData> LANGUAGE_VO
public static final ListProperty<DataTranslationPropertyData,DataTranslationData> PROPERTIES
public static final ListProperty<DataTranslationDTO,DataTranslationData> TRANSLATIONS
public static final BasicProperty<DataTranslationType,DataTranslationData> TYPE
public DataTranslationData()
public DataTranslationData(Property<T,? super DataTranslationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic LanguageVO getLanguageVO()
public void setLanguageVO(LanguageVO languageVO)
public java.util.List<DataTranslationPropertyData> getProperties()
public void setProperties(java.util.List<DataTranslationPropertyData> properties)
public java.util.List<DataTranslationDTO> getTranslations()
public void setTranslations(java.util.List<DataTranslationDTO> translations)
public DataTranslationType getType()
public void setType(DataTranslationType type)