public class Bankreconciliation extends Object implements Serializable
| Constructor and Description |
|---|
Bankreconciliation() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
Bankaccount |
getBankaccount() |
Integer |
getId() |
Long |
getInstrumentHeaderId() |
String |
getTransactiontype() |
void |
setAmount(BigDecimal amount) |
void |
setBankaccount(Bankaccount bankaccount) |
void |
setId(Integer id) |
void |
setInstrumentHeaderId(Long instrumentHeaderId) |
void |
setTransactiontype(String transactiontype) |
public Integer getId()
public void setId(Integer id)
id - the id to setpublic Bankaccount getBankaccount()
public void setBankaccount(Bankaccount bankaccount)
bankaccount - the bankaccount to setpublic BigDecimal getAmount()
public void setAmount(BigDecimal amount)
amount - the amount to setpublic String getTransactiontype()
public void setTransactiontype(String transactiontype)
transactiontype - the transactiontype to setpublic Long getInstrumentHeaderId()
public void setInstrumentHeaderId(Long instrumentHeaderId)
instrumentHeaderId - the instrumentHeaderId to setCopyright © 2015–2016 eGovernments Foundation. All rights reserved.