Class ScriptBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.data.ScriptBuilder
-
-
Constructor Summary
Constructors Constructor Description ScriptBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptBuilderbrowserFiltering(java.lang.String aValue)Sets the value of the browserFiltering attribute.Scriptbuild()ScriptBuildercontent(java.lang.String aValue)Sets the value of the content attribute.ScriptBuilderfile(java.lang.String aValue)Sets the value of the file attribute.ScriptBuilderguards(java.util.List<java.lang.String> aValue)Sets the value of the guards attribute.ScriptBuilderlink(java.lang.String aValue)Sets the value of the link attribute.ScriptBuildername(java.lang.String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
name
public ScriptBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
link
public ScriptBuilder link(java.lang.String aValue)
Sets the value of the link attribute.
-
content
public ScriptBuilder content(java.lang.String aValue)
Sets the value of the content attribute.
-
browserFiltering
public ScriptBuilder browserFiltering(java.lang.String aValue)
Sets the value of the browserFiltering attribute.
-
guards
public ScriptBuilder guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
-
file
public ScriptBuilder file(java.lang.String aValue)
Sets the value of the file attribute.
-
-