Class Step

java.lang.Object
com.persequor.extension.frontend.Step
All Implemented Interfaces:
IStep

public class Step extends Object implements IStep
  • Constructor Details

    • Step

      public Step()
    • Step

      public Step(IString label)
  • Method Details

    • of

      public static Step of(IString label)
    • isCompleted

      public boolean isCompleted()
    • setCompleted

      public Step setCompleted(boolean completed)
      Description copied from interface: IStep
      Mark the step as completed.
      Specified by:
      setCompleted in interface IStep
      Returns:
      the step
    • isDisabled

      public boolean isDisabled()
    • setDisabled

      public Step setDisabled(boolean disabled)
      Description copied from interface: IStep
      Mark the step as disabled.
      Specified by:
      setDisabled in interface IStep
      Returns:
      the step
    • getLabel

      public IString getLabel()
    • setLabel

      public Step setLabel(IString label)
      Description copied from interface: IStep
      Set the label for the step.
      Specified by:
      setLabel in interface IStep
      Returns:
      the step