Class ScriptBuilder

java.lang.Object
net.anotheria.anosite.gen.assitedata.data.ScriptBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<Script>

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

    • name

      protected String name
    • content

      protected String content
    • browserFiltering

      protected String browserFiltering
    • guards

      protected List<String> guards
    • file

      protected String file
  • Constructor Details

    • ScriptBuilder

      public ScriptBuilder()
  • Method Details

    • name

      public ScriptBuilder name(String aValue)
      Sets the value of the name attribute.
    • link

      public ScriptBuilder link(String aValue)
      Sets the value of the link attribute.
    • content

      public ScriptBuilder content(String aValue)
      Sets the value of the content attribute.
    • browserFiltering

      public ScriptBuilder browserFiltering(String aValue)
      Sets the value of the browserFiltering attribute.
    • guards

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

      public ScriptBuilder file(String aValue)
      Sets the value of the file attribute.
    • build

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