@Entity
public class DishonorChequeSubLedgerDetails
extends org.egov.infstr.models.BaseModel
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGF_DISHONORCHEQUE_SL_DETAIL |
| Constructor and Description |
|---|
DishonorChequeSubLedgerDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigDecimal |
getAmount() |
Integer |
getDetailKeyId() |
DishonorChequeDetails |
getDetails() |
Integer |
getDetailTypeId() |
Long |
getId() |
void |
setAmount(BigDecimal amount) |
void |
setDetailKeyId(Integer detailKeyId) |
void |
setDetails(DishonorChequeDetails details) |
void |
setDetailTypeId(Integer detailTypeId) |
void |
setId(Long id) |
public static final String SEQ_EGF_DISHONORCHEQUE_SL_DETAIL
public Long getId()
getId in class org.egov.infstr.models.BaseModelpublic void setId(Long id)
setId in class org.egov.infstr.models.BaseModelpublic DishonorChequeDetails getDetails()
public void setDetails(DishonorChequeDetails details)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Integer getDetailTypeId()
public void setDetailTypeId(Integer detailTypeId)
public Integer getDetailKeyId()
public void setDetailKeyId(Integer detailKeyId)
public boolean equals(Object obj)
equals in class org.egov.infstr.models.BaseModelCopyright © 2015–2017 eGovernments Foundation. All rights reserved.