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