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.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.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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 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.