Package org.cyclos.impl.banking
Class GetTransferSummaryParameters
- java.lang.Object
-
- org.cyclos.impl.banking.GetTransferSummaryParameters
-
public class GetTransferSummaryParameters extends Object
Parameters used to get transfer summary
-
-
Constructor Summary
Constructors Constructor Description GetTransferSummaryParameters()GetTransferSummaryParameters(Account fromAccount, Account toAccount, TransferType transferType, DatePeriod period)GetTransferSummaryParameters(Account fromAccount, Account toAccount, DatePeriod period)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountgetFromAccount()InternalAccountOwnergetFromOwner()DatePeriodgetPeriod()AccountgetToAccount()InternalAccountOwnergetToOwner()TransferTypegetTransferType()voidsetFromAccount(Account fromAccount)voidsetFromOwner(InternalAccountOwner fromOwner)voidsetPeriod(DatePeriod period)voidsetToAccount(Account toAccount)voidsetToOwner(InternalAccountOwner toOwner)voidsetTransferType(TransferType transferType)
-
-
-
Constructor Detail
-
GetTransferSummaryParameters
public GetTransferSummaryParameters()
-
GetTransferSummaryParameters
public GetTransferSummaryParameters(Account fromAccount, Account toAccount, DatePeriod period)
-
GetTransferSummaryParameters
public GetTransferSummaryParameters(Account fromAccount, Account toAccount, TransferType transferType, DatePeriod period)
-
-
Method Detail
-
getFromAccount
public Account getFromAccount()
-
getFromOwner
public InternalAccountOwner getFromOwner()
-
getPeriod
public DatePeriod getPeriod()
-
getToAccount
public Account getToAccount()
-
getToOwner
public InternalAccountOwner getToOwner()
-
getTransferType
public TransferType getTransferType()
-
setFromAccount
public void setFromAccount(Account fromAccount)
-
setFromOwner
public void setFromOwner(InternalAccountOwner fromOwner)
-
setPeriod
public void setPeriod(DatePeriod period)
-
setToAccount
public void setToAccount(Account toAccount)
-
setToOwner
public void setToOwner(InternalAccountOwner toOwner)
-
setTransferType
public void setTransferType(TransferType transferType)
-
-