@Entity
public class TransactionSummary
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_TRANSACTIONSUMMARY |
| Constructor and Description |
|---|
TransactionSummary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAccountdetailkey() |
org.egov.commons.Accountdetailtype |
getAccountdetailtype() |
org.egov.infra.admin.master.entity.Department |
getDepartmentid() |
Integer |
getDivisionid() |
org.egov.commons.CFinancialYear |
getFinancialyear() |
org.egov.commons.Functionary |
getFunctionaryid() |
org.egov.commons.CFunction |
getFunctionid() |
org.egov.commons.Fund |
getFund() |
org.egov.commons.Fundsource |
getFundsource() |
String |
getGlcodeDetail() |
org.egov.commons.CChartOfAccounts |
getGlcodeid() |
Long |
getId() |
String |
getNarration() |
BigDecimal |
getOpeningcreditbalance() |
BigDecimal |
getOpeningdebitbalance() |
void |
setAccountdetailkey(Integer accountdetailkey) |
void |
setAccountdetailtype(org.egov.commons.Accountdetailtype accountdetailtype) |
void |
setDepartmentid(org.egov.infra.admin.master.entity.Department departmentid) |
void |
setDivisionid(Integer divisionid) |
void |
setFinancialyear(org.egov.commons.CFinancialYear financialyear) |
void |
setFunctionaryid(org.egov.commons.Functionary functionaryid) |
void |
setFunctionid(org.egov.commons.CFunction functionid) |
void |
setFund(org.egov.commons.Fund fund) |
void |
setFundsource(org.egov.commons.Fundsource fundsource) |
void |
setGlcodeDetail(String glcodeDetail) |
void |
setGlcodeid(org.egov.commons.CChartOfAccounts glcodeid) |
void |
setId(Long id) |
void |
setNarration(String narration) |
void |
setOpeningcreditbalance(BigDecimal openingcreditbalance) |
void |
setOpeningdebitbalance(BigDecimal openingdebitbalance) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_TRANSACTIONSUMMARY
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public org.egov.commons.Accountdetailtype getAccountdetailtype()
public void setAccountdetailtype(org.egov.commons.Accountdetailtype accountdetailtype)
public org.egov.commons.CFinancialYear getFinancialyear()
public void setFinancialyear(org.egov.commons.CFinancialYear financialyear)
public org.egov.commons.Fundsource getFundsource()
public void setFundsource(org.egov.commons.Fundsource fundsource)
public org.egov.commons.Fund getFund()
public void setFund(org.egov.commons.Fund fund)
public org.egov.commons.CChartOfAccounts getGlcodeid()
public void setGlcodeid(org.egov.commons.CChartOfAccounts glcodeid)
public BigDecimal getOpeningdebitbalance()
public void setOpeningdebitbalance(BigDecimal openingdebitbalance)
public BigDecimal getOpeningcreditbalance()
public void setOpeningcreditbalance(BigDecimal openingcreditbalance)
public Integer getAccountdetailkey()
public void setAccountdetailkey(Integer accountdetailkey)
public String getNarration()
public void setNarration(String narration)
public org.egov.commons.Functionary getFunctionaryid()
public void setFunctionaryid(org.egov.commons.Functionary functionaryid)
public org.egov.commons.CFunction getFunctionid()
public void setFunctionid(org.egov.commons.CFunction functionid)
public Integer getDivisionid()
public void setDivisionid(Integer divisionid)
public org.egov.infra.admin.master.entity.Department getDepartmentid()
public void setDepartmentid(org.egov.infra.admin.master.entity.Department departmentid)
public String getGlcodeDetail()
public void setGlcodeDetail(String glcodeDetail)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.