@Entity
public class Appeal
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGLC_APPEAL |
| Constructor and Description |
|---|
Appeal() |
| Modifier and Type | Method and Description |
|---|---|
List<AppealDocuments> |
getAppealDocuments() |
String |
getAppealFiledBy() |
Date |
getAppealFiledOn() |
Long |
getId() |
JudgmentImpl |
getJudgmentImpl() |
String |
getSrNumber() |
void |
setAppealDocuments(List<AppealDocuments> appealDocuments) |
void |
setAppealFiledBy(String appealFiledBy) |
void |
setAppealFiledOn(Date appealFiledOn) |
void |
setId(Long id) |
void |
setJudgmentImpl(JudgmentImpl judgmentImpl) |
void |
setSrNumber(String srNumber) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGLC_APPEAL
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 String getSrNumber()
public void setSrNumber(String srNumber)
public Date getAppealFiledOn()
public void setAppealFiledOn(Date appealFiledOn)
public String getAppealFiledBy()
public void setAppealFiledBy(String appealFiledBy)
public JudgmentImpl getJudgmentImpl()
public void setJudgmentImpl(JudgmentImpl judgmentImpl)
public List<AppealDocuments> getAppealDocuments()
public void setAppealDocuments(List<AppealDocuments> appealDocuments)
public List<org.egov.infra.validation.exception.ValidationError> validate()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.