Class SAContractData
java.lang.Object
org.bonitasoft.engine.core.contract.data.SAContractData
- All Implemented Interfaces:
Serializable,ArchivedPersistentObject,PersistentObject
- Direct Known Subclasses:
SAProcessContractData,SATaskContractData
- Author:
- Emmanuel Duchastenier
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected longprotected Stringprotected longprotected longprotected Serializable -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSAContractData(long sourceObjectId, String name, Serializable value, long scopeId) protectedSAContractData(SContractData contractData) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.ArchivedPersistentObject
getArchiveDate, getSourceObjectIdMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Field Details
-
id
protected long id -
archiveDate
protected long archiveDate -
sourceObjectId
protected long sourceObjectId -
name
-
value
-
scopeId
protected long scopeId
-
-
Constructor Details
-
SAContractData
-
SAContractData
-
-
Method Details
-
getPersistentObjectInterface
- Specified by:
getPersistentObjectInterfacein interfaceArchivedPersistentObject
-