public class AccessClientQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<AccessClientStatus,AccessClientQuery> |
STATUS |
static Property<PrincipalTypeVO,AccessClientQuery> |
TYPE |
static Property<UserVO,AccessClientQuery> |
USER |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
AccessClientQuery() |
AccessClientQuery(Property<T,? super AccessClientQuery> 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
|
java.util.Set<AccessClientStatus> |
getStatus() |
PrincipalTypeVO |
getType() |
UserVO |
getUser() |
void |
setStatus(java.util.Set<AccessClientStatus> status) |
void |
setType(PrincipalTypeVO type) |
void |
setUser(UserVO user) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final SetProperty<AccessClientStatus,AccessClientQuery> STATUS
public static final Property<PrincipalTypeVO,AccessClientQuery> TYPE
public static final Property<UserVO,AccessClientQuery> USER
public AccessClientQuery()
public AccessClientQuery(Property<T,? super AccessClientQuery> 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 java.util.Set<AccessClientStatus> getStatus()
public PrincipalTypeVO getType()
public UserVO getUser()
public void setStatus(java.util.Set<AccessClientStatus> status)
public void setType(PrincipalTypeVO type)
public void setUser(UserVO user)