Package net.anotheria.anosite.wizard.api
Class WizardStepAO
- java.lang.Object
-
- net.anotheria.anosite.wizard.api.WizardStepAO
-
- All Implemented Interfaces:
Serializable
public class WizardStepAO extends Object implements Serializable
WizardStep API object.- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WizardStepAO(String aWizardId, int aStepIndex, String aPagexId)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPagexId()intgetStepIndex()StringgetWizardId()inthashCode()voidsetPagexId(String aPagexId)voidsetStepIndex(int aStepIndex)voidsetWizardId(String aWizardId)StringtoString()
-