| | |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String processDefinitionKey; |
| | | |
| | | private String flowId; |
| | | |
| | | |
| | | public String getWssId() { |
| | | return wssId; |
| | |
| | | public void setFlowTypes(String[] flowTypes) { |
| | | this.flowTypes = flowTypes; |
| | | } |
| | | |
| | | public String getProcessDefinitionKey() { |
| | | return processDefinitionKey; |
| | | } |
| | | |
| | | public void setProcessDefinitionKey(String processDefinitionKey) { |
| | | this.processDefinitionKey = processDefinitionKey; |
| | | } |
| | | |
| | | public String getFlowId() { |
| | | return flowId; |
| | | } |
| | | |
| | | public void setFlowId(String flowId) { |
| | | this.flowId = flowId; |
| | | } |
| | | } |