public class AccountFeeQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static Property<AccountTypeVO,AccountFeeQuery> |
ACCOUNT_TYPE |
static Property<java.lang.Boolean,AccountFeeQuery> |
RETURN_DISABLED |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
AccountFeeQuery() |
AccountFeeQuery(Property<T,? super AccountFeeQuery> 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
|
AccountTypeVO |
getAccountType() |
boolean |
isReturnDisabled() |
void |
setAccountType(AccountTypeVO accountType) |
void |
setReturnDisabled(boolean returnDisabled) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<AccountTypeVO,AccountFeeQuery> ACCOUNT_TYPE
public static final Property<java.lang.Boolean,AccountFeeQuery> RETURN_DISABLED
public AccountFeeQuery()
public AccountFeeQuery(Property<T,? super AccountFeeQuery> 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 AccountTypeVO getAccountType()
public boolean isReturnDisabled()
public void setAccountType(AccountTypeVO accountType)
public void setReturnDisabled(boolean returnDisabled)