public class SystemAlertVO extends AlertVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<NetworkVO,SystemAlertVO> |
NETWORK |
static BasicProperty<SystemAlertType,SystemAlertVO> |
TYPE |
ID| Constructor and Description |
|---|
SystemAlertVO() |
SystemAlertVO(java.lang.Long id) |
SystemAlertVO(Property<T,? super SystemAlertVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
NetworkVO |
getNetwork() |
SystemAlertType |
getType() |
void |
setNetwork(NetworkVO network) |
void |
setType(SystemAlertType type) |
getDate, getText, setDate, setTextgetId, 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<NetworkVO,SystemAlertVO> NETWORK
public static final BasicProperty<SystemAlertType,SystemAlertVO> TYPE
public SystemAlertVO()
public SystemAlertVO(java.lang.Long id)
public SystemAlertVO(Property<T,? super SystemAlertVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AlertVOpublic NetworkVO getNetwork()
public void setNetwork(NetworkVO network)
public SystemAlertType getType()
public void setType(SystemAlertType type)