Class ExperimentBuilder
java.lang.Object
net.anotheria.anosite.gen.asexperiment.data.ExperimentBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Experiment>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactive(boolean aValue) Sets the value of the active attribute.build()description(String aValue) Sets the value of the description attribute.distribution(int aValue) Sets the value of the distribution attribute.Sets the value of the name attribute.Sets the value of the variant1 attribute.Sets the value of the variant10 attribute.Sets the value of the variant2 attribute.Sets the value of the variant3 attribute.Sets the value of the variant4 attribute.Sets the value of the variant5 attribute.Sets the value of the variant6 attribute.Sets the value of the variant7 attribute.Sets the value of the variant8 attribute.Sets the value of the variant9 attribute.
-
Field Details
-
name
-
active
protected boolean active -
distribution
protected int distribution -
description
-
variant1
-
variant2
-
variant3
-
variant4
-
variant5
-
variant6
-
variant7
-
variant8
-
variant9
-
variant10
-
-
Constructor Details
-
ExperimentBuilder
public ExperimentBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
active
Sets the value of the active attribute. -
distribution
Sets the value of the distribution attribute. -
description
Sets the value of the description attribute. -
variant1
Sets the value of the variant1 attribute. -
variant2
Sets the value of the variant2 attribute. -
variant3
Sets the value of the variant3 attribute. -
variant4
Sets the value of the variant4 attribute. -
variant5
Sets the value of the variant5 attribute. -
variant6
Sets the value of the variant6 attribute. -
variant7
Sets the value of the variant7 attribute. -
variant8
Sets the value of the variant8 attribute. -
variant9
Sets the value of the variant9 attribute. -
variant10
Sets the value of the variant10 attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Experiment>
-