public class ReceiptAccountInfoImpl extends Object implements ReceiptAccountInfo
| Constructor and Description |
|---|
ReceiptAccountInfoImpl(ReceiptDetail receiptDetail,
org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsHibernateDAO,
org.egov.infstr.services.PersistenceService persistenceService)
Creates the receipt account info for given receipt detail.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName() |
BigDecimal |
getCrAmount() |
BigDecimal |
getCreditAmountToBePaid() |
String |
getDescription() |
BigDecimal |
getDrAmount() |
String |
getFinancialYear() |
String |
getFunction() |
String |
getFunctionName() |
String |
getGlCode() |
boolean |
getIsRevenueAccount() |
Long |
getOrderNumber() |
String |
getPurpose() |
String |
toString() |
public ReceiptAccountInfoImpl(ReceiptDetail receiptDetail, org.egov.commons.dao.ChartOfAccountsHibernateDAO chartOfAccountsHibernateDAO, org.egov.infstr.services.PersistenceService persistenceService)
receiptDetail - The receipt detail objectpublic String getGlCode()
getGlCode in interface ReceiptAccountInfopublic String getAccountName()
getAccountName in interface ReceiptAccountInfopublic String getFunction()
getFunction in interface ReceiptAccountInfopublic String getFunctionName()
getFunctionName in interface ReceiptAccountInfopublic BigDecimal getDrAmount()
getDrAmount in interface ReceiptAccountInfopublic BigDecimal getCrAmount()
getCrAmount in interface ReceiptAccountInfopublic boolean getIsRevenueAccount()
getIsRevenueAccount in interface ReceiptAccountInfopublic Long getOrderNumber()
getOrderNumber in interface ReceiptAccountInfopublic String getDescription()
getDescription in interface ReceiptAccountInfopublic String getFinancialYear()
getFinancialYear in interface ReceiptAccountInfopublic BigDecimal getCreditAmountToBePaid()
getCreditAmountToBePaid in interface ReceiptAccountInfopublic String getPurpose()
getPurpose in interface ReceiptAccountInfoCopyright © 2015–2016 eGovernments Foundation. All rights reserved.