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