public class BillReceiptInfoImpl extends Object implements BillReceiptInfo
| Constructor and Description |
|---|
BillReceiptInfoImpl(ReceiptHeader receiptHeader,
org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsHibernateDAO,
org.egov.infstr.services.PersistenceService persistenceService,
org.egov.model.instrument.InstrumentHeader bouncedInstrumentInfo)
Creates bill receipt information object for given receipt header and bounced instrument(if any)
|
BillReceiptInfoImpl(ReceiptHeader receiptHeader,
org.egov.egf.commons.EgovCommon egovCommon,
ReceiptHeader receiptHeaderRefObj,
org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsHibernateDAO,
org.egov.infstr.services.PersistenceService persistenceService) |
BillReceiptInfoImpl(ReceiptHeader receiptHeader,
String additionalInfo,
org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsHibernateDAO,
org.egov.infstr.services.PersistenceService persistenceService)
Creates bill receipt information object for given receipt header and additional message
|
public BillReceiptInfoImpl(ReceiptHeader receiptHeader, org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsHibernateDAO, org.egov.infstr.services.PersistenceService persistenceService, org.egov.model.instrument.InstrumentHeader bouncedInstrumentInfo)
receiptHeader - the receipt header objectchartOfAccountsHibernateDAO - TODOpublic BillReceiptInfoImpl(ReceiptHeader receiptHeader, String additionalInfo, org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsHibernateDAO, org.egov.infstr.services.PersistenceService persistenceService)
receiptHeader - the receipt header objectchartOfAccountsHibernateDAO - TODOpublic BillReceiptInfoImpl(ReceiptHeader receiptHeader, org.egov.egf.commons.EgovCommon egovCommon, ReceiptHeader receiptHeaderRefObj, org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsHibernateDAO, org.egov.infstr.services.PersistenceService persistenceService)
public String getBillReferenceNum()
getBillReferenceNum in interface BillReceiptInfopublic String getEvent()
getEvent in interface BillReceiptInfopublic String getReceiptNum()
getReceiptNum in interface BillReceiptInfopublic Date getReceiptDate()
getReceiptDate in interface BillReceiptInfopublic org.egov.infra.admin.master.entity.Location getReceiptLocation()
getReceiptLocation in interface BillReceiptInfopublic org.egov.commons.EgwStatus getReceiptStatus()
getReceiptStatus in interface BillReceiptInfopublic String getPayeeName()
getPayeeName in interface BillReceiptInfopublic String getPayeeAddress()
getPayeeAddress in interface BillReceiptInfopublic Set<ReceiptAccountInfo> getAccountDetails()
getAccountDetails in interface BillReceiptInfopublic Set<ReceiptInstrumentInfo> getInstrumentDetails()
getInstrumentDetails in interface BillReceiptInfopublic Set<ReceiptInstrumentInfo> getBouncedInstruments()
getBouncedInstruments in interface BillReceiptInfopublic String getServiceName()
getServiceName in interface BillReceiptInfopublic String getPaidBy()
getPaidBy in interface BillReceiptInfopublic String getDescription()
getDescription in interface BillReceiptInfopublic BigDecimal getTotalAmount()
getTotalAmount in interface BillReceiptInfopublic org.egov.infra.admin.master.entity.User getCreatedBy()
getCreatedBy in interface BillReceiptInfopublic org.egov.infra.admin.master.entity.User getModifiedBy()
getModifiedBy in interface BillReceiptInfopublic ReceiptMisc getReceiptMisc()
public Set<ChallanInfo> getChallanDetails()
public ChallanInfo getChallan()
public String getReceiptURL()
getReceiptURL in interface BillReceiptInfopublic String getCollectionType()
getCollectionType in interface BillReceiptInfopublic String getConsumerCode()
public String getManualReceiptNumber()
getManualReceiptNumber in interface BillReceiptInfopublic Date getManualReceiptDate()
getManualReceiptDate in interface BillReceiptInfopublic Boolean getLegacy()
getLegacy in interface BillReceiptInfopublic String getAdditionalInfo()
getAdditionalInfo in interface BillReceiptInfopublic String getSource()
getSource in interface BillReceiptInfopublic String getReceiptInstrumentType()
getReceiptInstrumentType in interface BillReceiptInfoCopyright © 2015–2016 eGovernments Foundation. All rights reserved.