Class WizardDefBuilder

  • All Implemented Interfaces:
    net.anotheria.asg.data.Builder<WizardDef>

    public class WizardDefBuilder
    extends java.lang.Object
    implements net.anotheria.asg.data.Builder<WizardDef>
    • 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
    • Constructor Detail

      • WizardDefBuilder

        public WizardDefBuilder()
    • 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.
      • build

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