Class SADateDataInstance
- java.lang.Object
-
- org.bonitasoft.engine.data.instance.model.archive.SADataInstance
-
- org.bonitasoft.engine.data.instance.model.archive.SADateDataInstance
-
- All Implemented Interfaces:
java.io.Serializable,ArchivedPersistentObject,PersistentObject
@Entity public class SADateDataInstance extends SADataInstance
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SADateDataInstance(SDataInstance sDataInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetValue()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
-
SADateDataInstance
public SADateDataInstance(SDataInstance sDataInstance)
-
-
Method Detail
-
getValue
public java.util.Date getValue()
- Specified by:
getValuein classSADataInstance
-
setValue
public void setValue(java.io.Serializable value)
- Specified by:
setValuein classSADataInstance
-
-