public class Generalledgerdetail extends Object implements Serializable
| Constructor and Description |
|---|
Generalledgerdetail() |
Generalledgerdetail(org.egov.commons.Accountdetailtype accountdetailtype,
org.egov.commons.CGeneralLedger generalledger,
BigDecimal detailkeyid) |
Generalledgerdetail(org.egov.commons.Accountdetailtype accountdetailtype,
org.egov.commons.CGeneralLedger generalledger,
BigDecimal detailkeyid,
BigDecimal amount,
Set<EgRemittanceGldtl> egRemittanceGldtls) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.Accountdetailtype |
getAccountdetailtype() |
BigDecimal |
getAmount() |
BigDecimal |
getDetailkeyid() |
Set<EgRemittanceGldtl> |
getEgRemittanceGldtls() |
org.egov.commons.CGeneralLedger |
getGeneralledger() |
Integer |
getId() |
void |
setAccountdetailtype(org.egov.commons.Accountdetailtype accountdetailtype) |
void |
setAmount(BigDecimal amount) |
void |
setDetailkeyid(BigDecimal detailkeyid) |
void |
setEgRemittanceGldtls(Set<EgRemittanceGldtl> egRemittanceGldtls) |
void |
setGeneralledger(org.egov.commons.CGeneralLedger generalledger) |
void |
setId(Integer id) |
public Generalledgerdetail()
public Generalledgerdetail(org.egov.commons.Accountdetailtype accountdetailtype,
org.egov.commons.CGeneralLedger generalledger,
BigDecimal detailkeyid)
public Generalledgerdetail(org.egov.commons.Accountdetailtype accountdetailtype,
org.egov.commons.CGeneralLedger generalledger,
BigDecimal detailkeyid,
BigDecimal amount,
Set<EgRemittanceGldtl> egRemittanceGldtls)
public Integer getId()
public void setId(Integer id)
public org.egov.commons.CGeneralLedger getGeneralledger()
public void setGeneralledger(org.egov.commons.CGeneralLedger generalledger)
public BigDecimal getDetailkeyid()
public void setDetailkeyid(BigDecimal detailkeyid)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Set<EgRemittanceGldtl> getEgRemittanceGldtls()
public void setEgRemittanceGldtls(Set<EgRemittanceGldtl> egRemittanceGldtls)
public org.egov.commons.Accountdetailtype getAccountdetailtype()
public void setAccountdetailtype(org.egov.commons.Accountdetailtype accountdetailtype)
accountdetailtype - the accountdetailtype to setCopyright © 2015–2017 eGovernments Foundation. All rights reserved.