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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant property name for "active" for internal storage and queries.
    static final String
    Constant property name for "description" for internal storage and queries.
    static final String
    Constant property name for "distribution" for internal storage and queries.
    static final String
    Constant property name for "id" for internal storage and queries.
    static final String
    Constant property name for "name" for internal storage and queries.
    static final String
    Constant property name for "variant1" for internal storage and queries.
    static final String
    Constant property name for "variant10" for internal storage and queries.
    static final String
    Constant property name for "variant2" for internal storage and queries.
    static final String
    Constant property name for "variant3" for internal storage and queries.
    static final String
    Constant property name for "variant4" for internal storage and queries.
    static final String
    Constant property name for "variant5" for internal storage and queries.
    static final String
    Constant property name for "variant6" for internal storage and queries.
    static final String
    Constant property name for "variant7" for internal storage and queries.
    static final String
    Constant property name for "variant8" for internal storage and queries.
    static final String
    Constant property name for "variant9" for internal storage and queries.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns the value of the active attribute.
    Returns the value of the description attribute.
    int
    Returns the value of the distribution attribute.
    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.
    void
    setActive(boolean value)
    Sets the value of the active attribute.
    void
    Sets the value of the description attribute.
    void
    setDistribution(int value)
    Sets the value of the distribution attribute.
    void
    setName(String value)
    Sets the value of the name attribute.
    void
    Sets the value of the variant1 attribute.
    void
    Sets the value of the variant10 attribute.
    void
    Sets the value of the variant2 attribute.
    void
    Sets the value of the variant3 attribute.
    void
    Sets the value of the variant4 attribute.
    void
    Sets the value of the variant5 attribute.
    void
    Sets the value of the variant6 attribute.
    void
    Sets the value of the variant7 attribute.
    void
    Sets the value of the variant8 attribute.
    void
    Sets the value of the variant9 attribute.

    Methods inherited from interface net.anotheria.asg.data.DataObject

    clone, getDefinedName, getDefinedParentName, getFootprint, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode

    Methods inherited from interface net.anotheria.util.sorter.IComparable

    compareTo
  • Field Details

    • PROP_ID

      static final String PROP_ID
      Constant property name for "id" for internal storage and queries.
      See Also:
    • PROP_NAME

      static final String PROP_NAME
      Constant property name for "name" for internal storage and queries.
      See Also:
    • PROP_ACTIVE

      static final String PROP_ACTIVE
      Constant property name for "active" for internal storage and queries.
      See Also:
    • PROP_DISTRIBUTION

      static final String PROP_DISTRIBUTION
      Constant property name for "distribution" for internal storage and queries.
      See Also:
    • PROP_DESCRIPTION

      static final String PROP_DESCRIPTION
      Constant property name for "description" for internal storage and queries.
      See Also:
    • PROP_VARIANT1

      static final String PROP_VARIANT1
      Constant property name for "variant1" for internal storage and queries.
      See Also:
    • PROP_VARIANT2

      static final String PROP_VARIANT2
      Constant property name for "variant2" for internal storage and queries.
      See Also:
    • PROP_VARIANT3

      static final String PROP_VARIANT3
      Constant property name for "variant3" for internal storage and queries.
      See Also:
    • PROP_VARIANT4

      static final String PROP_VARIANT4
      Constant property name for "variant4" for internal storage and queries.
      See Also:
    • PROP_VARIANT5

      static final String PROP_VARIANT5
      Constant property name for "variant5" for internal storage and queries.
      See Also:
    • PROP_VARIANT6

      static final String PROP_VARIANT6
      Constant property name for "variant6" for internal storage and queries.
      See Also:
    • PROP_VARIANT7

      static final String PROP_VARIANT7
      Constant property name for "variant7" for internal storage and queries.
      See Also:
    • PROP_VARIANT8

      static final String PROP_VARIANT8
      Constant property name for "variant8" for internal storage and queries.
      See Also:
    • PROP_VARIANT9

      static final String PROP_VARIANT9
      Constant property name for "variant9" for internal storage and queries.
      See Also:
    • PROP_VARIANT10

      static final String 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

      void setName(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

      String getDescription()
      Returns the value of the description attribute.
    • setDescription

      void setDescription(String value)
      Sets the value of the description attribute.
    • getVariant1

      String getVariant1()
      Returns the value of the variant1 attribute.
    • setVariant1

      void setVariant1(String value)
      Sets the value of the variant1 attribute.
    • getVariant2

      String getVariant2()
      Returns the value of the variant2 attribute.
    • setVariant2

      void setVariant2(String value)
      Sets the value of the variant2 attribute.
    • getVariant3

      String getVariant3()
      Returns the value of the variant3 attribute.
    • setVariant3

      void setVariant3(String value)
      Sets the value of the variant3 attribute.
    • getVariant4

      String getVariant4()
      Returns the value of the variant4 attribute.
    • setVariant4

      void setVariant4(String value)
      Sets the value of the variant4 attribute.
    • getVariant5

      String getVariant5()
      Returns the value of the variant5 attribute.
    • setVariant5

      void setVariant5(String value)
      Sets the value of the variant5 attribute.
    • getVariant6

      String getVariant6()
      Returns the value of the variant6 attribute.
    • setVariant6

      void setVariant6(String value)
      Sets the value of the variant6 attribute.
    • getVariant7

      String getVariant7()
      Returns the value of the variant7 attribute.
    • setVariant7

      void setVariant7(String value)
      Sets the value of the variant7 attribute.
    • getVariant8

      String getVariant8()
      Returns the value of the variant8 attribute.
    • setVariant8

      void setVariant8(String value)
      Sets the value of the variant8 attribute.
    • getVariant9

      String getVariant9()
      Returns the value of the variant9 attribute.
    • setVariant9

      void setVariant9(String value)
      Sets the value of the variant9 attribute.
    • getVariant10

      String getVariant10()
      Returns the value of the variant10 attribute.
    • setVariant10

      void setVariant10(String value)
      Sets the value of the variant10 attribute.