Package com.atlassian.bamboo.core
Class BambooEntityWithOid
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.bamboo.core.BambooEntityObject
-
- com.atlassian.bamboo.core.BambooEntityWithOid
-
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,EntityWithOid
,ImmutableEntityWithOid
,Cloneable
- Direct Known Subclasses:
CredentialsDataEntity
,HibernateBambooEntityWithOid
,RepositoryDataEntityImpl
public abstract class BambooEntityWithOid extends BambooEntityObject implements EntityWithOid
Abstract class forBambooEntityObject
s which may have aBambooEntityOid
.
-
-
Field Summary
Fields Modifier and Type Field Description protected BambooEntityOid
oid
-
Constructor Summary
Constructors Constructor Description BambooEntityWithOid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BambooEntityOid
getOid()
OID assigned to this object.void
setOid(BambooEntityOid oid)
Assign a newBambooEntityOid
to this object.-
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getEntityType
-
-
-
-
Field Detail
-
oid
protected BambooEntityOid oid
-
-
Method Detail
-
getOid
public BambooEntityOid getOid()
Description copied from interface:ImmutableEntityWithOid
OID assigned to this object. TheBambooEntityOid.getEntityType()
should be the same as this object'sImmutableEntityWithOid.getEntityType()
.- Specified by:
getOid
in interfaceImmutableEntityWithOid
-
setOid
public void setOid(BambooEntityOid oid)
Description copied from interface:EntityWithOid
Assign a newBambooEntityOid
to this object. TheBambooEntityOid.getEntityType()
should be the same as this object'sImmutableEntityWithOid.getEntityType()
.- Specified by:
setOid
in interfaceEntityWithOid
-
-