Class LanguageData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<LanguageDTO>
-
- org.cyclos.model.system.languages.LanguageData
-
- All Implemented Interfaces:
Serializable
public class LanguageData extends EntityData<LanguageDTO>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<LanguageVO,LanguageData>POSSIBLE_PARENTS-
Fields inherited from class org.cyclos.model.EntityData
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, REMOVABLE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES
-
-
Constructor Summary
Constructors Constructor Description LanguageData()LanguageData(Property<T,? super LanguageData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<LanguageVO>getPossibleParents()voidsetPossibleParents(List<LanguageVO> possibleParents)-
Methods inherited from class org.cyclos.model.EntityData
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, isRemovable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setRemovable, setTranslatedPropertyTypes, setTranslatedValues
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
POSSIBLE_PARENTS
public static final ListProperty<LanguageVO,LanguageData> POSSIBLE_PARENTS
-
-
Constructor Detail
-
LanguageData
public LanguageData()
-
LanguageData
public LanguageData(Property<T,? super LanguageData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityData<LanguageDTO>
-
getPossibleParents
public List<LanguageVO> getPossibleParents()
-
setPossibleParents
public void setPossibleParents(List<LanguageVO> possibleParents)
-
-