public class PaymentInfoBank extends Object implements PaymentInfo
PaymentInfo.TYPE| Constructor and Description |
|---|
PaymentInfoBank()
Default Constructor
|
PaymentInfoBank(BigDecimal instrumentAmount,
Long bankId,
Long bankAccountId,
Integer transactionNumber,
Date transactionDate) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBankAccountId()
Gets the bank account id.
|
Long |
getBankId()
Gets the bank id.
|
BigDecimal |
getInstrumentAmount() |
PaymentInfo.TYPE |
getInstrumentType() |
Date |
getTransactionDate()
Gets the transaction date.
|
Integer |
getTransactionNumber()
Gets the transaction number.
|
void |
setBankAccountId(Long bankAccountId) |
void |
setBankId(Long bankId) |
void |
setInstrumentAmount(BigDecimal instrumentAmount) |
void |
setTransactionDate(Date transactionDate) |
void |
setTransactionNumber(Integer transactionNumber) |
public PaymentInfoBank(BigDecimal instrumentAmount, Long bankId, Long bankAccountId, Integer transactionNumber, Date transactionDate)
public PaymentInfoBank()
public BigDecimal getInstrumentAmount()
getInstrumentAmount in interface PaymentInfopublic PaymentInfo.TYPE getInstrumentType()
getInstrumentType in interface PaymentInfopublic Long getBankId()
public Long getBankAccountId()
public Integer getTransactionNumber()
public Date getTransactionDate()
public void setInstrumentAmount(BigDecimal instrumentAmount)
setInstrumentAmount in interface PaymentInfoinstrumentAmount - the instrumentAmount to setpublic void setBankId(Long bankId)
bankId - the bankId to setpublic void setBankAccountId(Long bankAccountId)
bankAccountId - the bankAccountId to setpublic void setTransactionNumber(Integer transactionNumber)
transactionNumber - the transactionNumber to setpublic void setTransactionDate(Date transactionDate)
transactionDate - the transactionDate to setCopyright © 2015–2017 eGovernments Foundation. All rights reserved.