Class ApplicationTranslationData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.contentmanagement.translations.ApplicationTranslationData
-
- All Implemented Interfaces:
Serializable
public class ApplicationTranslationData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<TranslationCategoryVO,ApplicationTranslationData>CATEGORIESstatic StringCLASS_NAMEstatic BasicProperty<LanguageVO,ApplicationTranslationData>LANGUAGE_VO
-
Constructor Summary
Constructors Constructor Description ApplicationTranslationData()ApplicationTranslationData(Property<T,? super ApplicationTranslationData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<TranslationCategoryVO>getCategories()LanguageVOgetLanguageVO()voidsetCategories(List<TranslationCategoryVO> categories)voidsetLanguageVO(LanguageVO languageVO)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CATEGORIES
public static final ListProperty<TranslationCategoryVO,ApplicationTranslationData> CATEGORIES
-
LANGUAGE_VO
public static final BasicProperty<LanguageVO,ApplicationTranslationData> LANGUAGE_VO
-
-
Constructor Detail
-
ApplicationTranslationData
public ApplicationTranslationData()
-
ApplicationTranslationData
public ApplicationTranslationData(Property<T,? super ApplicationTranslationData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getCategories
public List<TranslationCategoryVO> getCategories()
-
setCategories
public void setCategories(List<TranslationCategoryVO> categories)
-
getLanguageVO
public LanguageVO getLanguageVO()
-
setLanguageVO
public void setLanguageVO(LanguageVO languageVO)
-
-