public class SystemAlertVO extends AlertVO
| Modifier and Type | Field and Description |
|---|---|
static Property<NetworkVO,SystemAlertVO> |
NETWORK |
static Property<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 |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
NetworkVO |
getNetwork() |
SystemAlertType |
getType() |
void |
setNetwork(NetworkVO network) |
void |
setType(SystemAlertType type) |
getDate, getText, setDate, setTextgetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<NetworkVO,SystemAlertVO> NETWORK
public static final Property<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 AlertVOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic NetworkVO getNetwork()
public SystemAlertType getType()
public void setNetwork(NetworkVO network)
public void setType(SystemAlertType type)