Class WizardDefBuilder

java.lang.Object
net.anotheria.anosite.gen.aswizarddata.data.WizardDefBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<WizardDef>

public class WizardDefBuilder extends Object implements net.anotheria.asg.data.Builder<WizardDef>
  • Field Details

    • name

      protected String name
    • wizardSteps

      protected List<String> wizardSteps
    • wizardCancelRedirectUrl

      protected String wizardCancelRedirectUrl
    • wizardFinishRedirectUrl

      protected String wizardFinishRedirectUrl
    • handler

      protected String handler
    • accessOperation

      protected String accessOperation
  • Constructor Details

    • WizardDefBuilder

      public WizardDefBuilder()
  • Method Details

    • 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.
    • build

      public WizardDef build()
      Specified by:
      build in interface net.anotheria.asg.data.Builder<WizardDef>