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:
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
-
-
Field Summary
-
Fields inherited from class net.anotheria.asg.data.AbstractASGDocument
INT_PROPERTY_MULTILINGUAL_DISABLED
-
Fields inherited from class net.anotheria.anodoc.data.Document
PROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIER
-
Fields 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_VARIANT9
-
-
Constructor Summary
Constructors Constructor Description ExperimentDocument()ExperimentDocument(java.lang.String id)ExperimentDocument(ExperimentDocument toClone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Experiment comparable)intcompareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)booleanequals(java.lang.Object o)booleangetActive()Returns the value of the active attribute.java.lang.StringgetDefinedName()java.lang.StringgetDefinedParentName()java.lang.StringgetDescription()Returns the value of the description attribute.intgetDistribution()Returns the value of the distribution attribute.java.lang.StringgetFootprint()java.lang.StringgetName()Returns the value of the name attribute.java.lang.StringgetVariant1()Returns the value of the variant1 attribute.java.lang.StringgetVariant10()Returns the value of the variant10 attribute.java.lang.StringgetVariant2()Returns the value of the variant2 attribute.java.lang.StringgetVariant3()Returns the value of the variant3 attribute.java.lang.StringgetVariant4()Returns the value of the variant4 attribute.java.lang.StringgetVariant5()Returns the value of the variant5 attribute.java.lang.StringgetVariant6()Returns the value of the variant6 attribute.java.lang.StringgetVariant7()Returns the value of the variant7 attribute.java.lang.StringgetVariant8()Returns the value of the variant8 attribute.java.lang.StringgetVariant9()Returns the value of the variant9 attribute.voidsetActive(boolean value)Sets the value of the active attribute.voidsetDescription(java.lang.String value)Sets the value of the description attribute.voidsetDistribution(int value)Sets the value of the distribution attribute.voidsetName(java.lang.String value)Sets the value of the name attribute.voidsetVariant1(java.lang.String value)Sets the value of the variant1 attribute.voidsetVariant10(java.lang.String value)Sets the value of the variant10 attribute.voidsetVariant2(java.lang.String value)Sets the value of the variant2 attribute.voidsetVariant3(java.lang.String value)Sets the value of the variant3 attribute.voidsetVariant4(java.lang.String value)Sets the value of the variant4 attribute.voidsetVariant5(java.lang.String value)Sets the value of the variant5 attribute.voidsetVariant6(java.lang.String value)Sets the value of the variant6 attribute.voidsetVariant7(java.lang.String value)Sets the value of the variant7 attribute.voidsetVariant8(java.lang.String value)Sets the value of the variant8 attribute.voidsetVariant9(java.lang.String value)Sets the value of the variant9 attribute.java.lang.StringtoString()-
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
-
-
-
-
Constructor Detail
-
ExperimentDocument
public ExperimentDocument()
-
ExperimentDocument
public ExperimentDocument(java.lang.String id)
-
ExperimentDocument
public ExperimentDocument(ExperimentDocument toClone)
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:ExperimentReturns the value of the name attribute.- Specified by:
getNamein interfaceExperiment
-
setName
public void setName(java.lang.String value)
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
public java.lang.String getDescription()
Description copied from interface:ExperimentReturns the value of the description attribute.- Specified by:
getDescriptionin interfaceExperiment
-
setDescription
public void setDescription(java.lang.String value)
Description copied from interface:ExperimentSets the value of the description attribute.- Specified by:
setDescriptionin interfaceExperiment
-
getVariant1
public java.lang.String getVariant1()
Description copied from interface:ExperimentReturns the value of the variant1 attribute.- Specified by:
getVariant1in interfaceExperiment
-
setVariant1
public void setVariant1(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant1 attribute.- Specified by:
setVariant1in interfaceExperiment
-
getVariant2
public java.lang.String getVariant2()
Description copied from interface:ExperimentReturns the value of the variant2 attribute.- Specified by:
getVariant2in interfaceExperiment
-
setVariant2
public void setVariant2(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant2 attribute.- Specified by:
setVariant2in interfaceExperiment
-
getVariant3
public java.lang.String getVariant3()
Description copied from interface:ExperimentReturns the value of the variant3 attribute.- Specified by:
getVariant3in interfaceExperiment
-
setVariant3
public void setVariant3(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant3 attribute.- Specified by:
setVariant3in interfaceExperiment
-
getVariant4
public java.lang.String getVariant4()
Description copied from interface:ExperimentReturns the value of the variant4 attribute.- Specified by:
getVariant4in interfaceExperiment
-
setVariant4
public void setVariant4(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant4 attribute.- Specified by:
setVariant4in interfaceExperiment
-
getVariant5
public java.lang.String getVariant5()
Description copied from interface:ExperimentReturns the value of the variant5 attribute.- Specified by:
getVariant5in interfaceExperiment
-
setVariant5
public void setVariant5(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant5 attribute.- Specified by:
setVariant5in interfaceExperiment
-
getVariant6
public java.lang.String getVariant6()
Description copied from interface:ExperimentReturns the value of the variant6 attribute.- Specified by:
getVariant6in interfaceExperiment
-
setVariant6
public void setVariant6(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant6 attribute.- Specified by:
setVariant6in interfaceExperiment
-
getVariant7
public java.lang.String getVariant7()
Description copied from interface:ExperimentReturns the value of the variant7 attribute.- Specified by:
getVariant7in interfaceExperiment
-
setVariant7
public void setVariant7(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant7 attribute.- Specified by:
setVariant7in interfaceExperiment
-
getVariant8
public java.lang.String getVariant8()
Description copied from interface:ExperimentReturns the value of the variant8 attribute.- Specified by:
getVariant8in interfaceExperiment
-
setVariant8
public void setVariant8(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant8 attribute.- Specified by:
setVariant8in interfaceExperiment
-
getVariant9
public java.lang.String getVariant9()
Description copied from interface:ExperimentReturns the value of the variant9 attribute.- Specified by:
getVariant9in interfaceExperiment
-
setVariant9
public void setVariant9(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant9 attribute.- Specified by:
setVariant9in interfaceExperiment
-
getVariant10
public java.lang.String getVariant10()
Description copied from interface:ExperimentReturns the value of the variant10 attribute.- Specified by:
getVariant10in interfaceExperiment
-
setVariant10
public void setVariant10(java.lang.String value)
Description copied from interface:ExperimentSets the value of the variant10 attribute.- Specified by:
setVariant10in interfaceExperiment
-
toString
public java.lang.String toString()
- Overrides:
toStringin classnet.anotheria.anodoc.data.Document
-
compareTo
public int compareTo(Experiment comparable)
-
compareTo
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable, int method)- Specified by:
compareToin interfacenet.anotheria.util.sorter.IComparable
-
getDefinedName
public java.lang.String getDefinedName()
- Specified by:
getDefinedNamein interfacenet.anotheria.asg.data.DataObject
-
getDefinedParentName
public java.lang.String getDefinedParentName()
- Specified by:
getDefinedParentNamein interfacenet.anotheria.asg.data.DataObject
-
getFootprint
public java.lang.String getFootprint()
- Specified by:
getFootprintin interfacenet.anotheria.asg.data.DataObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-