Class AccountFeeLogQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.banking.accountfees.AccountFeeLogQuery
-
- All Implemented Interfaces:
Serializable
public class AccountFeeLogQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountFeeVO,AccountFeeLogQuery>ACCOUNT_FEEstatic StringCLASS_NAMEstatic BasicProperty<DatePeriodDTO,AccountFeeLogQuery>PERIOD-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description AccountFeeLogQuery()AccountFeeLogQuery(Property<T,? super AccountFeeLogQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AccountFeeVOgetAccountFee()DatePeriodDTOgetPeriod()voidsetAccountFee(AccountFeeVO accountFee)voidsetPeriod(DatePeriodDTO period)-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_FEE
public static final BasicProperty<AccountFeeVO,AccountFeeLogQuery> ACCOUNT_FEE
-
PERIOD
public static final BasicProperty<DatePeriodDTO,AccountFeeLogQuery> PERIOD
-
-
Constructor Detail
-
AccountFeeLogQuery
public AccountFeeLogQuery()
-
AccountFeeLogQuery
public AccountFeeLogQuery(Property<T,? super AccountFeeLogQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getAccountFee
public AccountFeeVO getAccountFee()
-
setAccountFee
public void setAccountFee(AccountFeeVO accountFee)
-
getPeriod
public DatePeriodDTO getPeriod()
-
setPeriod
public void setPeriod(DatePeriodDTO period)
-
-