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