@Entity public abstract class SARefBusinessDataInstance extends java.lang.Object implements ArchivedPersistentObject
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected long |
tenantId |
| Constructor and Description |
|---|
SARefBusinessDataInstance() |
| Modifier and Type | Method and Description |
|---|---|
long |
getArchiveDate() |
java.lang.Class<? extends PersistentObject> |
getPersistentObjectInterface() |
long |
getSourceObjectId()
Get the source object id from which this
ArchivedPersistentObject originates. |
void |
setArchiveDate(long id) |
void |
setSourceObjectId(long id) |
abstract SRefBusinessDataInstance |
toSRefBusinessDataInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, setId, setTenantIdpublic long getSourceObjectId()
ArchivedPersistentObjectArchivedPersistentObject originates.getSourceObjectId in interface ArchivedPersistentObjectpublic long getArchiveDate()
getArchiveDate in interface ArchivedPersistentObjectpublic void setSourceObjectId(long id)
public void setArchiveDate(long id)
public java.lang.Class<? extends PersistentObject> getPersistentObjectInterface()
getPersistentObjectInterface in interface ArchivedPersistentObjectpublic abstract SRefBusinessDataInstance toSRefBusinessDataInstance()