public class Recovery
extends org.egov.infra.workflow.entity.StateAware
| Constructor and Description |
|---|
Recovery() |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
getBasicProperty() |
org.egov.demand.model.EgBill |
getBill() |
CeaseNotice |
getCeaseNotice() |
Long |
getId() |
IntimationNotice |
getIntimationNotice() |
String |
getStateDetails() |
org.egov.commons.EgwStatus |
getStatus() |
Warrant |
getWarrant() |
WarrantNotice |
getWarrantNotice() |
void |
setBasicProperty(BasicProperty basicProperty) |
void |
setBill(org.egov.demand.model.EgBill bill) |
void |
setCeaseNotice(CeaseNotice ceaseNotice) |
void |
setId(Long id) |
void |
setIntimationNotice(IntimationNotice intimationNotice) |
void |
setStatus(org.egov.commons.EgwStatus status) |
void |
setWarrant(Warrant warrant) |
void |
setWarrantNotice(WarrantNotice warrantNotice) |
String |
toString() |
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 String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAware@Required(message="recovery.basicProperty.null") public BasicProperty getBasicProperty()
public void setBasicProperty(BasicProperty basicProperty)
public Warrant getWarrant()
public IntimationNotice getIntimationNotice()
public WarrantNotice getWarrantNotice()
public void setWarrant(Warrant warrant)
public void setIntimationNotice(IntimationNotice intimationNotice)
public void setWarrantNotice(WarrantNotice warrantNotice)
public CeaseNotice getCeaseNotice()
public void setCeaseNotice(CeaseNotice ceaseNotice)
@Required(message="recovery.status.null") public org.egov.commons.EgwStatus getStatus()
@Required(message="recovery.bill.null") public org.egov.demand.model.EgBill getBill()
public void setStatus(org.egov.commons.EgwStatus status)
public void setBill(org.egov.demand.model.EgBill bill)
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>Copyright © 2015–2017 eGovernments Foundation. All rights reserved.