Class GetMobileUserDataParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.contentmanagement.BaseGetVersionedDataParams
-
- org.cyclos.model.contentmanagement.GetMobileUserDataParams
-
- All Implemented Interfaces:
Serializable
public class GetMobileUserDataParams extends BaseGetVersionedDataParams
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<TranslatableVersionedVO,GetMobileUserDataParams>HOME_PAGEstatic BasicProperty<TranslatableVersionedVO,GetMobileUserDataParams>MOBILE_HELPstatic BasicProperty<Boolean,GetMobileUserDataParams>ONLY_CUSTOMIZED_TRANSLATIONSstatic BasicProperty<TranslatableVersionedVO,GetMobileUserDataParams>POS_HELP-
Fields inherited from class org.cyclos.model.contentmanagement.BaseGetVersionedDataParams
CYCLOS_VERSION, LANGUAGE, THEME
-
-
Constructor Summary
Constructors Constructor Description GetMobileUserDataParams()GetMobileUserDataParams(Property<T,? super GetMobileUserDataParams> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()TranslatableVersionedVOgetHomePage()TranslatableVersionedVOgetMobileHelp()TranslatableVersionedVOgetPosHelp()booleanisOnlyCustomizedTranslations()voidsetHomePage(TranslatableVersionedVO homePage)voidsetMobileHelp(TranslatableVersionedVO mobileHelp)voidsetOnlyCustomizedTranslations(boolean onlyCustomizedTranslations)voidsetPosHelp(TranslatableVersionedVO posHelp)-
Methods inherited from class org.cyclos.model.contentmanagement.BaseGetVersionedDataParams
getCyclosVersion, getLanguage, getTheme, setCyclosVersion, setLanguage, setTheme
-
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
-
HOME_PAGE
public static final BasicProperty<TranslatableVersionedVO,GetMobileUserDataParams> HOME_PAGE
-
MOBILE_HELP
public static final BasicProperty<TranslatableVersionedVO,GetMobileUserDataParams> MOBILE_HELP
-
ONLY_CUSTOMIZED_TRANSLATIONS
public static final BasicProperty<Boolean,GetMobileUserDataParams> ONLY_CUSTOMIZED_TRANSLATIONS
-
POS_HELP
public static final BasicProperty<TranslatableVersionedVO,GetMobileUserDataParams> POS_HELP
-
-
Constructor Detail
-
GetMobileUserDataParams
public GetMobileUserDataParams()
-
GetMobileUserDataParams
public GetMobileUserDataParams(Property<T,? super GetMobileUserDataParams> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBaseGetVersionedDataParams
-
getHomePage
public TranslatableVersionedVO getHomePage()
-
setHomePage
public void setHomePage(TranslatableVersionedVO homePage)
-
getMobileHelp
public TranslatableVersionedVO getMobileHelp()
-
setMobileHelp
public void setMobileHelp(TranslatableVersionedVO mobileHelp)
-
isOnlyCustomizedTranslations
public boolean isOnlyCustomizedTranslations()
-
setOnlyCustomizedTranslations
public void setOnlyCustomizedTranslations(boolean onlyCustomizedTranslations)
-
getPosHelp
public TranslatableVersionedVO getPosHelp()
-
setPosHelp
public void setPosHelp(TranslatableVersionedVO posHelp)
-
className
public String className()
- Overrides:
classNamein classBaseGetVersionedDataParams
-
-