Class WizardDefBuilder

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

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

      • wizardCancelRedirectUrl

        protected String wizardCancelRedirectUrl
      • wizardFinishRedirectUrl

        protected String wizardFinishRedirectUrl
      • handler

        protected String handler
      • accessOperation

        protected String accessOperation
    • Constructor Detail

      • WizardDefBuilder

        public WizardDefBuilder()
    • Method Detail

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