Class BoxBuilder
java.lang.Object
net.anotheria.anosite.gen.aswebdata.data.BoxBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Box>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessOperation(String aValue) Sets the value of the accessOperation attribute.attributes(List<String> aValue) Sets the value of the attributes attribute.build()Sets the value of the content attribute.Sets the value of the cssClass attribute.Sets the value of the feature attribute.Sets the value of the guards attribute.Sets the value of the handler attribute.localizations(List<String> aValue) Sets the value of the localizations attribute.mediaLinks(List<String> aValue) Sets the value of the mediaLinks attribute.Sets the value of the name attribute.parameter1(String aValue) Sets the value of the parameter1 attribute.parameter10(String aValue) Sets the value of the parameter10 attribute.parameter2(String aValue) Sets the value of the parameter2 attribute.parameter3(String aValue) Sets the value of the parameter3 attribute.parameter4(String aValue) Sets the value of the parameter4 attribute.parameter5(String aValue) Sets the value of the parameter5 attribute.parameter6(String aValue) Sets the value of the parameter6 attribute.parameter7(String aValue) Sets the value of the parameter7 attribute.parameter8(String aValue) Sets the value of the parameter8 attribute.parameter9(String aValue) Sets the value of the parameter9 attribute.Sets the value of the scripts attribute.Sets the value of the subboxes attribute.Sets the value of the type attribute.
-
Field Details
-
name
-
-
mediaLinks
-
scripts
-
localizations
-
subboxes
-
cssClass
-
parameter1
-
parameter2
-
parameter3
-
parameter4
-
parameter5
-
parameter6
-
parameter7
-
parameter8
-
parameter9
-
parameter10
-
guards
-
attributes
-
type
-
handler
-
accessOperation
-
feature
-
-
Constructor Details
-
BoxBuilder
public BoxBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
content
Sets the value of the content attribute. -
mediaLinks
Sets the value of the mediaLinks attribute. -
scripts
Sets the value of the scripts attribute. -
localizations
Sets the value of the localizations attribute. -
subboxes
Sets the value of the subboxes attribute. -
cssClass
Sets the value of the cssClass attribute. -
parameter1
Sets the value of the parameter1 attribute. -
parameter2
Sets the value of the parameter2 attribute. -
parameter3
Sets the value of the parameter3 attribute. -
parameter4
Sets the value of the parameter4 attribute. -
parameter5
Sets the value of the parameter5 attribute. -
parameter6
Sets the value of the parameter6 attribute. -
parameter7
Sets the value of the parameter7 attribute. -
parameter8
Sets the value of the parameter8 attribute. -
parameter9
Sets the value of the parameter9 attribute. -
parameter10
Sets the value of the parameter10 attribute. -
guards
Sets the value of the guards attribute. -
attributes
Sets the value of the attributes attribute. -
type
Sets the value of the type attribute. -
handler
Sets the value of the handler attribute. -
accessOperation
Sets the value of the accessOperation attribute. -
feature
Sets the value of the feature attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Box>
-