Class WizardDefBuilder
java.lang.Object
net.anotheria.anosite.gen.aswizarddata.data.WizardDefBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<WizardDef>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessOperation(String aValue) Sets the value of the accessOperation attribute.build()Sets the value of the handler attribute.Sets the value of the name attribute.wizardCancelRedirectUrl(String aValue) Sets the value of the wizardCancelRedirectUrl attribute.wizardFinishRedirectUrl(String aValue) Sets the value of the wizardFinishRedirectUrl attribute.wizardSteps(List<String> aValue) Sets the value of the wizardSteps attribute.
-
Field Details
-
name
-
wizardSteps
-
wizardCancelRedirectUrl
-
wizardFinishRedirectUrl
-
handler
-
accessOperation
-
-
Constructor Details
-
WizardDefBuilder
public WizardDefBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
wizardSteps
Sets the value of the wizardSteps attribute. -
wizardCancelRedirectUrl
Sets the value of the wizardCancelRedirectUrl attribute. -
wizardFinishRedirectUrl
Sets the value of the wizardFinishRedirectUrl attribute. -
handler
Sets the value of the handler attribute. -
accessOperation
Sets the value of the accessOperation attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<WizardDef>
-