Class PagexBuilder

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

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

    • name

      protected String name
    • localizedName

      protected String localizedName
    • title

      protected String title
    • keywords

      protected String keywords
    • description

      protected String description
    • scripts

      protected List<String> scripts
    • attributes

      protected List<String> attributes
    • c1

      protected List<String> c1
    • c2

      protected List<String> c2
    • c3

      protected List<String> c3
    • localizations

      protected List<String> localizations
    • httpsonly

      protected boolean httpsonly
    • template

      protected String template
    • accessOperation

      protected String accessOperation
    • feature

      protected String feature
  • Constructor Details

    • PagexBuilder

      public PagexBuilder()
  • Method Details

    • name

      public PagexBuilder name(String aValue)
      Sets the value of the name attribute.
    • localizedName

      public PagexBuilder localizedName(String aValue)
      Sets the value of the localizedName attribute.
    • title

      public PagexBuilder title(String aValue)
      Sets the value of the title attribute.
    • keywords

      public PagexBuilder keywords(String aValue)
      Sets the value of the keywords attribute.
    • description

      public PagexBuilder description(String aValue)
      Sets the value of the description attribute.
    • mediaLinks

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

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

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

      public PagexBuilder c1(List<String> aValue)
      Sets the value of the c1 attribute.
    • c2

      public PagexBuilder c2(List<String> aValue)
      Sets the value of the c2 attribute.
    • c3

      public PagexBuilder c3(List<String> aValue)
      Sets the value of the c3 attribute.
    • header

      public PagexBuilder header(List<String> aValue)
      Sets the value of the header attribute.
    • footer

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

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

      public PagexBuilder httpsonly(boolean aValue)
      Sets the value of the httpsonly attribute.
    • template

      public PagexBuilder template(String aValue)
      Sets the value of the template attribute.
    • accessOperation

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

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

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