public class MobilePageVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,MobilePageVO> |
CONFIGURATION |
static BasicProperty<java.lang.String,MobilePageVO> |
CONTENT |
static BasicProperty<java.lang.String,MobilePageVO> |
ICON |
static BasicProperty<java.lang.Integer,MobilePageVO> |
VERSION |
NAMEID| Constructor and Description |
|---|
MobilePageVO() |
MobilePageVO(java.lang.Long id) |
MobilePageVO(Property<T,? super MobilePageVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ConfigurationVO |
getConfiguration() |
java.lang.String |
getContent() |
java.lang.String |
getIcon() |
java.lang.Integer |
getVersion() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setContent(java.lang.String content) |
void |
setIcon(java.lang.String icon) |
void |
setVersion(java.lang.Integer version) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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<ConfigurationVO,MobilePageVO> CONFIGURATION
public static final BasicProperty<java.lang.String,MobilePageVO> CONTENT
public static final BasicProperty<java.lang.String,MobilePageVO> ICON
public static final BasicProperty<java.lang.Integer,MobilePageVO> VERSION
public MobilePageVO()
public MobilePageVO(java.lang.Long id)
public MobilePageVO(Property<T,? super MobilePageVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public java.lang.String getIcon()
public void setIcon(java.lang.String icon)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)