public abstract class SAPersistenceObjectImpl extends Object implements ArchivedPersistentObject
| Modifier and Type | Field and Description |
|---|---|
protected long |
archiveDate |
protected long |
id |
protected long |
sourceObjectId |
protected long |
tenantId |
| Constructor and Description |
|---|
SAPersistenceObjectImpl() |
SAPersistenceObjectImpl(long sourceObjectId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getArchiveDate() |
long |
getId() |
long |
getSourceObjectId()
Get the source object id from which this
ArchivedPersistentObject originates. |
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, waitgetPersistentObjectInterfacegetDiscriminatorprotected long id
protected long tenantId
protected long archiveDate
protected long sourceObjectId
public SAPersistenceObjectImpl(long sourceObjectId)
public SAPersistenceObjectImpl()
public long getTenantId()
public void setTenantId(long tenantId)
setTenantId in interface PersistentObjectpublic long getId()
getId in interface PersistentObjectpublic void setId(long id)
setId in interface PersistentObjectpublic long getArchiveDate()
getArchiveDate in interface ArchivedPersistentObjectpublic long getSourceObjectId()
ArchivedPersistentObjectArchivedPersistentObject originates.getSourceObjectId in interface ArchivedPersistentObjectpublic void setArchiveDate(long archiveDate)
public void setSourceObjectId(long sourceObjectId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.