Package net.anotheria.anosite.wizard.api
Class BaseWizardAPIImpl.WizardData
- java.lang.Object
-
- net.anotheria.anosite.wizard.api.BaseWizardAPIImpl.WizardData
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BaseWizardAPIImpl
protected class BaseWizardAPIImpl.WizardData extends Object implements Serializable
WizardData object which represents APISessionAttribute for storing WizardStepAO.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WizardData(String aWizardId)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCompletedStep(WizardStepAO completed)AddWizardStepAOto completed step collection if such still does not exists there.List<WizardStepAO>getCompletedSteps()WizardStepAOgetCurrentStep()StringgetWizardId()voidsetCurrentStep(WizardStepAO currentStep)StringtoString()
-
-
-
Constructor Detail
-
WizardData
public WizardData(String aWizardId)
Constructor.- Parameters:
aWizardId- id
-
-
Method Detail
-
getWizardId
public String getWizardId()
-
getCurrentStep
public WizardStepAO getCurrentStep()
-
setCurrentStep
public void setCurrentStep(WizardStepAO currentStep)
-
getCompletedSteps
public List<WizardStepAO> getCompletedSteps()
-
addCompletedStep
public void addCompletedStep(WizardStepAO completed)
AddWizardStepAOto completed step collection if such still does not exists there.- Parameters:
completed-WizardStepAO
-
-