Interface Experiment
-
- All Superinterfaces:
java.lang.Cloneable,net.anotheria.asg.data.DataObject,net.anotheria.util.sorter.IComparable
- All Known Implementing Classes:
ExperimentDocument
public interface Experiment extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROP_ACTIVEConstant property name for "active" for internal storage and queries.static java.lang.StringPROP_DESCRIPTIONConstant property name for "description" for internal storage and queries.static java.lang.StringPROP_DISTRIBUTIONConstant property name for "distribution" for internal storage and queries.static java.lang.StringPROP_IDConstant property name for "id" for internal storage and queries.static java.lang.StringPROP_NAMEConstant property name for "name" for internal storage and queries.static java.lang.StringPROP_VARIANT1Constant property name for "variant1" for internal storage and queries.static java.lang.StringPROP_VARIANT10Constant property name for "variant10" for internal storage and queries.static java.lang.StringPROP_VARIANT2Constant property name for "variant2" for internal storage and queries.static java.lang.StringPROP_VARIANT3Constant property name for "variant3" for internal storage and queries.static java.lang.StringPROP_VARIANT4Constant property name for "variant4" for internal storage and queries.static java.lang.StringPROP_VARIANT5Constant property name for "variant5" for internal storage and queries.static java.lang.StringPROP_VARIANT6Constant property name for "variant6" for internal storage and queries.static java.lang.StringPROP_VARIANT7Constant property name for "variant7" for internal storage and queries.static java.lang.StringPROP_VARIANT8Constant property name for "variant8" for internal storage and queries.static java.lang.StringPROP_VARIANT9Constant property name for "variant9" for internal storage and queries.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetActive()Returns the value of the active attribute.java.lang.StringgetDescription()Returns the value of the description attribute.intgetDistribution()Returns the value of the distribution attribute.java.lang.StringgetName()Returns the value of the name attribute.java.lang.StringgetVariant1()Returns the value of the variant1 attribute.java.lang.StringgetVariant10()Returns the value of the variant10 attribute.java.lang.StringgetVariant2()Returns the value of the variant2 attribute.java.lang.StringgetVariant3()Returns the value of the variant3 attribute.java.lang.StringgetVariant4()Returns the value of the variant4 attribute.java.lang.StringgetVariant5()Returns the value of the variant5 attribute.java.lang.StringgetVariant6()Returns the value of the variant6 attribute.java.lang.StringgetVariant7()Returns the value of the variant7 attribute.java.lang.StringgetVariant8()Returns the value of the variant8 attribute.java.lang.StringgetVariant9()Returns the value of the variant9 attribute.voidsetActive(boolean value)Sets the value of the active attribute.voidsetDescription(java.lang.String value)Sets the value of the description attribute.voidsetDistribution(int value)Sets the value of the distribution attribute.voidsetName(java.lang.String value)Sets the value of the name attribute.voidsetVariant1(java.lang.String value)Sets the value of the variant1 attribute.voidsetVariant10(java.lang.String value)Sets the value of the variant10 attribute.voidsetVariant2(java.lang.String value)Sets the value of the variant2 attribute.voidsetVariant3(java.lang.String value)Sets the value of the variant3 attribute.voidsetVariant4(java.lang.String value)Sets the value of the variant4 attribute.voidsetVariant5(java.lang.String value)Sets the value of the variant5 attribute.voidsetVariant6(java.lang.String value)Sets the value of the variant6 attribute.voidsetVariant7(java.lang.String value)Sets the value of the variant7 attribute.voidsetVariant8(java.lang.String value)Sets the value of the variant8 attribute.voidsetVariant9(java.lang.String value)Sets the value of the variant9 attribute.
-
-
-
Field Detail
-
PROP_ID
static final java.lang.String PROP_ID
Constant property name for "id" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_NAME
static final java.lang.String PROP_NAME
Constant property name for "name" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_ACTIVE
static final java.lang.String PROP_ACTIVE
Constant property name for "active" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_DISTRIBUTION
static final java.lang.String PROP_DISTRIBUTION
Constant property name for "distribution" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_DESCRIPTION
static final java.lang.String PROP_DESCRIPTION
Constant property name for "description" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT1
static final java.lang.String PROP_VARIANT1
Constant property name for "variant1" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT2
static final java.lang.String PROP_VARIANT2
Constant property name for "variant2" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT3
static final java.lang.String PROP_VARIANT3
Constant property name for "variant3" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT4
static final java.lang.String PROP_VARIANT4
Constant property name for "variant4" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT5
static final java.lang.String PROP_VARIANT5
Constant property name for "variant5" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT6
static final java.lang.String PROP_VARIANT6
Constant property name for "variant6" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT7
static final java.lang.String PROP_VARIANT7
Constant property name for "variant7" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT8
static final java.lang.String PROP_VARIANT8
Constant property name for "variant8" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT9
static final java.lang.String PROP_VARIANT9
Constant property name for "variant9" for internal storage and queries.- See Also:
- Constant Field Values
-
PROP_VARIANT10
static final java.lang.String PROP_VARIANT10
Constant property name for "variant10" for internal storage and queries.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the name attribute.
-
setName
void setName(java.lang.String value)
Sets the value of the name attribute.
-
getActive
boolean getActive()
Returns the value of the active attribute.
-
setActive
void setActive(boolean value)
Sets the value of the active attribute.
-
getDistribution
int getDistribution()
Returns the value of the distribution attribute.
-
setDistribution
void setDistribution(int value)
Sets the value of the distribution attribute.
-
getDescription
java.lang.String getDescription()
Returns the value of the description attribute.
-
setDescription
void setDescription(java.lang.String value)
Sets the value of the description attribute.
-
getVariant1
java.lang.String getVariant1()
Returns the value of the variant1 attribute.
-
setVariant1
void setVariant1(java.lang.String value)
Sets the value of the variant1 attribute.
-
getVariant2
java.lang.String getVariant2()
Returns the value of the variant2 attribute.
-
setVariant2
void setVariant2(java.lang.String value)
Sets the value of the variant2 attribute.
-
getVariant3
java.lang.String getVariant3()
Returns the value of the variant3 attribute.
-
setVariant3
void setVariant3(java.lang.String value)
Sets the value of the variant3 attribute.
-
getVariant4
java.lang.String getVariant4()
Returns the value of the variant4 attribute.
-
setVariant4
void setVariant4(java.lang.String value)
Sets the value of the variant4 attribute.
-
getVariant5
java.lang.String getVariant5()
Returns the value of the variant5 attribute.
-
setVariant5
void setVariant5(java.lang.String value)
Sets the value of the variant5 attribute.
-
getVariant6
java.lang.String getVariant6()
Returns the value of the variant6 attribute.
-
setVariant6
void setVariant6(java.lang.String value)
Sets the value of the variant6 attribute.
-
getVariant7
java.lang.String getVariant7()
Returns the value of the variant7 attribute.
-
setVariant7
void setVariant7(java.lang.String value)
Sets the value of the variant7 attribute.
-
getVariant8
java.lang.String getVariant8()
Returns the value of the variant8 attribute.
-
setVariant8
void setVariant8(java.lang.String value)
Sets the value of the variant8 attribute.
-
getVariant9
java.lang.String getVariant9()
Returns the value of the variant9 attribute.
-
setVariant9
void setVariant9(java.lang.String value)
Sets the value of the variant9 attribute.
-
getVariant10
java.lang.String getVariant10()
Returns the value of the variant10 attribute.
-
setVariant10
void setVariant10(java.lang.String value)
Sets the value of the variant10 attribute.
-
-