public class MobileUserDTO extends BaseMobileDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.String,MobileUserDTO> |
ACCESS_CLIENT_TOKEN |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Long,MobileUserDTO> |
HELP_ID |
static BasicProperty<java.lang.Integer,MobileUserDTO> |
HELP_VERSION |
CYCLOS_VERSION, LANGUAGE_ID, LANGUAGE_VERSION, THEME_ID, THEME_VERSION| Constructor and Description |
|---|
MobileUserDTO() |
MobileUserDTO(Property<T,? super MobileUserDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getAccessClientToken() |
java.lang.Long |
getHelpId() |
int |
getHelpVersion() |
void |
setAccessClientToken(java.lang.String accessClientToken) |
void |
setHelpId(java.lang.Long helpId) |
void |
setHelpVersion(int helpVersion) |
getCyclosVersion, getLanguageId, getLanguageVersion, getThemeId, getThemeVersion, setCyclosVersion, setLanguageId, setLanguageVersion, setThemeId, setThemeVersionaddPropertyChangeListener, 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<java.lang.String,MobileUserDTO> ACCESS_CLIENT_TOKEN
public static final BasicProperty<java.lang.Long,MobileUserDTO> HELP_ID
public static final BasicProperty<java.lang.Integer,MobileUserDTO> HELP_VERSION
public MobileUserDTO()
public MobileUserDTO(Property<T,? super MobileUserDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseMobileDTOpublic java.lang.String getAccessClientToken()
public void setAccessClientToken(java.lang.String accessClientToken)
public java.lang.Long getHelpId()
public void setHelpId(java.lang.Long helpId)
public int getHelpVersion()
public void setHelpVersion(int helpVersion)