Class SystemAlertVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.messaging.alerts.AlertVO
-
- org.cyclos.model.messaging.alerts.SystemAlertVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class SystemAlertVO extends AlertVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<NetworkVO,SystemAlertVO>NETWORKstatic BasicProperty<SystemAlertType,SystemAlertVO>TYPE-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description SystemAlertVO()SystemAlertVO(Long id)SystemAlertVO(Property<T,? super SystemAlertVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()NetworkVOgetNetwork()SystemAlertTypegetType()voidsetNetwork(NetworkVO network)voidsetType(SystemAlertType type)-
Methods inherited from class org.cyclos.model.messaging.alerts.AlertVO
getDate, getText, setDate, setText
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
NETWORK
public static final BasicProperty<NetworkVO,SystemAlertVO> NETWORK
-
TYPE
public static final BasicProperty<SystemAlertType,SystemAlertVO> TYPE
-
-
Constructor Detail
-
SystemAlertVO
public SystemAlertVO()
-
SystemAlertVO
public SystemAlertVO(Long id)
-
SystemAlertVO
public SystemAlertVO(Property<T,? super SystemAlertVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAlertVO
-
getNetwork
public NetworkVO getNetwork()
-
setNetwork
public void setNetwork(NetworkVO network)
-
getType
public SystemAlertType getType()
-
setType
public void setType(SystemAlertType type)
-
-