| | |
| | | package com.java110.po.oaWorkflow; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | public class OaWorkflowPo implements Serializable { |
| | | |
| | | private String describle; |
| | | private String modelId; |
| | | private String statusCd = "0"; |
| | | private String flowKey; |
| | | private String storeId; |
| | | private String flowId; |
| | | private String flowName; |
| | | private String flowType; |
| | | private String processDefinitionKey; |
| | | public String getDescrible() { |
| | | private String modelId; |
| | | private String statusCd = "0"; |
| | | private String flowKey; |
| | | private String storeId; |
| | | private String flowId; |
| | | private String flowName; |
| | | private String flowType; |
| | | private String state; |
| | | private String processDefinitionKey; |
| | | private String curFormId; |
| | | |
| | | public String getDescrible() { |
| | | return describle; |
| | | } |
| | | public void setDescrible(String describle) { |
| | | |
| | | public void setDescrible(String describle) { |
| | | this.describle = describle; |
| | | } |
| | | public String getModelId() { |
| | | |
| | | public String getModelId() { |
| | | return modelId; |
| | | } |
| | | public void setModelId(String modelId) { |
| | | |
| | | public void setModelId(String modelId) { |
| | | this.modelId = modelId; |
| | | } |
| | | public String getStatusCd() { |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | public void setStatusCd(String statusCd) { |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | public String getFlowKey() { |
| | | |
| | | public String getFlowKey() { |
| | | return flowKey; |
| | | } |
| | | public void setFlowKey(String flowKey) { |
| | | |
| | | public void setFlowKey(String flowKey) { |
| | | this.flowKey = flowKey; |
| | | } |
| | | public String getStoreId() { |
| | | |
| | | public String getStoreId() { |
| | | return storeId; |
| | | } |
| | | public void setStoreId(String storeId) { |
| | | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | public String getFlowId() { |
| | | |
| | | public String getFlowId() { |
| | | return flowId; |
| | | } |
| | | public void setFlowId(String flowId) { |
| | | |
| | | public void setFlowId(String flowId) { |
| | | this.flowId = flowId; |
| | | } |
| | | public String getFlowName() { |
| | | |
| | | public String getFlowName() { |
| | | return flowName; |
| | | } |
| | | public void setFlowName(String flowName) { |
| | | |
| | | public void setFlowName(String flowName) { |
| | | this.flowName = flowName; |
| | | } |
| | | public String getFlowType() { |
| | | |
| | | public String getFlowType() { |
| | | return flowType; |
| | | } |
| | | public void setFlowType(String flowType) { |
| | | |
| | | public void setFlowType(String flowType) { |
| | | this.flowType = flowType; |
| | | } |
| | | public String getProcessDefinitionKey() { |
| | | |
| | | public String getProcessDefinitionKey() { |
| | | return processDefinitionKey; |
| | | } |
| | | public void setProcessDefinitionKey(String processDefinitionKey) { |
| | | |
| | | public void setProcessDefinitionKey(String processDefinitionKey) { |
| | | this.processDefinitionKey = processDefinitionKey; |
| | | } |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | |
| | | |
| | | public String getCurFormId() { |
| | | return curFormId; |
| | | } |
| | | |
| | | public void setCurFormId(String curFormId) { |
| | | this.curFormId = curFormId; |
| | | } |
| | | } |