Interface Experiment
- All Superinterfaces:
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
FieldsModifier and TypeFieldDescriptionstatic final StringConstant property name for "active" for internal storage and queries.static final StringConstant property name for "description" for internal storage and queries.static final StringConstant property name for "distribution" for internal storage and queries.static final StringConstant property name for "id" for internal storage and queries.static final StringConstant property name for "name" for internal storage and queries.static final StringConstant property name for "variant1" for internal storage and queries.static final StringConstant property name for "variant10" for internal storage and queries.static final StringConstant property name for "variant2" for internal storage and queries.static final StringConstant property name for "variant3" for internal storage and queries.static final StringConstant property name for "variant4" for internal storage and queries.static final StringConstant property name for "variant5" for internal storage and queries.static final StringConstant property name for "variant6" for internal storage and queries.static final StringConstant property name for "variant7" for internal storage and queries.static final StringConstant property name for "variant8" for internal storage and queries.static final StringConstant property name for "variant9" for internal storage and queries. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the active attribute.Returns the value of the description attribute.intReturns the value of the distribution attribute.getName()Returns the value of the name attribute.Returns the value of the variant1 attribute.Returns the value of the variant10 attribute.Returns the value of the variant2 attribute.Returns the value of the variant3 attribute.Returns the value of the variant4 attribute.Returns the value of the variant5 attribute.Returns the value of the variant6 attribute.Returns the value of the variant7 attribute.Returns the value of the variant8 attribute.Returns the value of the variant9 attribute.voidsetActive(boolean value) Sets the value of the active attribute.voidsetDescription(String value) Sets the value of the description attribute.voidsetDistribution(int value) Sets the value of the distribution attribute.voidSets the value of the name attribute.voidsetVariant1(String value) Sets the value of the variant1 attribute.voidsetVariant10(String value) Sets the value of the variant10 attribute.voidsetVariant2(String value) Sets the value of the variant2 attribute.voidsetVariant3(String value) Sets the value of the variant3 attribute.voidsetVariant4(String value) Sets the value of the variant4 attribute.voidsetVariant5(String value) Sets the value of the variant5 attribute.voidsetVariant6(String value) Sets the value of the variant6 attribute.voidsetVariant7(String value) Sets the value of the variant7 attribute.voidsetVariant8(String value) Sets the value of the variant8 attribute.voidsetVariant9(String value) Sets the value of the variant9 attribute.Methods inherited from interface net.anotheria.asg.data.DataObject
clone, getDefinedName, getDefinedParentName, getFootprint, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNodeMethods inherited from interface net.anotheria.util.sorter.IComparable
compareTo
-
Field Details
-
PROP_ID
Constant property name for "id" for internal storage and queries.- See Also:
-
PROP_NAME
Constant property name for "name" for internal storage and queries.- See Also:
-
PROP_ACTIVE
Constant property name for "active" for internal storage and queries.- See Also:
-
PROP_DISTRIBUTION
Constant property name for "distribution" for internal storage and queries.- See Also:
-
PROP_DESCRIPTION
Constant property name for "description" for internal storage and queries.- See Also:
-
PROP_VARIANT1
Constant property name for "variant1" for internal storage and queries.- See Also:
-
PROP_VARIANT2
Constant property name for "variant2" for internal storage and queries.- See Also:
-
PROP_VARIANT3
Constant property name for "variant3" for internal storage and queries.- See Also:
-
PROP_VARIANT4
Constant property name for "variant4" for internal storage and queries.- See Also:
-
PROP_VARIANT5
Constant property name for "variant5" for internal storage and queries.- See Also:
-
PROP_VARIANT6
Constant property name for "variant6" for internal storage and queries.- See Also:
-
PROP_VARIANT7
Constant property name for "variant7" for internal storage and queries.- See Also:
-
PROP_VARIANT8
Constant property name for "variant8" for internal storage and queries.- See Also:
-
PROP_VARIANT9
Constant property name for "variant9" for internal storage and queries.- See Also:
-
PROP_VARIANT10
Constant property name for "variant10" for internal storage and queries.- See Also:
-
-
Method Details
-
getName
String getName()Returns the value of the name attribute. -
setName
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
String getDescription()Returns the value of the description attribute. -
setDescription
Sets the value of the description attribute. -
getVariant1
String getVariant1()Returns the value of the variant1 attribute. -
setVariant1
Sets the value of the variant1 attribute. -
getVariant2
String getVariant2()Returns the value of the variant2 attribute. -
setVariant2
Sets the value of the variant2 attribute. -
getVariant3
String getVariant3()Returns the value of the variant3 attribute. -
setVariant3
Sets the value of the variant3 attribute. -
getVariant4
String getVariant4()Returns the value of the variant4 attribute. -
setVariant4
Sets the value of the variant4 attribute. -
getVariant5
String getVariant5()Returns the value of the variant5 attribute. -
setVariant5
Sets the value of the variant5 attribute. -
getVariant6
String getVariant6()Returns the value of the variant6 attribute. -
setVariant6
Sets the value of the variant6 attribute. -
getVariant7
String getVariant7()Returns the value of the variant7 attribute. -
setVariant7
Sets the value of the variant7 attribute. -
getVariant8
String getVariant8()Returns the value of the variant8 attribute. -
setVariant8
Sets the value of the variant8 attribute. -
getVariant9
String getVariant9()Returns the value of the variant9 attribute. -
setVariant9
Sets the value of the variant9 attribute. -
getVariant10
String getVariant10()Returns the value of the variant10 attribute. -
setVariant10
Sets the value of the variant10 attribute.
-