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(String aValue)Sets the value of the browserFiltering attribute.Scriptbuild()ScriptBuildercontent(String aValue)Sets the value of the content attribute.ScriptBuilderfile(String aValue)Sets the value of the file attribute.ScriptBuilderguards(List<String> aValue)Sets the value of the guards attribute.ScriptBuilderlink(String aValue)Sets the value of the link attribute.ScriptBuildername(String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
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.
-
-