@Entity
public class DishonorChequeDetails
extends org.egov.infstr.models.BaseModel
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGF_DISHONORCHEQUE_DETAIL |
| Constructor and Description |
|---|
DishonorChequeDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigDecimal |
getCreditAmount() |
BigDecimal |
getDebitAmt() |
org.egov.commons.CFunction |
getFunction() |
Integer |
getFunctionId() |
org.egov.commons.CChartOfAccounts |
getGlcodeId() |
DishonorCheque |
getHeader() |
Long |
getId() |
Set<DishonorChequeSubLedgerDetails> |
getSubLedgerDetails() |
void |
setCreditAmount(BigDecimal creditAmount) |
void |
setDebitAmt(BigDecimal debitAmt) |
void |
setFunction(org.egov.commons.CFunction function) |
void |
setFunctionId(Integer functionId) |
void |
setGlcodeId(org.egov.commons.CChartOfAccounts glcodeId) |
void |
setHeader(DishonorCheque header) |
void |
setId(Long id) |
void |
setSubLedgerDetails(Set<DishonorChequeSubLedgerDetails> subLedgerDetails) |
public static final String SEQ_EGF_DISHONORCHEQUE_DETAIL
public Long getId()
getId in class org.egov.infstr.models.BaseModelpublic void setId(Long id)
setId in class org.egov.infstr.models.BaseModelpublic Integer getFunctionId()
public void setFunctionId(Integer functionId)
public DishonorCheque getHeader()
public void setHeader(DishonorCheque header)
public org.egov.commons.CChartOfAccounts getGlcodeId()
public void setGlcodeId(org.egov.commons.CChartOfAccounts glcodeId)
public BigDecimal getDebitAmt()
public void setDebitAmt(BigDecimal debitAmt)
public BigDecimal getCreditAmount()
public void setCreditAmount(BigDecimal creditAmount)
public org.egov.commons.CFunction getFunction()
public void setFunction(org.egov.commons.CFunction function)
public Set<DishonorChequeSubLedgerDetails> getSubLedgerDetails()
public void setSubLedgerDetails(Set<DishonorChequeSubLedgerDetails> subLedgerDetails)
public boolean equals(Object obj)
equals in class org.egov.infstr.models.BaseModelCopyright © 2015–2017 eGovernments Foundation. All rights reserved.