public class ApplicationTranslationData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<TranslationCategoryVO,ApplicationTranslationData> |
CATEGORIES |
static java.lang.String |
CLASS_NAME |
static BasicProperty<LanguageVO,ApplicationTranslationData> |
LANGUAGE_VO |
| Constructor and Description |
|---|
ApplicationTranslationData() |
ApplicationTranslationData(Property<T,? super ApplicationTranslationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<TranslationCategoryVO> |
getCategories() |
LanguageVO |
getLanguageVO() |
void |
setCategories(java.util.List<TranslationCategoryVO> categories) |
void |
setLanguageVO(LanguageVO languageVO) |
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 ListProperty<TranslationCategoryVO,ApplicationTranslationData> CATEGORIES
public static final BasicProperty<LanguageVO,ApplicationTranslationData> LANGUAGE_VO
public ApplicationTranslationData()
public ApplicationTranslationData(Property<T,? super ApplicationTranslationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<TranslationCategoryVO> getCategories()
public void setCategories(java.util.List<TranslationCategoryVO> categories)
public LanguageVO getLanguageVO()
public void setLanguageVO(LanguageVO languageVO)