Class ScriptBuilder
java.lang.Object
net.anotheria.anosite.gen.assitedata.data.ScriptBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Script>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrowserFiltering(String aValue) Sets the value of the browserFiltering attribute.build()Sets the value of the content attribute.Sets the value of the file attribute.Sets the value of the guards attribute.Sets the value of the link attribute.Sets the value of the name attribute.
-
Field Details
-
name
-
link
-
-
browserFiltering
-
guards
-
file
-
-
Constructor Details
-
ScriptBuilder
public ScriptBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
link
Sets the value of the link attribute. -
content
Sets the value of the content attribute. -
browserFiltering
Sets the value of the browserFiltering attribute. -
guards
Sets the value of the guards attribute. -
file
Sets the value of the file attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Script>
-