public abstract class BambooEntityWithOid extends BambooEntityObject implements EntityWithOid
BambooEntityObject
s which may have a BambooEntityOid
.Modifier and Type | Field and Description |
---|---|
protected BambooEntityOid |
oid |
Constructor and Description |
---|
BambooEntityWithOid() |
Modifier and Type | Method and Description |
---|---|
BambooEntityOid |
getOid()
OID assigned to this object.
|
void |
setOid(BambooEntityOid oid)
Assign a new
BambooEntityOid to this object. |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getEntityType
setId
getId
protected BambooEntityOid oid
public BambooEntityOid getOid()
ImmutableEntityWithOid
BambooEntityOid.getEntityType()
should be the same as this object's
ImmutableEntityWithOid.getEntityType()
.getOid
in interface ImmutableEntityWithOid
public void setOid(BambooEntityOid oid)
EntityWithOid
BambooEntityOid
to this object. The BambooEntityOid.getEntityType()
should be the
same as this object's ImmutableEntityWithOid.getEntityType()
.setOid
in interface EntityWithOid
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.