@Entity
public class CollectionDishonorChequeDetails
extends org.egov.infstr.models.BaseModel
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGCL_DISHONORCHEQUEDETAIL |
| Constructor and Description |
|---|
CollectionDishonorChequeDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.egov.commons.CChartOfAccounts |
getChartofaccounts() |
BigDecimal |
getCreditAmount() |
BigDecimal |
getDebitAmount() |
CollectionDishonorCheque |
getDishonorcheque() |
org.egov.commons.CFunction |
getFunction() |
Long |
getId() |
Set<CollectionDishonorChequeSubLedgerDetails> |
getSubLedgerDetails() |
void |
setChartofaccounts(org.egov.commons.CChartOfAccounts chartofaccounts) |
void |
setCreditAmount(BigDecimal creditAmount) |
void |
setDebitAmount(BigDecimal debitAmount) |
void |
setDishonorcheque(CollectionDishonorCheque dishonorcheque) |
void |
setFunction(org.egov.commons.CFunction function) |
void |
setId(Long id) |
void |
setSubLedgerDetails(Set<CollectionDishonorChequeSubLedgerDetails> subLedgerDetails) |
public static final String SEQ_EGCL_DISHONORCHEQUEDETAIL
public Long getId()
getId in class org.egov.infstr.models.BaseModelpublic void setId(Long id)
setId in class org.egov.infstr.models.BaseModelpublic CollectionDishonorCheque getDishonorcheque()
public void setDishonorcheque(CollectionDishonorCheque dishonorcheque)
public org.egov.commons.CChartOfAccounts getChartofaccounts()
public void setChartofaccounts(org.egov.commons.CChartOfAccounts chartofaccounts)
public BigDecimal getCreditAmount()
public void setCreditAmount(BigDecimal creditAmount)
public org.egov.commons.CFunction getFunction()
public void setFunction(org.egov.commons.CFunction function)
public Set<CollectionDishonorChequeSubLedgerDetails> getSubLedgerDetails()
public void setSubLedgerDetails(Set<CollectionDishonorChequeSubLedgerDetails> subLedgerDetails)
public BigDecimal getDebitAmount()
public void setDebitAmount(BigDecimal debitAmount)
public boolean equals(Object obj)
equals in class org.egov.infstr.models.BaseModelCopyright © 2015–2017 eGovernments Foundation. All rights reserved.