old mode 100644
new mode 100755
| | |
| | | private String flowId; |
| | | private String flowName; |
| | | private String flowType; |
| | | private String processDefinitionKey; |
| | | private String statusCd; |
| | | |
| | | public String getSkipLevel() { |
| | | return skipLevel; |
| | |
| | | this.flowType = flowType; |
| | | } |
| | | |
| | | public String getProcessDefinitionKey() { |
| | | return processDefinitionKey; |
| | | } |
| | | |
| | | public void setProcessDefinitionKey(String processDefinitionKey) { |
| | | this.processDefinitionKey = processDefinitionKey; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | } |