public class ArchivedDataInstanceImpl extends DataInstanceImpl implements ArchivedDataInstance
| Constructor and Description |
|---|
ArchivedDataInstanceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getArchiveDate()
Gets the date when the element was archived.
|
long |
getSourceObjectId()
Gets the identifier of the
BaseElement that the archived element comes from. |
Serializable |
getValue()
Get the value of the data.
|
void |
setArchiveDate(Date archiveDate) |
void |
setSourceObjectId(long sourceObjectId) |
void |
setValue(Serializable value) |
getClassName, getContainerId, getContainerType, getDescription, getId, getName, getTenantId, isTransientData, setClassName, setContainerId, setContainerType, setDataTypeClassName, setDescription, setId, setName, setTenantId, setTransientDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassName, getContainerId, getContainerType, getDescription, isTransientDatagetNamegetIdpublic Date getArchiveDate()
ArchivedElementgetArchiveDate in interface ArchivedElementpublic void setArchiveDate(Date archiveDate)
public long getSourceObjectId()
ArchivedElementBaseElement that the archived element comes from.getSourceObjectId in interface ArchivedElementpublic void setSourceObjectId(long sourceObjectId)
public Serializable getValue()
DataInstancegetValue in interface DataInstancegetValue in class DataInstanceImplpublic void setValue(Serializable value)
setValue in class DataInstanceImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.