Class GetMobileGuestDataParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.contentmanagement.BaseGetVersionedDataParams
-
- org.cyclos.model.contentmanagement.GetVersionedDataParams
-
- org.cyclos.model.contentmanagement.GetMobileGuestDataParams
-
- All Implemented Interfaces:
Serializable
public class GetMobileGuestDataParams extends GetVersionedDataParams
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Long,GetMobileGuestDataParams>DEVICE_IDstatic BasicProperty<Boolean,GetMobileGuestDataParams>ONLY_CUSTOMIZED_TRANSLATIONSstatic BasicProperty<PinLocatorVO,GetMobileGuestDataParams>PIN_LOCATOR-
Fields inherited from class org.cyclos.model.contentmanagement.GetVersionedDataParams
FOOTER, HEADER, WELCOME_PAGE
-
Fields inherited from class org.cyclos.model.contentmanagement.BaseGetVersionedDataParams
CYCLOS_VERSION, LANGUAGE, THEME
-
-
Constructor Summary
Constructors Constructor Description GetMobileGuestDataParams()GetMobileGuestDataParams(Property<T,? super GetMobileGuestDataParams> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()LonggetDeviceId()PinLocatorVOgetPinLocator()booleanisOnlyCustomizedTranslations()voidsetDeviceId(Long deviceId)voidsetOnlyCustomizedTranslations(boolean onlyCustomizedTranslations)voidsetPinLocator(PinLocatorVO pinLocator)-
Methods inherited from class org.cyclos.model.contentmanagement.GetVersionedDataParams
getFooter, getHeader, getWelcomePage, setFooter, setHeader, setWelcomePage
-
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
-
DEVICE_ID
public static final BasicProperty<Long,GetMobileGuestDataParams> DEVICE_ID
-
ONLY_CUSTOMIZED_TRANSLATIONS
public static final BasicProperty<Boolean,GetMobileGuestDataParams> ONLY_CUSTOMIZED_TRANSLATIONS
-
PIN_LOCATOR
public static final BasicProperty<PinLocatorVO,GetMobileGuestDataParams> PIN_LOCATOR
-
-
Constructor Detail
-
GetMobileGuestDataParams
public GetMobileGuestDataParams()
-
GetMobileGuestDataParams
public GetMobileGuestDataParams(Property<T,? super GetMobileGuestDataParams> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classGetVersionedDataParams
-
getDeviceId
public Long getDeviceId()
-
setDeviceId
public void setDeviceId(Long deviceId)
-
isOnlyCustomizedTranslations
public boolean isOnlyCustomizedTranslations()
-
setOnlyCustomizedTranslations
public void setOnlyCustomizedTranslations(boolean onlyCustomizedTranslations)
-
getPinLocator
public PinLocatorVO getPinLocator()
-
setPinLocator
public void setPinLocator(PinLocatorVO pinLocator)
-
className
public String className()
- Overrides:
classNamein classGetVersionedDataParams
-
-