Package lumis.portal.interactiveprocess
Class StepOutcome
- java.lang.Object
-
- lumis.portal.interactiveprocess.StepOutcome
-
- All Implemented Interfaces:
Serializable
,IStepOutcome
public class StepOutcome extends Object implements Serializable, IStepOutcome
Thestep
outcome.- Since:
- 7.1.0
- Version:
- $Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StepOutcome()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Returns the message.StepOutcomeStatus
getStatus()
Returns the status.Step
getStep()
Returns the step.
-
-
-
Method Detail
-
getMessage
public String getMessage()
Description copied from interface:IStepOutcome
Returns the message.- Specified by:
getMessage
in interfaceIStepOutcome
- Returns:
- the message.
-
getStatus
public StepOutcomeStatus getStatus()
Description copied from interface:IStepOutcome
Returns the status.- Specified by:
getStatus
in interfaceIStepOutcome
- Returns:
- the status.
-
getStep
public Step getStep()
Returns the step.- Returns:
- the step.
- Since:
- 7.1.0
-
-