Class BoxBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.aswebdata.data.BoxBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaccessOperationprotected java.util.List<java.lang.String>attributesprotected java.lang.Stringcontentprotected java.lang.StringcssClassprotected java.lang.Stringfeatureprotected java.util.List<java.lang.String>guardsprotected java.lang.Stringhandlerprotected java.util.List<java.lang.String>localizationsprotected java.util.List<java.lang.String>mediaLinksprotected java.lang.Stringnameprotected java.lang.Stringparameter1protected java.lang.Stringparameter10protected java.lang.Stringparameter2protected java.lang.Stringparameter3protected java.lang.Stringparameter4protected java.lang.Stringparameter5protected java.lang.Stringparameter6protected java.lang.Stringparameter7protected java.lang.Stringparameter8protected java.lang.Stringparameter9protected java.util.List<java.lang.String>scriptsprotected java.util.List<java.lang.String>subboxesprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description BoxBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxBuilderaccessOperation(java.lang.String aValue)Sets the value of the accessOperation attribute.BoxBuilderattributes(java.util.List<java.lang.String> aValue)Sets the value of the attributes attribute.Boxbuild()BoxBuildercontent(java.lang.String aValue)Sets the value of the content attribute.BoxBuildercssClass(java.lang.String aValue)Sets the value of the cssClass attribute.BoxBuilderfeature(java.lang.String aValue)Sets the value of the feature attribute.BoxBuilderguards(java.util.List<java.lang.String> aValue)Sets the value of the guards attribute.BoxBuilderhandler(java.lang.String aValue)Sets the value of the handler attribute.BoxBuilderlocalizations(java.util.List<java.lang.String> aValue)Sets the value of the localizations attribute.BoxBuildermediaLinks(java.util.List<java.lang.String> aValue)Sets the value of the mediaLinks attribute.BoxBuildername(java.lang.String aValue)Sets the value of the name attribute.BoxBuilderparameter1(java.lang.String aValue)Sets the value of the parameter1 attribute.BoxBuilderparameter10(java.lang.String aValue)Sets the value of the parameter10 attribute.BoxBuilderparameter2(java.lang.String aValue)Sets the value of the parameter2 attribute.BoxBuilderparameter3(java.lang.String aValue)Sets the value of the parameter3 attribute.BoxBuilderparameter4(java.lang.String aValue)Sets the value of the parameter4 attribute.BoxBuilderparameter5(java.lang.String aValue)Sets the value of the parameter5 attribute.BoxBuilderparameter6(java.lang.String aValue)Sets the value of the parameter6 attribute.BoxBuilderparameter7(java.lang.String aValue)Sets the value of the parameter7 attribute.BoxBuilderparameter8(java.lang.String aValue)Sets the value of the parameter8 attribute.BoxBuilderparameter9(java.lang.String aValue)Sets the value of the parameter9 attribute.BoxBuilderscripts(java.util.List<java.lang.String> aValue)Sets the value of the scripts attribute.BoxBuildersubboxes(java.util.List<java.lang.String> aValue)Sets the value of the subboxes attribute.BoxBuildertype(java.lang.String aValue)Sets the value of the type attribute.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
content
protected java.lang.String content
-
mediaLinks
protected java.util.List<java.lang.String> mediaLinks
-
scripts
protected java.util.List<java.lang.String> scripts
-
localizations
protected java.util.List<java.lang.String> localizations
-
subboxes
protected java.util.List<java.lang.String> subboxes
-
cssClass
protected java.lang.String cssClass
-
parameter1
protected java.lang.String parameter1
-
parameter2
protected java.lang.String parameter2
-
parameter3
protected java.lang.String parameter3
-
parameter4
protected java.lang.String parameter4
-
parameter5
protected java.lang.String parameter5
-
parameter6
protected java.lang.String parameter6
-
parameter7
protected java.lang.String parameter7
-
parameter8
protected java.lang.String parameter8
-
parameter9
protected java.lang.String parameter9
-
parameter10
protected java.lang.String parameter10
-
guards
protected java.util.List<java.lang.String> guards
-
attributes
protected java.util.List<java.lang.String> attributes
-
type
protected java.lang.String type
-
handler
protected java.lang.String handler
-
accessOperation
protected java.lang.String accessOperation
-
feature
protected java.lang.String feature
-
-
Method Detail
-
name
public BoxBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
content
public BoxBuilder content(java.lang.String aValue)
Sets the value of the content attribute.
-
mediaLinks
public BoxBuilder mediaLinks(java.util.List<java.lang.String> aValue)
Sets the value of the mediaLinks attribute.
-
scripts
public BoxBuilder scripts(java.util.List<java.lang.String> aValue)
Sets the value of the scripts attribute.
-
localizations
public BoxBuilder localizations(java.util.List<java.lang.String> aValue)
Sets the value of the localizations attribute.
-
subboxes
public BoxBuilder subboxes(java.util.List<java.lang.String> aValue)
Sets the value of the subboxes attribute.
-
cssClass
public BoxBuilder cssClass(java.lang.String aValue)
Sets the value of the cssClass attribute.
-
parameter1
public BoxBuilder parameter1(java.lang.String aValue)
Sets the value of the parameter1 attribute.
-
parameter2
public BoxBuilder parameter2(java.lang.String aValue)
Sets the value of the parameter2 attribute.
-
parameter3
public BoxBuilder parameter3(java.lang.String aValue)
Sets the value of the parameter3 attribute.
-
parameter4
public BoxBuilder parameter4(java.lang.String aValue)
Sets the value of the parameter4 attribute.
-
parameter5
public BoxBuilder parameter5(java.lang.String aValue)
Sets the value of the parameter5 attribute.
-
parameter6
public BoxBuilder parameter6(java.lang.String aValue)
Sets the value of the parameter6 attribute.
-
parameter7
public BoxBuilder parameter7(java.lang.String aValue)
Sets the value of the parameter7 attribute.
-
parameter8
public BoxBuilder parameter8(java.lang.String aValue)
Sets the value of the parameter8 attribute.
-
parameter9
public BoxBuilder parameter9(java.lang.String aValue)
Sets the value of the parameter9 attribute.
-
parameter10
public BoxBuilder parameter10(java.lang.String aValue)
Sets the value of the parameter10 attribute.
-
guards
public BoxBuilder guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
-
attributes
public BoxBuilder attributes(java.util.List<java.lang.String> aValue)
Sets the value of the attributes attribute.
-
type
public BoxBuilder type(java.lang.String aValue)
Sets the value of the type attribute.
-
handler
public BoxBuilder handler(java.lang.String aValue)
Sets the value of the handler attribute.
-
accessOperation
public BoxBuilder accessOperation(java.lang.String aValue)
Sets the value of the accessOperation attribute.
-
feature
public BoxBuilder feature(java.lang.String aValue)
Sets the value of the feature attribute.
-
-