public class UIElementResultVO extends VersionedVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,UIElementResultVO> |
CONTENT |
VERSIONID| Constructor and Description |
|---|
UIElementResultVO() |
UIElementResultVO(java.lang.Long id) |
UIElementResultVO(Property<T,? super UIElementResultVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getContent() |
void |
setContent(java.lang.String content) |
getVersion, setVersiongetId, 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,UIElementResultVO> CONTENT
public UIElementResultVO()
public UIElementResultVO(java.lang.Long id)
public UIElementResultVO(Property<T,? super UIElementResultVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class VersionedVOpublic java.lang.String getContent()
public void setContent(java.lang.String content)
public java.lang.String className()
className in class VersionedVO