Class ProgressStep
java.lang.Object
de.mid.innovator.m2msdk.model.progress.ProgressStep
- All Implemented Interfaces:
Serializable
This is the progress step.
It holds the maximum and the current step.
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadvance()copy()intintvoidreset()voidsetNumSteps(int iNumSteps) toString()
-
Constructor Details
-
ProgressStep
public ProgressStep() -
ProgressStep
-
-
Method Details