Package com.persequor.extension.frontend
Class Step
java.lang.Object
com.persequor.extension.frontend.Step
- All Implemented Interfaces:
IStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
boolean
boolean
static Step
setCompleted
(boolean completed) Mark the step as completed.setDisabled
(boolean disabled) Mark the step as disabled.Set the label for the step.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.persequor.extension.frontend.IStep
setCompleted, setDisabled
-
Constructor Details
-
Step
public Step() -
Step
-
-
Method Details
-
of
-
isCompleted
public boolean isCompleted() -
setCompleted
Description copied from interface:IStep
Mark the step as completed.- Specified by:
setCompleted
in interfaceIStep
- Returns:
- the step
-
isDisabled
public boolean isDisabled() -
setDisabled
Description copied from interface:IStep
Mark the step as disabled.- Specified by:
setDisabled
in interfaceIStep
- Returns:
- the step
-
getLabel
-
setLabel
Description copied from interface:IStep
Set the label for the step.
-