Class ExperimentDocument
java.lang.Object
net.anotheria.anodoc.data.DataHolder
net.anotheria.anodoc.data.Document
net.anotheria.asg.data.AbstractASGDocument
net.anotheria.anosite.gen.asexperiment.data.ExperimentDocument
- All Implemented Interfaces:
Serializable,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:
-
Field Summary
Fields inherited from class net.anotheria.asg.data.AbstractASGDocument
INT_PROPERTY_MULTILINGUAL_DISABLEDFields inherited from class net.anotheria.anodoc.data.Document
PROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERFields inherited from interface net.anotheria.anosite.gen.asexperiment.data.Experiment
PROP_ACTIVE, PROP_DESCRIPTION, PROP_DISTRIBUTION, PROP_ID, PROP_NAME, PROP_VARIANT1, PROP_VARIANT10, PROP_VARIANT2, PROP_VARIANT3, PROP_VARIANT4, PROP_VARIANT5, PROP_VARIANT6, PROP_VARIANT7, PROP_VARIANT8, PROP_VARIANT9Fields inherited from interface net.anotheria.asg.data.LockableObject
INT_LOCK_PROPERTY_NAME, INT_LOCKER_ID_PROPERTY_NAME, INT_LOCKING_TIME_PROPERTY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(Experiment comparable) intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) booleanbooleanReturns 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.toString()Methods inherited from class net.anotheria.asg.data.AbstractASGDocument
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeMethods 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, toXMLNodeMethods inherited from class net.anotheria.anodoc.data.DataHolder
getId, hashCode, setIdMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.anotheria.asg.data.DataObject
clone, getId, getLastUpdateTimestamp, getObjectInfo, getPropertyValue, toXMLNode
-
Constructor Details
-
ExperimentDocument
public ExperimentDocument() -
ExperimentDocument
-
ExperimentDocument
-
-
Method Details
-
getName
Description copied from interface:ExperimentReturns the value of the name attribute.- Specified by:
getNamein interfaceExperiment
-
setName
Description copied from interface:ExperimentSets the value of the name attribute.- Specified by:
setNamein interfaceExperiment
-
getActive
public boolean getActive()Description copied from interface:ExperimentReturns the value of the active attribute.- Specified by:
getActivein interfaceExperiment
-
setActive
public void setActive(boolean value) Description copied from interface:ExperimentSets the value of the active attribute.- Specified by:
setActivein interfaceExperiment
-
getDistribution
public int getDistribution()Description copied from interface:ExperimentReturns the value of the distribution attribute.- Specified by:
getDistributionin interfaceExperiment
-
setDistribution
public void setDistribution(int value) Description copied from interface:ExperimentSets the value of the distribution attribute.- Specified by:
setDistributionin interfaceExperiment
-
getDescription
Description copied from interface:ExperimentReturns the value of the description attribute.- Specified by:
getDescriptionin interfaceExperiment
-
setDescription
Description copied from interface:ExperimentSets the value of the description attribute.- Specified by:
setDescriptionin interfaceExperiment
-
getVariant1
Description copied from interface:ExperimentReturns the value of the variant1 attribute.- Specified by:
getVariant1in interfaceExperiment
-
setVariant1
Description copied from interface:ExperimentSets the value of the variant1 attribute.- Specified by:
setVariant1in interfaceExperiment
-
getVariant2
Description copied from interface:ExperimentReturns the value of the variant2 attribute.- Specified by:
getVariant2in interfaceExperiment
-
setVariant2
Description copied from interface:ExperimentSets the value of the variant2 attribute.- Specified by:
setVariant2in interfaceExperiment
-
getVariant3
Description copied from interface:ExperimentReturns the value of the variant3 attribute.- Specified by:
getVariant3in interfaceExperiment
-
setVariant3
Description copied from interface:ExperimentSets the value of the variant3 attribute.- Specified by:
setVariant3in interfaceExperiment
-
getVariant4
Description copied from interface:ExperimentReturns the value of the variant4 attribute.- Specified by:
getVariant4in interfaceExperiment
-
setVariant4
Description copied from interface:ExperimentSets the value of the variant4 attribute.- Specified by:
setVariant4in interfaceExperiment
-
getVariant5
Description copied from interface:ExperimentReturns the value of the variant5 attribute.- Specified by:
getVariant5in interfaceExperiment
-
setVariant5
Description copied from interface:ExperimentSets the value of the variant5 attribute.- Specified by:
setVariant5in interfaceExperiment
-
getVariant6
Description copied from interface:ExperimentReturns the value of the variant6 attribute.- Specified by:
getVariant6in interfaceExperiment
-
setVariant6
Description copied from interface:ExperimentSets the value of the variant6 attribute.- Specified by:
setVariant6in interfaceExperiment
-
getVariant7
Description copied from interface:ExperimentReturns the value of the variant7 attribute.- Specified by:
getVariant7in interfaceExperiment
-
setVariant7
Description copied from interface:ExperimentSets the value of the variant7 attribute.- Specified by:
setVariant7in interfaceExperiment
-
getVariant8
Description copied from interface:ExperimentReturns the value of the variant8 attribute.- Specified by:
getVariant8in interfaceExperiment
-
setVariant8
Description copied from interface:ExperimentSets the value of the variant8 attribute.- Specified by:
setVariant8in interfaceExperiment
-
getVariant9
Description copied from interface:ExperimentReturns the value of the variant9 attribute.- Specified by:
getVariant9in interfaceExperiment
-
setVariant9
Description copied from interface:ExperimentSets the value of the variant9 attribute.- Specified by:
setVariant9in interfaceExperiment
-
getVariant10
Description copied from interface:ExperimentReturns the value of the variant10 attribute.- Specified by:
getVariant10in interfaceExperiment
-
setVariant10
Description copied from interface:ExperimentSets the value of the variant10 attribute.- Specified by:
setVariant10in interfaceExperiment
-
toString
- Overrides:
toStringin classnet.anotheria.anodoc.data.Document
-
compareTo
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method) - Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
equals
-