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
Abstract class for
BambooEntityObject
s which may have a BambooEntityOid
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOid()
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 Details
-
oid
-
-
Constructor Details
-
BambooEntityWithOid
public BambooEntityWithOid()
-
-
Method Details
-
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
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
-