Class SADoubleDataInstance
- java.lang.Object
-
- org.bonitasoft.engine.data.instance.model.archive.SADataInstance
-
- org.bonitasoft.engine.data.instance.model.archive.SADoubleDataInstance
-
- All Implemented Interfaces:
java.io.Serializable,ArchivedPersistentObject,PersistentObject
@Entity public class SADoubleDataInstance extends SADataInstance
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SADoubleDataInstance(SDataInstance sDataInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetValue()voidsetValue(java.io.Serializable value)-
Methods inherited from class org.bonitasoft.engine.data.instance.model.archive.SADataInstance
getPersistentObjectInterface
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.persistence.ArchivedPersistentObject
getArchiveDate, getSourceObjectId
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
-
-
-
Constructor Detail
-
SADoubleDataInstance
public SADoubleDataInstance(SDataInstance sDataInstance)
-
-
Method Detail
-
getValue
public java.lang.Double getValue()
- Specified by:
getValuein classSADataInstance
-
setValue
public void setValue(java.io.Serializable value)
- Specified by:
setValuein classSADataInstance
-
-