public class HomeContentVO extends ContentVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,HomeContentVO> |
TITLE |
ID| Constructor and Description |
|---|
HomeContentVO() |
HomeContentVO(java.lang.Long id) |
HomeContentVO(Property<T,? super HomeContentVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getTitle() |
void |
setTitle(java.lang.String title) |
getContent, setContentgetId, getIds, getUniqueIdsaddPropertyChangeListener, 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,HomeContentVO> TITLE
public HomeContentVO()
public HomeContentVO(java.lang.Long id)
public HomeContentVO(Property<T,? super HomeContentVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ContentVOpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)