public class WorkflowBean extends Object
| Constructor and Description |
|---|
WorkflowBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
String |
getActionState() |
List<org.egov.infra.admin.master.entity.User> |
getAppoverUserList() |
String |
getApproverComments() |
Long |
getApproverPositionId() |
Long |
getApproverUserId() |
String |
getCurrentState() |
Integer |
getDepartmentId() |
List<org.egov.infra.admin.master.entity.Department> |
getDepartmentList() |
Integer |
getDesignationId() |
List<org.egov.pims.commons.Designation> |
getDesignationList() |
String |
getWorkFlowAction() |
void |
setActionName(String actionName) |
void |
setActionState(String actionState) |
void |
setAppoverUserList(List<org.egov.infra.admin.master.entity.User> appoverUserList) |
void |
setApproverComments(String approverComments) |
void |
setApproverPositionId(Long approverPositionId) |
void |
setApproverUserId(Long approverUserId) |
void |
setCurrentState(String currentState) |
void |
setDepartmentId(Integer departmentId) |
void |
setDepartmentList(List<org.egov.infra.admin.master.entity.Department> departmentList) |
void |
setDesignationId(Integer designationId) |
void |
setDesignationList(List<org.egov.pims.commons.Designation> designationList) |
void |
setWorkFlowAction(String workFlowAction) |
String |
toString() |
public String getActionName()
public String getActionState()
public Long getApproverUserId()
public List<org.egov.infra.admin.master.entity.Department> getDepartmentList()
public List<org.egov.pims.commons.Designation> getDesignationList()
public void setActionName(String actionName)
public void setActionState(String actionState)
public List<org.egov.infra.admin.master.entity.User> getAppoverUserList()
public void setAppoverUserList(List<org.egov.infra.admin.master.entity.User> appoverUserList)
public void setApproverUserId(Long approverUserId)
public void setDepartmentList(List<org.egov.infra.admin.master.entity.Department> departmentList)
public Integer getDepartmentId()
public void setDepartmentId(Integer departmentId)
public Integer getDesignationId()
public void setDesignationId(Integer designationId)
public void setDesignationList(List<org.egov.pims.commons.Designation> designationList)
public String getApproverComments()
public void setApproverComments(String approverComments)
public String getWorkFlowAction()
public void setWorkFlowAction(String workFlowAction)
public Long getApproverPositionId()
public void setApproverPositionId(Long approverPositionId)
public String getCurrentState()
public void setCurrentState(String currentState)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.