@Entity
public class CollectionDishonorChequeSubLedgerDetails
extends org.egov.infstr.models.BaseModel
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGF_DISHONORCHEQUESUBDETAIL |
| Constructor and Description |
|---|
CollectionDishonorChequeSubLedgerDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigDecimal |
getAmount() |
Integer |
getDetailKey() |
Integer |
getDetailType() |
CollectionDishonorChequeDetails |
getDishonorchequedetail() |
Long |
getId() |
void |
setAmount(BigDecimal amount) |
void |
setDetailKey(Integer detailKey) |
void |
setDetailType(Integer detailType) |
void |
setDishonorchequedetail(CollectionDishonorChequeDetails dishonorchequedetail) |
void |
setId(Long id) |
public static final String SEQ_EGF_DISHONORCHEQUESUBDETAIL
public CollectionDishonorChequeSubLedgerDetails()
public Long getId()
getId in class org.egov.infstr.models.BaseModelpublic void setId(Long id)
setId in class org.egov.infstr.models.BaseModelpublic BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public CollectionDishonorChequeDetails getDishonorchequedetail()
public void setDishonorchequedetail(CollectionDishonorChequeDetails dishonorchequedetail)
public Integer getDetailType()
public void setDetailType(Integer detailType)
public Integer getDetailKey()
public void setDetailKey(Integer detailKey)
public boolean equals(Object obj)
equals in class org.egov.infstr.models.BaseModelCopyright © 2015–2017 eGovernments Foundation. All rights reserved.