org.bonitasoft.engine.core.process.instance.model.archive.impl
public abstract class SAPersistenceObjectImpl extends Object implements org.bonitasoft.engine.persistence.ArchivedPersistentObject
| Constructor and Description |
|---|
SAPersistenceObjectImpl() |
SAPersistenceObjectImpl(long sourceObjectId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getArchiveDate() |
long |
getId() |
long |
getSourceObjectId() |
long |
getTenantId() |
int |
hashCode() |
void |
setArchiveDate(long archiveDate) |
void |
setId(long id) |
void |
setSourceObjectId(long sourceObjectId) |
void |
setTenantId(long tenantId) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic SAPersistenceObjectImpl(long sourceObjectId)
public SAPersistenceObjectImpl()
public long getTenantId()
public void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getId()
getId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setId(long id)
setId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getArchiveDate()
getArchiveDate in interface org.bonitasoft.engine.persistence.ArchivedPersistentObjectpublic long getSourceObjectId()
getSourceObjectId in interface org.bonitasoft.engine.persistence.ArchivedPersistentObjectpublic void setArchiveDate(long archiveDate)
public void setSourceObjectId(long sourceObjectId)
Copyright © 2014 Bonitasoft S.A.. All rights reserved.