| |
|
| java.lang.Object com.flexive.shared.workflow.Route com.flexive.shared.workflow.RouteEdit
RouteEdit | public class RouteEdit extends Route implements Serializable(Code) | | Editable route class.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) See Also: Route |
Method Summary | |
public void | setFromStepId(long fromStepId) Sets the source step of the route. | public void | setGroupId(long groupId) Sets the group ID of the route. | public void | setId(long id) Sets the unique ID of the route. | public void | setToStepId(long toStepId) Sets the destination step ID of the route. |
RouteEdit | public RouteEdit(Route route)(Code) | | Constructor
Parameters: route - source route |
RouteEdit | public RouteEdit()(Code) | | Default constructor.
|
setFromStepId | public void setFromStepId(long fromStepId)(Code) | | Sets the source step of the route.
Parameters: fromStepId - the source step of the route. |
setGroupId | public void setGroupId(long groupId)(Code) | | Sets the group ID of the route.
Parameters: groupId - the group ID of the route. |
setId | public void setId(long id)(Code) | | Sets the unique ID of the route.
Parameters: id - the unique ID of the route. |
setToStepId | public void setToStepId(long toStepId)(Code) | | Sets the destination step ID of the route.
Parameters: toStepId - the destination step ID of the route. |
|
|
|