Class BoxTypeBuilder

java.lang.Object
net.anotheria.anosite.gen.asfederateddata.data.BoxTypeBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<BoxType>

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

    • name

      protected String name
    • rendererpage

      protected String rendererpage
  • Constructor Details

    • BoxTypeBuilder

      public BoxTypeBuilder()
  • Method Details

    • name

      public BoxTypeBuilder name(String aValue)
      Sets the value of the name attribute.
    • rendererpage

      public BoxTypeBuilder rendererpage(String aValue)
      Sets the value of the rendererpage attribute.
    • build

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