Class MaturityTableQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.banking.transactions.MaturityTableQuery
-
- All Implemented Interfaces:
Serializable
public class MaturityTableQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CurrencyVO,MaturityTableQuery>CURRENCYstatic BasicProperty<InternalAccountOwner,MaturityTableQuery>OWNERstatic BasicProperty<TransferTypeVO,MaturityTableQuery>TRANSFER_TYPEstatic BasicProperty<Long,MaturityTableQuery>WINNING_TRANSFER-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description MaturityTableQuery()MaturityTableQuery(Property<T,? super MaturityTableQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()CurrencyVOgetCurrency()InternalAccountOwnergetOwner()TransferTypeVOgetTransferType()LonggetWinningTransfer()voidsetCurrency(CurrencyVO currency)voidsetOwner(InternalAccountOwner owner)voidsetTransferType(TransferTypeVO transferType)voidsetWinningTransfer(Long winningTransfer)-
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
-
CURRENCY
public static final BasicProperty<CurrencyVO,MaturityTableQuery> CURRENCY
-
OWNER
public static final BasicProperty<InternalAccountOwner,MaturityTableQuery> OWNER
-
TRANSFER_TYPE
public static final BasicProperty<TransferTypeVO,MaturityTableQuery> TRANSFER_TYPE
-
WINNING_TRANSFER
public static final BasicProperty<Long,MaturityTableQuery> WINNING_TRANSFER
-
-
Constructor Detail
-
MaturityTableQuery
public MaturityTableQuery()
-
MaturityTableQuery
public MaturityTableQuery(Property<T,? super MaturityTableQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
getOwner
public InternalAccountOwner getOwner()
-
setOwner
public void setOwner(InternalAccountOwner owner)
-
getTransferType
public TransferTypeVO getTransferType()
-
setTransferType
public void setTransferType(TransferTypeVO transferType)
-
getWinningTransfer
public Long getWinningTransfer()
-
setWinningTransfer
public void setWinningTransfer(Long winningTransfer)
-
-