public class AccountFeeQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountTypeVO,AccountFeeQuery> |
ACCOUNT_TYPE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountTypeVO |
getAccountType() |
boolean |
isReturnDisabled() |
void |
setAccountType(AccountTypeVO accountType) |
void |
setReturnDisabled(boolean returnDisabled) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, 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<AccountTypeVO,AccountFeeQuery> ACCOUNT_TYPE
public static final BasicProperty<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 QueryParameterspublic AccountTypeVO getAccountType()
public void setAccountType(AccountTypeVO accountType)
public boolean isReturnDisabled()
public void setReturnDisabled(boolean returnDisabled)