Class BoxBuilder

java.lang.Object
net.anotheria.anosite.gen.aswebdata.data.BoxBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<Box>

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

    • name

      protected String name
    • content

      protected String content
    • scripts

      protected List<String> scripts
    • localizations

      protected List<String> localizations
    • subboxes

      protected List<String> subboxes
    • cssClass

      protected String cssClass
    • parameter1

      protected String parameter1
    • parameter2

      protected String parameter2
    • parameter3

      protected String parameter3
    • parameter4

      protected String parameter4
    • parameter5

      protected String parameter5
    • parameter6

      protected String parameter6
    • parameter7

      protected String parameter7
    • parameter8

      protected String parameter8
    • parameter9

      protected String parameter9
    • parameter10

      protected String parameter10
    • guards

      protected List<String> guards
    • attributes

      protected List<String> attributes
    • type

      protected String type
    • handler

      protected String handler
    • accessOperation

      protected String accessOperation
    • feature

      protected String feature
  • Constructor Details

    • BoxBuilder

      public BoxBuilder()
  • Method Details

    • name

      public BoxBuilder name(String aValue)
      Sets the value of the name attribute.
    • content

      public BoxBuilder content(String aValue)
      Sets the value of the content attribute.
    • mediaLinks

      public BoxBuilder mediaLinks(List<String> aValue)
      Sets the value of the mediaLinks attribute.
    • scripts

      public BoxBuilder scripts(List<String> aValue)
      Sets the value of the scripts attribute.
    • localizations

      public BoxBuilder localizations(List<String> aValue)
      Sets the value of the localizations attribute.
    • subboxes

      public BoxBuilder subboxes(List<String> aValue)
      Sets the value of the subboxes attribute.
    • cssClass

      public BoxBuilder cssClass(String aValue)
      Sets the value of the cssClass attribute.
    • parameter1

      public BoxBuilder parameter1(String aValue)
      Sets the value of the parameter1 attribute.
    • parameter2

      public BoxBuilder parameter2(String aValue)
      Sets the value of the parameter2 attribute.
    • parameter3

      public BoxBuilder parameter3(String aValue)
      Sets the value of the parameter3 attribute.
    • parameter4

      public BoxBuilder parameter4(String aValue)
      Sets the value of the parameter4 attribute.
    • parameter5

      public BoxBuilder parameter5(String aValue)
      Sets the value of the parameter5 attribute.
    • parameter6

      public BoxBuilder parameter6(String aValue)
      Sets the value of the parameter6 attribute.
    • parameter7

      public BoxBuilder parameter7(String aValue)
      Sets the value of the parameter7 attribute.
    • parameter8

      public BoxBuilder parameter8(String aValue)
      Sets the value of the parameter8 attribute.
    • parameter9

      public BoxBuilder parameter9(String aValue)
      Sets the value of the parameter9 attribute.
    • parameter10

      public BoxBuilder parameter10(String aValue)
      Sets the value of the parameter10 attribute.
    • guards

      public BoxBuilder guards(List<String> aValue)
      Sets the value of the guards attribute.
    • attributes

      public BoxBuilder attributes(List<String> aValue)
      Sets the value of the attributes attribute.
    • type

      public BoxBuilder type(String aValue)
      Sets the value of the type attribute.
    • handler

      public BoxBuilder handler(String aValue)
      Sets the value of the handler attribute.
    • accessOperation

      public BoxBuilder accessOperation(String aValue)
      Sets the value of the accessOperation attribute.
    • feature

      public BoxBuilder feature(String aValue)
      Sets the value of the feature attribute.
    • build

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