@Entity
public class JudgmentImpl
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGLC_JUDGMENTIMPL |
| Constructor and Description |
|---|
JudgmentImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Appeal> |
getAppeal() |
String |
getComplianceReport() |
List<Contempt> |
getContempt() |
Date |
getDateOfCompliance() |
String |
getDetails() |
Long |
getId() |
ImplementationFailure |
getImplementationFailure() |
Judgment |
getJudgment() |
JudgmentImplIsComplied |
getJudgmentImplIsComplied() |
void |
setAppeal(List<Appeal> appeal) |
void |
setComplianceReport(String complianceReport) |
void |
setContempt(List<Contempt> contempt) |
void |
setDateOfCompliance(Date dateOfCompliance) |
void |
setDetails(String details) |
void |
setId(Long id) |
void |
setImplementationFailure(ImplementationFailure implementationFailure) |
void |
setJudgment(Judgment judgment) |
void |
setJudgmentImplIsComplied(JudgmentImplIsComplied judgmentImplIsComplied) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGLC_JUDGMENTIMPL
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 Judgment getJudgment()
public void setJudgment(Judgment judgment)
public JudgmentImplIsComplied getJudgmentImplIsComplied()
public void setJudgmentImplIsComplied(JudgmentImplIsComplied judgmentImplIsComplied)
public ImplementationFailure getImplementationFailure()
public void setImplementationFailure(ImplementationFailure implementationFailure)
public String getDetails()
public void setDetails(String details)
public Date getDateOfCompliance()
public void setDateOfCompliance(Date dateOfCompliance)
public String getComplianceReport()
public void setComplianceReport(String complianceReport)
public List<org.egov.infra.validation.exception.ValidationError> validate()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.