Package org.cyclos.impl.banking
Class VoucherDetailsOnPayment
- java.lang.Object
-
- org.cyclos.impl.banking.VoucherDetailsOnPayment
-
public class VoucherDetailsOnPayment extends Object
Contains details of a voucher / voucher transaction to be displayed together with a payment details
-
-
Constructor Summary
Constructors Constructor Description VoucherDetailsOnPayment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VoucherVO>getBoughtVouchers()StringgetDescription()StringgetFromName()StringgetToName()VoucherTransactionResultVOgetVoucherTransaction()voidsetBoughtVouchers(List<VoucherVO> boughtVouchers)voidsetDescription(String description)voidsetFromName(String fromName)voidsetToName(String toName)voidsetVoucherTransaction(VoucherTransactionResultVO voucherTransaction)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
getFromName
public String getFromName()
-
getToName
public String getToName()
-
getVoucherTransaction
public VoucherTransactionResultVO getVoucherTransaction()
-
setDescription
public void setDescription(String description)
-
setFromName
public void setFromName(String fromName)
-
setToName
public void setToName(String toName)
-
setVoucherTransaction
public void setVoucherTransaction(VoucherTransactionResultVO voucherTransaction)
-
-