Class VoucherTransactionsQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.banking.vouchers.VoucherTransactionsQuery
-
- All Implemented Interfaces:
Serializable
public class VoucherTransactionsQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<DecimalRangeDTO,VoucherTransactionsQuery>AMOUNT_RANGEstatic BasicProperty<BasicUserVO,VoucherTransactionsQuery>BYstatic StringCLASS_NAMEstatic BasicProperty<DatePeriodDTO,VoucherTransactionsQuery>DATE_PERIODstatic SetProperty<VoucherTransactionNature,VoucherTransactionsQuery>NATURESstatic SetProperty<VoucherTypeVO,VoucherTransactionsQuery>TYPESstatic BasicProperty<UserLocatorVO,VoucherTransactionsQuery>USERstatic BasicProperty<VoucherVO,VoucherTransactionsQuery>VOUCHER-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description VoucherTransactionsQuery()VoucherTransactionsQuery(Property<T,? super VoucherTransactionsQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()DecimalRangeDTOgetAmountRange()BasicUserVOgetBy()DatePeriodDTOgetDatePeriod()Set<VoucherTransactionNature>getNatures()Set<VoucherTypeVO>getTypes()UserLocatorVOgetUser()VoucherVOgetVoucher()voidsetAmountRange(DecimalRangeDTO amountRange)voidsetBy(BasicUserVO by)voidsetDatePeriod(DatePeriodDTO datePeriod)voidsetNatures(Set<VoucherTransactionNature> natures)voidsetTypes(Set<VoucherTypeVO> types)voidsetUser(UserLocatorVO user)voidsetVoucher(VoucherVO voucher)-
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
-
AMOUNT_RANGE
public static final BasicProperty<DecimalRangeDTO,VoucherTransactionsQuery> AMOUNT_RANGE
-
BY
public static final BasicProperty<BasicUserVO,VoucherTransactionsQuery> BY
-
DATE_PERIOD
public static final BasicProperty<DatePeriodDTO,VoucherTransactionsQuery> DATE_PERIOD
-
NATURES
public static final SetProperty<VoucherTransactionNature,VoucherTransactionsQuery> NATURES
-
TYPES
public static final SetProperty<VoucherTypeVO,VoucherTransactionsQuery> TYPES
-
USER
public static final BasicProperty<UserLocatorVO,VoucherTransactionsQuery> USER
-
VOUCHER
public static final BasicProperty<VoucherVO,VoucherTransactionsQuery> VOUCHER
-
-
Constructor Detail
-
VoucherTransactionsQuery
public VoucherTransactionsQuery()
-
VoucherTransactionsQuery
public VoucherTransactionsQuery(Property<T,? super VoucherTransactionsQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getAmountRange
public DecimalRangeDTO getAmountRange()
-
setAmountRange
public void setAmountRange(DecimalRangeDTO amountRange)
-
getBy
public BasicUserVO getBy()
-
setBy
public void setBy(BasicUserVO by)
-
getDatePeriod
public DatePeriodDTO getDatePeriod()
-
setDatePeriod
public void setDatePeriod(DatePeriodDTO datePeriod)
-
getNatures
public Set<VoucherTransactionNature> getNatures()
-
setNatures
public void setNatures(Set<VoucherTransactionNature> natures)
-
getTypes
public Set<VoucherTypeVO> getTypes()
-
setTypes
public void setTypes(Set<VoucherTypeVO> types)
-
getUser
public UserLocatorVO getUser()
-
setUser
public void setUser(UserLocatorVO user)
-
getVoucher
public VoucherVO getVoucher()
-
setVoucher
public void setVoucher(VoucherVO voucher)
-
-