Class ProgressStep

java.lang.Object
de.mid.innovator.m2msdk.model.progress.ProgressStep
All Implemented Interfaces:
Serializable

public class ProgressStep extends Object implements Serializable
This is the progress step. It holds the maximum and the current step.
Author:
jmback
See Also:
  • Constructor Details

    • ProgressStep

      public ProgressStep()
    • ProgressStep

      public ProgressStep(ProgressStep original)
  • Method Details

    • copy

      public ProgressStep copy()
    • reset

      public void reset()
    • setNumSteps

      public void setNumSteps(int iNumSteps)
    • advance

      public void advance()
    • getMaximum

      public int getMaximum()
    • getCurrent

      public int getCurrent()
    • toString

      public String toString()
      Overrides:
      toString in class Object