Class WizardDefBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.aswizarddata.data.WizardDefBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccessOperationprotected Stringhandlerprotected Stringnameprotected StringwizardCancelRedirectUrlprotected StringwizardFinishRedirectUrlprotected List<String>wizardSteps
-
Constructor Summary
Constructors Constructor Description WizardDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WizardDefBuilderaccessOperation(String aValue)Sets the value of the accessOperation attribute.WizardDefbuild()WizardDefBuilderhandler(String aValue)Sets the value of the handler attribute.WizardDefBuildername(String aValue)Sets the value of the name attribute.WizardDefBuilderwizardCancelRedirectUrl(String aValue)Sets the value of the wizardCancelRedirectUrl attribute.WizardDefBuilderwizardFinishRedirectUrl(String aValue)Sets the value of the wizardFinishRedirectUrl attribute.WizardDefBuilderwizardSteps(List<String> aValue)Sets the value of the wizardSteps attribute.
-
-
-
Method Detail
-
name
public WizardDefBuilder name(String aValue)
Sets the value of the name attribute.
-
wizardSteps
public WizardDefBuilder wizardSteps(List<String> aValue)
Sets the value of the wizardSteps attribute.
-
wizardCancelRedirectUrl
public WizardDefBuilder wizardCancelRedirectUrl(String aValue)
Sets the value of the wizardCancelRedirectUrl attribute.
-
wizardFinishRedirectUrl
public WizardDefBuilder wizardFinishRedirectUrl(String aValue)
Sets the value of the wizardFinishRedirectUrl attribute.
-
handler
public WizardDefBuilder handler(String aValue)
Sets the value of the handler attribute.
-
accessOperation
public WizardDefBuilder accessOperation(String aValue)
Sets the value of the accessOperation attribute.
-
-