public class FlowNextConfig extends BaseBean
| 构造器和说明 |
|---|
FlowNextConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCond() |
String |
getFlow() |
String |
getNextFlow() |
String |
getNextNode() |
String |
getNode() |
String |
getOnAfter() |
String |
getOnBefore() |
void |
setCond(String cond) |
void |
setFlow(String flow) |
void |
setNextFlow(String nextFlow) |
void |
setNextNode(String nextNode) |
void |
setNode(String node) |
void |
setOnAfter(String onAfter) |
void |
setOnBefore(String onBefore) |
getCreateTime, getId, getIsDeleted, getUpdateTime, setCreateTime, setId, setIsDeleted, setUpdateTimepublic String getFlow()
public void setFlow(String flow)
public String getNode()
public void setNode(String node)
public String getNextFlow()
public void setNextFlow(String nextFlow)
public String getNextNode()
public void setNextNode(String nextNode)
public String getCond()
public void setCond(String cond)
public String getOnBefore()
public void setOnBefore(String onBefore)
public String getOnAfter()
public void setOnAfter(String onAfter)
Copyright © 2022. All rights reserved.