public class CGeneralLedger extends Object
| Constructor and Description |
|---|
CGeneralLedger() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCreditAmount() |
Double |
getDebitAmount() |
String |
getDescription() |
Date |
getEffectiveDate() |
Integer |
getFunctionId() |
Set<CGeneralLedgerDetail> |
getGeneralLedgerDetails() |
String |
getGlcode() |
org.egov.commons.CChartOfAccounts |
getGlcodeId() |
Long |
getId() |
CVoucherHeader |
getVoucherHeaderId() |
Integer |
getVoucherlineId() |
void |
setCreditAmount(Double creditAmount) |
void |
setDebitAmount(Double debitAmount) |
void |
setDescription(String description) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setFunctionId(Integer functionId) |
void |
setGeneralLedgerDetails(Set<CGeneralLedgerDetail> generalLedgerDetails) |
void |
setGlcode(String glcode) |
void |
setGlcodeId(org.egov.commons.CChartOfAccounts glcodeId) |
void |
setId(Long id) |
void |
setVoucherHeaderId(CVoucherHeader voucherHeaderId) |
void |
setVoucherlineId(Integer voucherlineId) |
public String getGlcode()
public void setGlcode(String glcode)
glcode - The glcode to set.public Long getId()
public void setId(Long id)
id - The id to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
effectiveDate - The effectiveDate to set.public Integer getVoucherlineId()
public void setVoucherlineId(Integer voucherlineId)
voucherlineId - The voucherlineId to set.public org.egov.commons.CChartOfAccounts getGlcodeId()
public void setGlcodeId(org.egov.commons.CChartOfAccounts glcodeId)
glcodeId - The glcodeId to set.public CVoucherHeader getVoucherHeaderId()
public void setVoucherHeaderId(CVoucherHeader voucherHeaderId)
voucherHeaderId - The voucherHeaderId to set.public Integer getFunctionId()
public void setFunctionId(Integer functionId)
functionId - The functionId to set.public Double getDebitAmount()
public void setDebitAmount(Double debitAmount)
debitAmount - The debitAmount to set.public Double getCreditAmount()
public void setCreditAmount(Double creditAmount)
creditAmount - The creditAmount to set.public Set<CGeneralLedgerDetail> getGeneralLedgerDetails()
public void setGeneralLedgerDetails(Set<CGeneralLedgerDetail> generalLedgerDetails)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.