public class MobileGuestDTO extends BaseMobileDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Long,MobileGuestDTO> |
LOGIN_FOOTER_ID |
static BasicProperty<java.lang.Integer,MobileGuestDTO> |
LOGIN_FOOTER_VERSION |
static BasicProperty<java.lang.Long,MobileGuestDTO> |
LOGIN_HEADER_ID |
static BasicProperty<java.lang.Integer,MobileGuestDTO> |
LOGIN_HEADER_VERSION |
CYCLOS_VERSION, LANGUAGE_ID, LANGUAGE_VERSION, THEME_ID, THEME_VERSION| Constructor and Description |
|---|
MobileGuestDTO() |
MobileGuestDTO(Property<T,? super MobileGuestDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Long |
getLoginFooterId() |
int |
getLoginFooterVersion() |
java.lang.Long |
getLoginHeaderId() |
int |
getLoginHeaderVersion() |
void |
setLoginFooterId(java.lang.Long loginFooterId) |
void |
setLoginFooterVersion(int loginFooterVersion) |
void |
setLoginHeaderId(java.lang.Long loginHeaderId) |
void |
setLoginHeaderVersion(int loginHeaderVersion) |
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.Long,MobileGuestDTO> LOGIN_FOOTER_ID
public static final BasicProperty<java.lang.Integer,MobileGuestDTO> LOGIN_FOOTER_VERSION
public static final BasicProperty<java.lang.Long,MobileGuestDTO> LOGIN_HEADER_ID
public static final BasicProperty<java.lang.Integer,MobileGuestDTO> LOGIN_HEADER_VERSION
public MobileGuestDTO()
public MobileGuestDTO(Property<T,? super MobileGuestDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseMobileDTOpublic java.lang.Long getLoginFooterId()
public void setLoginFooterId(java.lang.Long loginFooterId)
public int getLoginFooterVersion()
public void setLoginFooterVersion(int loginFooterVersion)
public java.lang.Long getLoginHeaderId()
public void setLoginHeaderId(java.lang.Long loginHeaderId)
public int getLoginHeaderVersion()
public void setLoginHeaderVersion(int loginHeaderVersion)