@Entity
public class Judgment
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGLC_JUDGMENT |
| Constructor and Description |
|---|
Judgment() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGLC_JUDGMENT
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 List<JudgmentDocuments> getJudgmentDocuments()
public void setJudgmentDocuments(List<JudgmentDocuments> judgmentDocuments)
public LegalCase getLegalCase()
public void setLegalCase(LegalCase legalCase)
public JudgmentType getJudgmentType()
public void setJudgmentType(JudgmentType newJudgmentType)
public Date getOrderDate()
public void setOrderDate(Date orderDate)
public Date getSentToDeptOn()
public void setSentToDeptOn(Date sentToDeptOn)
public Date getImplementByDate()
public void setImplementByDate(Date implementByDate)
public double getCostAwarded()
public void setCostAwarded(double costAwarded)
public double getCompensationAwarded()
public void setCompensationAwarded(double compensationAwarded)
public void setMemoRequired(boolean isMemoRequired)
public String getJudgmentDetails()
public void setJudgmentDetails(String judgmentDetails)
public Double getAdvisorFee()
public void setAdvisorFee(Double advisorFee)
public Double getArbitratorFee()
public void setArbitratorFee(Double arbitratorFee)
public Date getSetasidePetitionDate()
public void setSetasidePetitionDate(Date setasidePetitionDate)
public String getSetasidePetitionDetails()
public void setSetasidePetitionDetails(String setasidePetitionDetails)
public Date getSapHearingDate()
public boolean getSapAccepted()
public void setSapHearingDate(Date sapHearingDate)
public void setSapAccepted(boolean sapAccepted)
public List<JudgmentImpl> getJudgmentImpl()
public void setJudgmentImpl(List<JudgmentImpl> judgmentImpl)
public void addJudgmentimpl(JudgmentImpl judgmentimpl)
public Judgment getParent()
public void setParent(Judgment parent)
public void setIsMemoRequired(boolean isMemoRequired)
public boolean getIsMemoRequired()
public Date getCertifiedMemoFwdDate()
public void setCertifiedMemoFwdDate(Date certifiedMemoFwdDate)
public String getEnquiryDetails()
public void setEnquiryDetails(String enquiryDetails)
public Date getEnquiryDate()
public void setEnquiryDate(Date enquiryDate)
public List<org.egov.infra.validation.exception.ValidationError> validate()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.