@Entity
public class Contempt
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGLC_CONTEMPT |
| Constructor and Description |
|---|
Contempt() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaNumber() |
Date |
getCommappDate() |
Long |
getId() |
boolean |
getIscommapprRequired() |
JudgmentImpl |
getJudgmentImpl() |
Date |
getReceivingDate() |
void |
setCaNumber(String caNumber) |
void |
setCommappDate(Date commappDate) |
void |
setId(Long id) |
void |
setIscommapprRequired(boolean iscommapprRequired) |
void |
setJudgmentImpl(JudgmentImpl judgmentImpl) |
void |
setReceivingDate(Date receivingDate) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGLC_CONTEMPT
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public JudgmentImpl getJudgmentImpl()
public void setJudgmentImpl(JudgmentImpl judgmentImpl)
public boolean getIscommapprRequired()
public void setIscommapprRequired(boolean iscommapprRequired)
public Date getCommappDate()
public void setCommappDate(Date commappDate)
public String getCaNumber()
public void setCaNumber(String caNumber)
public Date getReceivingDate()
public void setReceivingDate(Date receivingDate)
public List<org.egov.infra.validation.exception.ValidationError> validate()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.