@Entity
@Unique(fields="crn",
enableDfltMsg=true)
public class Complaint
extends org.egov.infra.workflow.entity.StateAware
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_COMPLAINT |
| Constructor and Description |
|---|
Complaint() |
| Modifier and Type | Method and Description |
|---|---|
protected org.egov.infra.workflow.entity.contract.StateInfoBuilder |
buildStateInfo() |
org.egov.pims.commons.Position |
getAssignee() |
org.egov.infra.admin.master.entity.Boundary |
getChildLocation() |
CitizenFeedback |
getCitizenFeedback() |
Complainant |
getComplainant() |
ComplaintType |
getComplaintType() |
String |
getCrn() |
Long |
getCrossHierarchyId() |
org.egov.infra.admin.master.entity.Department |
getDepartment() |
String |
getDetails() |
Date |
getEscalationDate() |
Long |
getId() |
String |
getLandmarkDetails() |
double |
getLat() |
String |
getLatlngAddress() |
double |
getLng() |
org.egov.infra.admin.master.entity.Boundary |
getLocation() |
Priority |
getPriority() |
ReceivingCenter |
getReceivingCenter() |
ReceivingMode |
getReceivingMode() |
String |
getStateDetails() |
ComplaintStatus |
getStatus() |
Set<org.egov.infra.filestore.entity.FileStoreMapper> |
getSupportDocs() |
String |
myLinkId() |
void |
setAssignee(org.egov.pims.commons.Position assignee) |
void |
setChildLocation(org.egov.infra.admin.master.entity.Boundary childLocation) |
void |
setCitizenFeedback(CitizenFeedback citizenFeedback) |
void |
setComplainant(Complainant complainant) |
void |
setComplaintType(ComplaintType complaintType) |
void |
setCrn(String crn) |
void |
setCrossHierarchyId(Long crossHierarchyId) |
void |
setDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setDetails(String details) |
void |
setEscalationDate(Date escalationDate) |
void |
setId(Long id) |
void |
setLandmarkDetails(String landmarkDetails) |
void |
setLat(double lat) |
void |
setLatlngAddress(String latlngAddress) |
void |
setLng(double lng) |
void |
setLocation(org.egov.infra.admin.master.entity.Boundary location) |
void |
setPriority(Priority priority) |
void |
setReceivingCenter(ReceivingCenter receivingCenter) |
void |
setReceivingMode(ReceivingMode receivingMode) |
void |
setStatus(ComplaintStatus status) |
void |
setSupportDocs(Set<org.egov.infra.filestore.entity.FileStoreMapper> supportDocs) |
byCreatedDate, end, getCurrentState, getState, getStateHistory, getStateInfoJson, getStateType, hasState, 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 String SEQ_COMPLAINT
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 getCrn()
public void setCrn(String crn)
public ComplaintType getComplaintType()
public void setComplaintType(ComplaintType complaintType)
public Complainant getComplainant()
public void setComplainant(Complainant complainant)
public org.egov.pims.commons.Position getAssignee()
public void setAssignee(org.egov.pims.commons.Position assignee)
public ComplaintStatus getStatus()
public void setStatus(ComplaintStatus status)
public String getDetails()
public void setDetails(String details)
public ReceivingMode getReceivingMode()
public void setReceivingMode(ReceivingMode receivingMode)
public Priority getPriority()
public void setPriority(Priority priority)
public ReceivingCenter getReceivingCenter()
public void setReceivingCenter(ReceivingCenter receivingCenter)
public Set<org.egov.infra.filestore.entity.FileStoreMapper> getSupportDocs()
public void setSupportDocs(Set<org.egov.infra.filestore.entity.FileStoreMapper> supportDocs)
public org.egov.infra.admin.master.entity.Boundary getLocation()
public void setLocation(org.egov.infra.admin.master.entity.Boundary location)
public String getLandmarkDetails()
public void setLandmarkDetails(String landmarkDetails)
public double getLat()
public void setLat(double lat)
public double getLng()
public void setLng(double lng)
public Date getEscalationDate()
public void setEscalationDate(Date escalationDate)
public org.egov.infra.admin.master.entity.Department getDepartment()
public void setDepartment(org.egov.infra.admin.master.entity.Department department)
public CitizenFeedback getCitizenFeedback()
public void setCitizenFeedback(CitizenFeedback citizenFeedback)
public org.egov.infra.admin.master.entity.Boundary getChildLocation()
public void setChildLocation(org.egov.infra.admin.master.entity.Boundary childLocation)
public Long getCrossHierarchyId()
public void setCrossHierarchyId(Long crossHierarchyId)
public String getLatlngAddress()
public void setLatlngAddress(String latlngAddress)
public String myLinkId()
myLinkId in class org.egov.infra.workflow.entity.StateAwarepublic String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAwareprotected org.egov.infra.workflow.entity.contract.StateInfoBuilder buildStateInfo()
buildStateInfo in class org.egov.infra.workflow.entity.StateAwareCopyright © 2015–2017 eGovernments Foundation. All rights reserved.