public class BannerDetailedVO extends BannerVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,BannerDetailedVO> |
CONTENT |
static BasicProperty<java.lang.Boolean,BannerDetailedVO> |
THEMED |
CONFIGURATION, VISIBILITYNAMEID| Constructor and Description |
|---|
BannerDetailedVO() |
BannerDetailedVO(java.lang.Long id) |
BannerDetailedVO(Property<T,? super BannerDetailedVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getContent() |
boolean |
isThemed() |
void |
setContent(java.lang.String content) |
void |
setThemed(boolean themed) |
getPosition, setPositiongetConfiguration, getVisibility, setConfiguration, setVisibilitycompareTo, 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<java.lang.String,BannerDetailedVO> CONTENT
public static final BasicProperty<java.lang.Boolean,BannerDetailedVO> THEMED
public BannerDetailedVO()
public BannerDetailedVO(java.lang.Long id)
public BannerDetailedVO(Property<T,? super BannerDetailedVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BannerVOpublic java.lang.String getContent()
public void setContent(java.lang.String content)
public boolean isThemed()
public void setThemed(boolean themed)