public abstract class BaseGetMobileDataParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,BaseGetMobileDataParams> |
CYCLOS_VERSION |
static BasicProperty<VersionedVO,BaseGetMobileDataParams> |
LANGUAGE |
static BasicProperty<VersionedVO,BaseGetMobileDataParams> |
THEME |
| Constructor and Description |
|---|
BaseGetMobileDataParams() |
BaseGetMobileDataParams(Property<T,? super BaseGetMobileDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getCyclosVersion() |
VersionedVO |
getLanguage() |
VersionedVO |
getTheme() |
void |
setCyclosVersion(java.lang.String cyclosVersion) |
void |
setLanguage(VersionedVO language) |
void |
setTheme(VersionedVO theme) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,BaseGetMobileDataParams> CYCLOS_VERSION
public static final BasicProperty<VersionedVO,BaseGetMobileDataParams> LANGUAGE
public static final BasicProperty<VersionedVO,BaseGetMobileDataParams> THEME
public BaseGetMobileDataParams()
public BaseGetMobileDataParams(Property<T,? super BaseGetMobileDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getCyclosVersion()
public void setCyclosVersion(java.lang.String cyclosVersion)
public VersionedVO getLanguage()
public void setLanguage(VersionedVO language)
public VersionedVO getTheme()
public void setTheme(VersionedVO theme)