public class InstrumentHeader
extends org.egov.infstr.models.BaseModel
| Constructor and Description |
|---|
InstrumentHeader() |
| Modifier and Type | Method and Description |
|---|---|
InstrumentHeader |
clone() |
boolean |
equals(Object obj) |
org.egov.commons.Bankaccount |
getBankAccountId() |
String |
getBankBranchName() |
org.egov.commons.Bank |
getBankId() |
Long |
getDetailKeyId() |
org.egov.commons.Accountdetailtype |
getDetailTypeId() |
org.egov.infstr.models.ECSType |
getECSType() |
BigDecimal |
getInstrumentAmount() |
Date |
getInstrumentDate() |
String |
getInstrumentNumber() |
InstrumentType |
getInstrumentType() |
Set<InstrumentVoucher> |
getInstrumentVouchers() |
String |
getIsPayCheque() |
String |
getPayee() |
String |
getPayTo() |
org.egov.commons.CFinancialYear |
getSerialNo() |
org.egov.commons.EgwStatus |
getStatusId() |
String |
getSurrendarReason() |
Date |
getTransactionDate() |
String |
getTransactionNumber() |
int |
hashCode() |
void |
setBankAccountId(org.egov.commons.Bankaccount bankAccountId) |
void |
setBankBranchName(String bankBranchName) |
void |
setBankId(org.egov.commons.Bank bankId) |
void |
setDetailKeyId(Long detailKeyId) |
void |
setDetailTypeId(org.egov.commons.Accountdetailtype detailTypeId) |
void |
setECSType(org.egov.infstr.models.ECSType ECSType) |
void |
setInstrumentAmount(BigDecimal instrumentAmount) |
void |
setInstrumentDate(Date instrumentDate) |
void |
setInstrumentNumber(String instrumentNumber) |
void |
setInstrumentType(InstrumentType instrumentType) |
void |
setInstrumentVouchers(Set<InstrumentVoucher> instrumentVouchers) |
void |
setIsPayCheque(String isPayCheque) |
void |
setPayee(String payee) |
void |
setPayTo(String payTo) |
void |
setSerialNo(org.egov.commons.CFinancialYear serialNo) |
void |
setStatusId(org.egov.commons.EgwStatus statusId) |
void |
setSurrendarReason(String surrendarReason) |
void |
setTransactionDate(Date transactionDate) |
void |
setTransactionNumber(String transactionNumber) |
String |
toString() |
public org.egov.commons.CFinancialYear getSerialNo()
public void setSerialNo(org.egov.commons.CFinancialYear serialNo)
public Set<InstrumentVoucher> getInstrumentVouchers()
public void setInstrumentVouchers(Set<InstrumentVoucher> instrumentVouchers)
instrumentVouchers - the instrumentVouchers to setpublic org.egov.commons.EgwStatus getStatusId()
public String getBankBranchName()
public void setBankBranchName(String bankBranchName)
public void setStatusId(org.egov.commons.EgwStatus statusId)
statusId - the statusId to setpublic org.egov.commons.Bank getBankId()
public void setBankId(org.egov.commons.Bank bankId)
bankId - the bankId to setpublic String getInstrumentNumber()
public void setInstrumentNumber(String instrumentNumber)
instrumentNumber - the instrumentNumber to setpublic Date getInstrumentDate()
public void setInstrumentDate(Date instrumentDate)
instrumentDate - the instrumentDate to setpublic String getPayTo()
public void setPayTo(String payTo)
payTo - the payTo to setpublic String getIsPayCheque()
public void setIsPayCheque(String isPayCheque)
isPayCheque - the isPayCheque to setpublic InstrumentType getInstrumentType()
public void setInstrumentType(InstrumentType instrumentType)
instrumentType - the instrumentType to setpublic Long getDetailKeyId()
public void setDetailKeyId(Long detailKeyId)
detailKeyId - the detailKeyId to setpublic String getTransactionNumber()
public void setTransactionNumber(String transactionNumber)
transactionNumber - the transactionNumber to setpublic Date getTransactionDate()
public void setTransactionDate(Date transactionDate)
transactionDate - the transactionDate to setpublic org.egov.commons.Bankaccount getBankAccountId()
public void setBankAccountId(org.egov.commons.Bankaccount bankAccountId)
bankAccountId - the bankAccountId to setpublic org.egov.commons.Accountdetailtype getDetailTypeId()
public void setDetailTypeId(org.egov.commons.Accountdetailtype detailTypeId)
detailTypeId - the detailTypeId to setpublic String getPayee()
public void setPayee(String payee)
payee - the payee to setpublic BigDecimal getInstrumentAmount()
public void setInstrumentAmount(BigDecimal instrumentAmount)
public org.egov.infstr.models.ECSType getECSType()
public void setECSType(org.egov.infstr.models.ECSType ECSType)
ECSType - the ECSType to setpublic InstrumentHeader clone()
public boolean equals(Object obj)
equals in class org.egov.infstr.models.BaseModelpublic int hashCode()
hashCode in class org.egov.infstr.models.BaseModelpublic String getSurrendarReason()
public void setSurrendarReason(String surrendarReason)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.