public class AlertVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,AlertVO> |
DATE |
static BasicProperty<java.lang.String,AlertVO> |
TEXT |
ID| Constructor and Description |
|---|
AlertVO() |
AlertVO(java.lang.Long id) |
AlertVO(Property<T,? super AlertVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getDate() |
java.lang.String |
getText() |
void |
setDate(DateTime date) |
void |
setText(java.lang.String text) |
getId, 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<DateTime,AlertVO> DATE
public static final BasicProperty<java.lang.String,AlertVO> TEXT
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic DateTime getDate()
public void setDate(DateTime date)
public java.lang.String getText()
public void setText(java.lang.String text)