public class GetMobileUserDataParams extends BaseGetMobileDataParams
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<VersionedVO,GetMobileUserDataParams> |
MOBILE_HELP |
static BasicProperty<VersionedVO,GetMobileUserDataParams> |
POS_HELP |
CYCLOS_VERSION, LANGUAGE, THEME| Constructor and Description |
|---|
GetMobileUserDataParams() |
GetMobileUserDataParams(Property<T,? super GetMobileUserDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
VersionedVO |
getMobileHelp() |
VersionedVO |
getPosHelp() |
void |
setMobileHelp(VersionedVO mobileHelp) |
void |
setPosHelp(VersionedVO posHelp) |
getCyclosVersion, getLanguage, getTheme, setCyclosVersion, setLanguage, setThemeaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, 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<VersionedVO,GetMobileUserDataParams> MOBILE_HELP
public static final BasicProperty<VersionedVO,GetMobileUserDataParams> POS_HELP
public GetMobileUserDataParams()
public GetMobileUserDataParams(Property<T,? super GetMobileUserDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseGetMobileDataParamspublic VersionedVO getMobileHelp()
public void setMobileHelp(VersionedVO mobileHelp)
public VersionedVO getPosHelp()
public void setPosHelp(VersionedVO posHelp)