@MappedSuperclass public abstract class HibernateBambooEntityWithOid extends BambooEntityWithOid
BambooEntityWithOid.| Constructor and Description |
|---|
HibernateBambooEntityWithOid() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
BambooEntityOid |
getOid()
OID assigned to this object.
|
void |
setId(long id) |
void |
setOid(BambooEntityOid oid)
Assign a new
BambooEntityOid to this object. |
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEntityTypepublic long getId()
getId in interface BambooIdProvidergetId in class com.atlassian.core.bean.EntityObjectpublic void setId(long id)
setId in interface BambooObjectsetId in class com.atlassian.core.bean.EntityObjectpublic BambooEntityOid getOid()
ImmutableEntityWithOidBambooEntityOid.getEntityType() should be the same as this object's
ImmutableEntityWithOid.getEntityType().getOid in interface ImmutableEntityWithOidgetOid in class BambooEntityWithOidpublic void setOid(BambooEntityOid oid)
EntityWithOidBambooEntityOid to this object. The BambooEntityOid.getEntityType() should be the
same as this object's ImmutableEntityWithOid.getEntityType().setOid in interface EntityWithOidsetOid in class BambooEntityWithOidCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.