public class UserAlertVO extends AlertVO
| Modifier and Type | Field and Description |
|---|---|
static Property<UserAlertType,UserAlertVO> |
TYPE |
static Property<UserVO,UserAlertVO> |
USER |
ID| Constructor and Description |
|---|
UserAlertVO() |
UserAlertVO(java.lang.Long id) |
UserAlertVO(Property<T,? super UserAlertVO> 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
|
UserAlertType |
getType() |
UserVO |
getUser() |
void |
setType(UserAlertType type) |
void |
setUser(UserVO user) |
getDate, getText, setDate, setTextgetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<UserAlertType,UserAlertVO> TYPE
public static final Property<UserVO,UserAlertVO> USER
public UserAlertVO()
public UserAlertVO(java.lang.Long id)
public UserAlertVO(Property<T,? super UserAlertVO> 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 UserAlertType getType()
public UserVO getUser()
public void setType(UserAlertType type)
public void setUser(UserVO user)