Class UserAlertVO
- 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.UserAlertVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class UserAlertVO extends AlertVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<UserAlertType,UserAlertVO>TYPEstatic BasicProperty<UserVO,UserAlertVO>USER-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description UserAlertVO()UserAlertVO(Long id)UserAlertVO(Property<T,? super UserAlertVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()UserAlertTypegetType()UserVOgetUser()voidsetType(UserAlertType type)voidsetUser(UserVO user)-
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
-
TYPE
public static final BasicProperty<UserAlertType,UserAlertVO> TYPE
-
USER
public static final BasicProperty<UserVO,UserAlertVO> USER
-
-
Constructor Detail
-
UserAlertVO
public UserAlertVO()
-
UserAlertVO
public UserAlertVO(Long id)
-
UserAlertVO
public UserAlertVO(Property<T,? super UserAlertVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAlertVO
-
getType
public UserAlertType getType()
-
setType
public void setType(UserAlertType type)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-