public class UserAlertVO extends AlertVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<UserAlertType,UserAlertVO> |
TYPE |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserAlertType |
getType() |
UserVO |
getUser() |
void |
setType(UserAlertType type) |
void |
setUser(UserVO user) |
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<UserAlertType,UserAlertVO> TYPE
public static final BasicProperty<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 AlertVOpublic UserAlertType getType()
public void setType(UserAlertType type)
public UserVO getUser()
public void setUser(UserVO user)