Package org.cyclos.impl.banking
Class PaymentTransferTypeQuery
- java.lang.Object
-
- org.cyclos.impl.banking.PaymentTransferTypeQuery
-
- All Implemented Interfaces:
Serializable
public class PaymentTransferTypeQuery extends Object implements Serializable
Query parameters for searching payment transfer types- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentTransferTypeQuery()
-
Method Summary
-
-
-
Method Detail
-
getChannel
public Channel getChannel()
-
getCurrency
public Currency getCurrency()
-
getCurrentPage
public Integer getCurrentPage()
-
getFromAccounts
public Collection<? extends Account> getFromAccounts()
-
getFromOwner
public InternalAccountOwner getFromOwner()
-
getPageSize
public Integer getPageSize()
-
getPossibleTransferTypes
public Collection<? extends TransferType> getPossibleTransferTypes()
-
getPrincipalType
public PrincipalType getPrincipalType()
-
getRequiresAuthorization
public Boolean getRequiresAuthorization()
-
getSkipTotalCount
public Boolean getSkipTotalCount()
-
getToAccounts
public Collection<? extends Account> getToAccounts()
-
getToOwner
public AccountOwner getToOwner()
-
isReceive
public boolean isReceive()
-
setChannel
public void setChannel(Channel channel)
-
setCountOnly
public void setCountOnly()
-
setCurrency
public void setCurrency(Currency currency)
-
setCurrentPage
public void setCurrentPage(Integer currentPage)
-
setFromAccounts
public void setFromAccounts(Collection<? extends Account> fromAccounts)
-
setFromOwner
public void setFromOwner(InternalAccountOwner fromOwner)
-
setPageSize
public void setPageSize(Integer pageSize)
-
setPossibleTransferTypes
public void setPossibleTransferTypes(Collection<? extends TransferType> possibleTransferTypes)
-
setPrincipalType
public void setPrincipalType(PrincipalType principalType)
-
setReceive
public void setReceive(boolean receive)
-
setRequiresAuthorization
public void setRequiresAuthorization(Boolean requiresAuthorization)
-
setSkipTotalCount
public void setSkipTotalCount(Boolean skipTotalCount)
-
setToAccounts
public void setToAccounts(Collection<? extends Account> toAccounts)
-
setToOwner
public void setToOwner(AccountOwner toOwner)
-
setUnlimited
public void setUnlimited()
-
-