public class UserAccountFeeLogQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Long,UserAccountFeeLogQuery> |
ACCOUNT_FEE_LOG_ID |
static SetProperty<BasicGroupVO,UserAccountFeeLogQuery> |
GROUPS |
static SetProperty<UserAccountFeeStatus,UserAccountFeeLogQuery> |
STATUSES |
static Property<UserVO,UserAccountFeeLogQuery> |
USER |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
UserAccountFeeLogQuery() |
UserAccountFeeLogQuery(Property<T,? super UserAccountFeeLogQuery> 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.lang.Long |
getAccountFeeLogId() |
java.util.Set<BasicGroupVO> |
getGroups() |
java.util.Set<UserAccountFeeStatus> |
getStatuses() |
UserVO |
getUser() |
void |
setAccountFeeLogId(java.lang.Long accountFeeLogId) |
void |
setGroups(java.util.Set<BasicGroupVO> groups) |
void |
setStatuses(java.util.Set<UserAccountFeeStatus> statuses) |
void |
setUser(UserVO user) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Long,UserAccountFeeLogQuery> ACCOUNT_FEE_LOG_ID
public static final SetProperty<BasicGroupVO,UserAccountFeeLogQuery> GROUPS
public static final SetProperty<UserAccountFeeStatus,UserAccountFeeLogQuery> STATUSES
public static final Property<UserVO,UserAccountFeeLogQuery> USER
public UserAccountFeeLogQuery()
public UserAccountFeeLogQuery(Property<T,? super UserAccountFeeLogQuery> 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.lang.Long getAccountFeeLogId()
public java.util.Set<BasicGroupVO> getGroups()
public java.util.Set<UserAccountFeeStatus> getStatuses()
public UserVO getUser()
public void setAccountFeeLogId(java.lang.Long accountFeeLogId)
public void setGroups(java.util.Set<BasicGroupVO> groups)
public void setStatuses(java.util.Set<UserAccountFeeStatus> statuses)
public void setUser(UserVO user)