Class ExperimentDocument

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, net.anotheria.anodoc.data.IBasicStoreableObject, net.anotheria.anodoc.data.ICompositeDataObject, Experiment, net.anotheria.asg.data.DataObject, net.anotheria.asg.data.LockableObject, net.anotheria.util.sorter.IComparable

    public class ExperimentDocument
    extends net.anotheria.asg.data.AbstractASGDocument
    implements Experiment, net.anotheria.util.sorter.IComparable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(Experiment comparable)  
      int compareTo​(net.anotheria.util.sorter.IComparable anotherComparable, int method)  
      boolean equals​(java.lang.Object o)  
      boolean getActive()
      Returns the value of the active attribute.
      java.lang.String getDefinedName()  
      java.lang.String getDefinedParentName()  
      java.lang.String getDescription()
      Returns the value of the description attribute.
      int getDistribution()
      Returns the value of the distribution attribute.
      java.lang.String getFootprint()  
      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.
      java.lang.String toString()  
      • Methods inherited from class net.anotheria.asg.data.AbstractASGDocument

        getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTime
      • Methods inherited from class net.anotheria.anodoc.data.Document

        addDataHolder, clone, copyFromBooleanList, copyFromDoubleList, copyFromFloatList, copyFromIntegerList, copyFromLongList, copyFromStringList, copyToBooleanList, copyToDoubleList, copyToFloatList, copyToIntegerList, copyToLongList, copyToStringList, createDocument, createDocumentList, createListProperty, getAuthor, getBoolean, getBooleanProperty, getDataHolder, getDocument, getDocumentAnyCase, getDocumentList, getDocumentListAnyCase, getDouble, getDoubleProperty, getEmptyBoolean, getEmptyDouble, getEmptyFloat, getEmptyInt, getEmptyList, getEmptyLong, getEmptyString, getFloat, getFloatProperty, getInt, getIntProperty, getKeys, getLastUpdateTimestamp, getList, getListProperty, getListPropertyAnyCase, getLong, getLongProperty, getObject, getProperties, getProperty, getPropertyValue, getSizeInBytes, getStorageId, getString, getStringProperty, getTypeIdentifier, putBooleanProperty, putDocument, putDoubleProperty, putFloatProperty, putIntProperty, putList, putListProperty, putLongProperty, putProperty, putStringProperty, removeDataHolder, removeDataHolder, removeProperty, removeProperty, renameTo, setBoolean, setCallContextAuthor, setDouble, setFloat, setInt, setLastUpdateNow, setList, setLong, setString, setTypeIdentifier, toXMLNode
      • Methods inherited from class net.anotheria.anodoc.data.DataHolder

        getId, hashCode, setId
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface net.anotheria.asg.data.DataObject

        clone, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode
    • Constructor Detail

      • ExperimentDocument

        public ExperimentDocument()
      • ExperimentDocument

        public ExperimentDocument​(java.lang.String id)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Experiment
        Returns the value of the name attribute.
        Specified by:
        getName in interface Experiment
      • setName

        public void setName​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the name attribute.
        Specified by:
        setName in interface Experiment
      • getActive

        public boolean getActive()
        Description copied from interface: Experiment
        Returns the value of the active attribute.
        Specified by:
        getActive in interface Experiment
      • setActive

        public void setActive​(boolean value)
        Description copied from interface: Experiment
        Sets the value of the active attribute.
        Specified by:
        setActive in interface Experiment
      • getDistribution

        public int getDistribution()
        Description copied from interface: Experiment
        Returns the value of the distribution attribute.
        Specified by:
        getDistribution in interface Experiment
      • setDistribution

        public void setDistribution​(int value)
        Description copied from interface: Experiment
        Sets the value of the distribution attribute.
        Specified by:
        setDistribution in interface Experiment
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Experiment
        Returns the value of the description attribute.
        Specified by:
        getDescription in interface Experiment
      • setDescription

        public void setDescription​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the description attribute.
        Specified by:
        setDescription in interface Experiment
      • getVariant1

        public java.lang.String getVariant1()
        Description copied from interface: Experiment
        Returns the value of the variant1 attribute.
        Specified by:
        getVariant1 in interface Experiment
      • setVariant1

        public void setVariant1​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant1 attribute.
        Specified by:
        setVariant1 in interface Experiment
      • getVariant2

        public java.lang.String getVariant2()
        Description copied from interface: Experiment
        Returns the value of the variant2 attribute.
        Specified by:
        getVariant2 in interface Experiment
      • setVariant2

        public void setVariant2​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant2 attribute.
        Specified by:
        setVariant2 in interface Experiment
      • getVariant3

        public java.lang.String getVariant3()
        Description copied from interface: Experiment
        Returns the value of the variant3 attribute.
        Specified by:
        getVariant3 in interface Experiment
      • setVariant3

        public void setVariant3​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant3 attribute.
        Specified by:
        setVariant3 in interface Experiment
      • getVariant4

        public java.lang.String getVariant4()
        Description copied from interface: Experiment
        Returns the value of the variant4 attribute.
        Specified by:
        getVariant4 in interface Experiment
      • setVariant4

        public void setVariant4​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant4 attribute.
        Specified by:
        setVariant4 in interface Experiment
      • getVariant5

        public java.lang.String getVariant5()
        Description copied from interface: Experiment
        Returns the value of the variant5 attribute.
        Specified by:
        getVariant5 in interface Experiment
      • setVariant5

        public void setVariant5​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant5 attribute.
        Specified by:
        setVariant5 in interface Experiment
      • getVariant6

        public java.lang.String getVariant6()
        Description copied from interface: Experiment
        Returns the value of the variant6 attribute.
        Specified by:
        getVariant6 in interface Experiment
      • setVariant6

        public void setVariant6​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant6 attribute.
        Specified by:
        setVariant6 in interface Experiment
      • getVariant7

        public java.lang.String getVariant7()
        Description copied from interface: Experiment
        Returns the value of the variant7 attribute.
        Specified by:
        getVariant7 in interface Experiment
      • setVariant7

        public void setVariant7​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant7 attribute.
        Specified by:
        setVariant7 in interface Experiment
      • getVariant8

        public java.lang.String getVariant8()
        Description copied from interface: Experiment
        Returns the value of the variant8 attribute.
        Specified by:
        getVariant8 in interface Experiment
      • setVariant8

        public void setVariant8​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant8 attribute.
        Specified by:
        setVariant8 in interface Experiment
      • getVariant9

        public java.lang.String getVariant9()
        Description copied from interface: Experiment
        Returns the value of the variant9 attribute.
        Specified by:
        getVariant9 in interface Experiment
      • setVariant9

        public void setVariant9​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant9 attribute.
        Specified by:
        setVariant9 in interface Experiment
      • getVariant10

        public java.lang.String getVariant10()
        Description copied from interface: Experiment
        Returns the value of the variant10 attribute.
        Specified by:
        getVariant10 in interface Experiment
      • setVariant10

        public void setVariant10​(java.lang.String value)
        Description copied from interface: Experiment
        Sets the value of the variant10 attribute.
        Specified by:
        setVariant10 in interface Experiment
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class net.anotheria.anodoc.data.Document
      • compareTo

        public int compareTo​(Experiment comparable)
      • compareTo

        public int compareTo​(net.anotheria.util.sorter.IComparable anotherComparable,
                             int method)
        Specified by:
        compareTo in interface net.anotheria.util.sorter.IComparable
      • getDefinedName

        public java.lang.String getDefinedName()
        Specified by:
        getDefinedName in interface net.anotheria.asg.data.DataObject
      • getDefinedParentName

        public java.lang.String getDefinedParentName()
        Specified by:
        getDefinedParentName in interface net.anotheria.asg.data.DataObject
      • getFootprint

        public java.lang.String getFootprint()
        Specified by:
        getFootprint in interface net.anotheria.asg.data.DataObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object