public class TransactionsToAuthorizeQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<AccountTypeVO,TransactionsToAuthorizeQuery> |
ACCOUNT_TYPES |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DatePeriodDTO,TransactionsToAuthorizeQuery> |
PERIOD |
static SetProperty<TransferTypeVO,TransactionsToAuthorizeQuery> |
TRANSFER_TYPES |
static BasicProperty<UserVO,TransactionsToAuthorizeQuery> |
USER |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
TransactionsToAuthorizeQuery() |
TransactionsToAuthorizeQuery(Property<T,? super TransactionsToAuthorizeQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Set<AccountTypeVO> |
getAccountTypes() |
DatePeriodDTO |
getPeriod() |
java.util.Set<TransferTypeVO> |
getTransferTypes() |
UserVO |
getUser() |
void |
setAccountTypes(java.util.Set<AccountTypeVO> accountTypes) |
void |
setPeriod(DatePeriodDTO period) |
void |
setTransferTypes(java.util.Set<TransferTypeVO> transferTypes) |
void |
setUser(UserVO user) |
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 SetProperty<AccountTypeVO,TransactionsToAuthorizeQuery> ACCOUNT_TYPES
public static final BasicProperty<DatePeriodDTO,TransactionsToAuthorizeQuery> PERIOD
public static final SetProperty<TransferTypeVO,TransactionsToAuthorizeQuery> TRANSFER_TYPES
public static final BasicProperty<UserVO,TransactionsToAuthorizeQuery> USER
public TransactionsToAuthorizeQuery()
public TransactionsToAuthorizeQuery(Property<T,? super TransactionsToAuthorizeQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic java.util.Set<AccountTypeVO> getAccountTypes()
public void setAccountTypes(java.util.Set<AccountTypeVO> accountTypes)
public DatePeriodDTO getPeriod()
public void setPeriod(DatePeriodDTO period)
public java.util.Set<TransferTypeVO> getTransferTypes()
public void setTransferTypes(java.util.Set<TransferTypeVO> transferTypes)
public UserVO getUser()
public void setUser(UserVO user)