public class NotificationQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static Property<UserVO,NotificationQuery> |
USER |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
NotificationQuery() |
NotificationQuery(Property<T,? super NotificationQuery> 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
|
UserVO |
getUser() |
void |
setUser(UserVO user) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<UserVO,NotificationQuery> USER
public NotificationQuery()
public NotificationQuery(Property<T,? super NotificationQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParametersprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class QueryParameterspublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class QueryParameterspublic UserVO getUser()
public void setUser(UserVO user)