public interface Experiment
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_ACTIVE
Constant property name for "active" for internal storage and queries.
|
static java.lang.String |
PROP_DESCRIPTION
Constant property name for "description" for internal storage and queries.
|
static java.lang.String |
PROP_DISTRIBUTION
Constant property name for "distribution" for internal storage and queries.
|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_NAME
Constant property name for "name" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT1
Constant property name for "variant1" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT10
Constant property name for "variant10" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT2
Constant property name for "variant2" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT3
Constant property name for "variant3" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT4
Constant property name for "variant4" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT5
Constant property name for "variant5" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT6
Constant property name for "variant6" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT7
Constant property name for "variant7" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT8
Constant property name for "variant8" for internal storage and queries.
|
static java.lang.String |
PROP_VARIANT9
Constant property name for "variant9" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Returns the value of the active attribute.
|
java.lang.String |
getDescription()
Returns the value of the description attribute.
|
int |
getDistribution()
Returns the value of the distribution attribute.
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getVariant1()
Returns the value of the variant1 attribute.
|
java.lang.String |
getVariant10()
Returns the value of the variant10 attribute.
|
java.lang.String |
getVariant2()
Returns the value of the variant2 attribute.
|
java.lang.String |
getVariant3()
Returns the value of the variant3 attribute.
|
java.lang.String |
getVariant4()
Returns the value of the variant4 attribute.
|
java.lang.String |
getVariant5()
Returns the value of the variant5 attribute.
|
java.lang.String |
getVariant6()
Returns the value of the variant6 attribute.
|
java.lang.String |
getVariant7()
Returns the value of the variant7 attribute.
|
java.lang.String |
getVariant8()
Returns the value of the variant8 attribute.
|
java.lang.String |
getVariant9()
Returns the value of the variant9 attribute.
|
void |
setActive(boolean value)
Sets the value of the active attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the description attribute.
|
void |
setDistribution(int value)
Sets the value of the distribution attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setVariant1(java.lang.String value)
Sets the value of the variant1 attribute.
|
void |
setVariant10(java.lang.String value)
Sets the value of the variant10 attribute.
|
void |
setVariant2(java.lang.String value)
Sets the value of the variant2 attribute.
|
void |
setVariant3(java.lang.String value)
Sets the value of the variant3 attribute.
|
void |
setVariant4(java.lang.String value)
Sets the value of the variant4 attribute.
|
void |
setVariant5(java.lang.String value)
Sets the value of the variant5 attribute.
|
void |
setVariant6(java.lang.String value)
Sets the value of the variant6 attribute.
|
void |
setVariant7(java.lang.String value)
Sets the value of the variant7 attribute.
|
void |
setVariant8(java.lang.String value)
Sets the value of the variant8 attribute.
|
void |
setVariant9(java.lang.String value)
Sets the value of the variant9 attribute.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME
static final java.lang.String PROP_ACTIVE
static final java.lang.String PROP_DISTRIBUTION
static final java.lang.String PROP_DESCRIPTION
static final java.lang.String PROP_VARIANT1
static final java.lang.String PROP_VARIANT2
static final java.lang.String PROP_VARIANT3
static final java.lang.String PROP_VARIANT4
static final java.lang.String PROP_VARIANT5
static final java.lang.String PROP_VARIANT6
static final java.lang.String PROP_VARIANT7
static final java.lang.String PROP_VARIANT8
static final java.lang.String PROP_VARIANT9
static final java.lang.String PROP_VARIANT10
java.lang.String getName()
void setName(java.lang.String value)
boolean getActive()
void setActive(boolean value)
int getDistribution()
void setDistribution(int value)
java.lang.String getDescription()
void setDescription(java.lang.String value)
java.lang.String getVariant1()
void setVariant1(java.lang.String value)
java.lang.String getVariant2()
void setVariant2(java.lang.String value)
java.lang.String getVariant3()
void setVariant3(java.lang.String value)
java.lang.String getVariant4()
void setVariant4(java.lang.String value)
java.lang.String getVariant5()
void setVariant5(java.lang.String value)
java.lang.String getVariant6()
void setVariant6(java.lang.String value)
java.lang.String getVariant7()
void setVariant7(java.lang.String value)
java.lang.String getVariant8()
void setVariant8(java.lang.String value)
java.lang.String getVariant9()
void setVariant9(java.lang.String value)
java.lang.String getVariant10()
void setVariant10(java.lang.String value)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.