public class RevisionPetition
extends org.egov.infra.workflow.entity.StateAware
implements org.egov.infra.persistence.entity.Auditable
| Modifier and Type | Field and Description |
|---|---|
static DateFormat |
dateFormat |
| Constructor and Description |
|---|
RevisionPetition() |
buildStateInfo, byCreatedDate, end, getCurrentState, getState, getStateHistory, getStateInfoJson, getStateType, hasState, myLinkId, reinitiateTransition, reopen, setState, start, stateInProgress, stateIsEnded, stateIsNew, transition, transition, withComments, withDateInfo, withExtraDateInfo, withExtraInfo, withInitiator, withNatureOfTask, withNextAction, withOwner, withOwner, withSenderName, withStateValuegetCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final DateFormat dateFormat
public String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAwarepublic org.egov.commons.EgwStatus getEgwStatus()
public String getObjectionNumber()
@Required(message="objection.receiviedOn.null") public Date getRecievedOn()
@Required(message="objection.receiviedBy.null") public String getRecievedBy()
@Required(message="objection.details.null")
@Length(max=1024,
message="objection.details.length")
public String getDetails()
public void setEgwStatus(org.egov.commons.EgwStatus egwStatus)
public void setObjectionNumber(String objectionNumber)
public void setRecievedOn(Date recievedOn)
public void setRecievedBy(String recievedBy)
public void setDetails(String details)
public List<Inspection> getInspections()
public Date getDateOfOutcome()
public String getRemarks()
public Boolean getObjectionRejected()
public void setInspections(List<Inspection> inspections)
public void setDateOfOutcome(Date dateOfOutcome)
public void setRemarks(String remarks)
public void setObjectionRejected(Boolean objectionRejected)
public BasicProperty getBasicProperty()
public void setBasicProperty(BasicProperty basicProperty)
public String getDocNumberObjection()
public String getDocNumberOutcome()
public void setDocNumberObjection(String docNumberObjection)
public void setDocNumberOutcome(String docNumberOutcome)
public String getFmtdReceivedOn()
public String toString()
toString in class org.egov.infra.persistence.entity.AbstractPersistable<Long>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 PropertyImpl getProperty()
public void setProperty(PropertyImpl property)
public Boolean getGenerateSpecialNotice()
public void setGenerateSpecialNotice(Boolean generateSpecialNotice)
public String getMeesevaApplicationNumber()
public void setMeesevaApplicationNumber(String meesevaApplicationNumber)
public String getApplicationNo()
public void setApplicationNo(String applicationNo)
public String getType()
public void setType(String type)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.