public abstract class WorkflowActionStep extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionName |
protected org.egov.eis.service.EisCommonService |
eisCommonService |
protected PropertyImpl |
propertyModel |
protected PropertyTaxUtil |
propertyTaxUtil |
protected Long |
userId |
| Constructor and Description |
|---|
WorkflowActionStep() |
WorkflowActionStep(PropertyImpl propertyModel,
Long userId,
String comments) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeState()
Changes the state
|
String |
getComments() |
org.egov.pims.commons.Position |
getPosition()
Gives the position to which the workflow item to be saved, forwarded etc
|
Property |
getPropertyModel() |
PropertyTaxUtil |
getPropertyTaxUtil() |
abstract String |
getStepName()
Gives the workflow step as Approve, Save, Forward or Reject
|
abstract String |
getStepValue() |
void |
setActionName(String actionName) |
void |
setComments(String comments) |
void |
setEisCommonService(org.egov.eis.service.EisCommonService eisCommonService) |
void |
setPropertyModel(PropertyImpl propertyModel) |
void |
setPropertyTaxUtil(PropertyTaxUtil propertyTaxUtil) |
protected PropertyImpl propertyModel
protected org.egov.eis.service.EisCommonService eisCommonService
protected Long userId
protected PropertyTaxUtil propertyTaxUtil
protected String actionName
public WorkflowActionStep()
public WorkflowActionStep(PropertyImpl propertyModel, Long userId, String comments)
public abstract String getStepName()
public abstract String getStepValue()
public org.egov.pims.commons.Position getPosition()
public void changeState()
public Property getPropertyModel()
public void setPropertyModel(PropertyImpl propertyModel)
public String getComments()
public void setComments(String comments)
public void setActionName(String actionName)
public PropertyTaxUtil getPropertyTaxUtil()
public void setPropertyTaxUtil(PropertyTaxUtil propertyTaxUtil)
public void setEisCommonService(org.egov.eis.service.EisCommonService eisCommonService)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.