Class AccountFeeQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.banking.accountfees.AccountFeeQuery
-
- All Implemented Interfaces:
Serializable
public class AccountFeeQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountTypeVO,AccountFeeQuery>ACCOUNT_TYPEstatic StringCLASS_NAMEstatic BasicProperty<CurrencyVO,AccountFeeQuery>CURRENCYstatic BasicProperty<String,AccountFeeQuery>NAMEstatic BasicProperty<Boolean,AccountFeeQuery>RETURN_DISABLED-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description AccountFeeQuery()AccountFeeQuery(Property<T,? super AccountFeeQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AccountTypeVOgetAccountType()CurrencyVOgetCurrency()StringgetName()booleanisReturnDisabled()voidsetAccountType(AccountTypeVO accountType)voidsetCurrency(CurrencyVO currency)voidsetName(String name)voidsetReturnDisabled(boolean returnDisabled)-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited, useMaxAllowedPagination
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_TYPE
public static final BasicProperty<AccountTypeVO,AccountFeeQuery> ACCOUNT_TYPE
-
CURRENCY
public static final BasicProperty<CurrencyVO,AccountFeeQuery> CURRENCY
-
NAME
public static final BasicProperty<String,AccountFeeQuery> NAME
-
RETURN_DISABLED
public static final BasicProperty<Boolean,AccountFeeQuery> RETURN_DISABLED
-
-
Constructor Detail
-
AccountFeeQuery
public AccountFeeQuery()
-
AccountFeeQuery
public AccountFeeQuery(Property<T,? super AccountFeeQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getAccountType
public AccountTypeVO getAccountType()
-
setAccountType
public void setAccountType(AccountTypeVO accountType)
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
getName
public String getName()
-
setName
public void setName(String name)
-
isReturnDisabled
public boolean isReturnDisabled()
-
setReturnDisabled
public void setReturnDisabled(boolean returnDisabled)
-
-