public class MaturityTableQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,MaturityTableQuery> |
CURRENCY |
static BasicProperty<InternalAccountOwner,MaturityTableQuery> |
OWNER |
static BasicProperty<TransferTypeVO,MaturityTableQuery> |
TRANSFER_TYPE |
static BasicProperty<java.lang.Long,MaturityTableQuery> |
WINNING_TRANSFER |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
MaturityTableQuery() |
MaturityTableQuery(Property<T,? super MaturityTableQuery> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyVO |
getCurrency() |
InternalAccountOwner |
getOwner() |
TransferTypeVO |
getTransferType() |
java.lang.Long |
getWinningTransfer() |
void |
setCurrency(CurrencyVO currency) |
void |
setOwner(InternalAccountOwner owner) |
void |
setTransferType(TransferTypeVO transferType) |
void |
setWinningTransfer(java.lang.Long winningTransfer) |
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<CurrencyVO,MaturityTableQuery> CURRENCY
public static final BasicProperty<InternalAccountOwner,MaturityTableQuery> OWNER
public static final BasicProperty<TransferTypeVO,MaturityTableQuery> TRANSFER_TYPE
public static final BasicProperty<java.lang.Long,MaturityTableQuery> WINNING_TRANSFER
public MaturityTableQuery()
public MaturityTableQuery(Property<T,? super MaturityTableQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public InternalAccountOwner getOwner()
public void setOwner(InternalAccountOwner owner)
public TransferTypeVO getTransferType()
public void setTransferType(TransferTypeVO transferType)
public java.lang.Long getWinningTransfer()
public void setWinningTransfer(java.lang.Long winningTransfer)