Class BaseGetVersionedDataParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.contentmanagement.BaseGetVersionedDataParams
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GetMobileUserDataParams,GetVersionedDataParams
public class BaseGetVersionedDataParams extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,BaseGetVersionedDataParams>CYCLOS_VERSIONstatic BasicProperty<VersionedVO,BaseGetVersionedDataParams>LANGUAGEstatic BasicProperty<VersionedVO,BaseGetVersionedDataParams>THEME
-
Constructor Summary
Constructors Constructor Description BaseGetVersionedDataParams()BaseGetVersionedDataParams(Property<T,? super BaseGetVersionedDataParams> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetCyclosVersion()VersionedVOgetLanguage()VersionedVOgetTheme()voidsetCyclosVersion(String cyclosVersion)voidsetLanguage(VersionedVO language)voidsetTheme(VersionedVO theme)-
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
-
CYCLOS_VERSION
public static final BasicProperty<String,BaseGetVersionedDataParams> CYCLOS_VERSION
-
LANGUAGE
public static final BasicProperty<VersionedVO,BaseGetVersionedDataParams> LANGUAGE
-
THEME
public static final BasicProperty<VersionedVO,BaseGetVersionedDataParams> THEME
-
-
Constructor Detail
-
BaseGetVersionedDataParams
public BaseGetVersionedDataParams()
-
BaseGetVersionedDataParams
public BaseGetVersionedDataParams(Property<T,? super BaseGetVersionedDataParams> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getCyclosVersion
public String getCyclosVersion()
-
setCyclosVersion
public void setCyclosVersion(String cyclosVersion)
-
getLanguage
public VersionedVO getLanguage()
-
setLanguage
public void setLanguage(VersionedVO language)
-
getTheme
public VersionedVO getTheme()
-
setTheme
public void setTheme(VersionedVO theme)
-
-