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
BambooEntityObjects which may have a BambooEntityOid.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOid()OID assigned to this object.voidsetOid(BambooEntityOid oid) Assign a newBambooEntityOidto this object.Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getEntityType
-
Field Details
-
oid
-
-
Constructor Details
-
BambooEntityWithOid
public BambooEntityWithOid()
-
-
Method Details
-
getOid
Description copied from interface:ImmutableEntityWithOidOID assigned to this object. TheBambooEntityOid.getEntityType()should be the same as this object'sImmutableEntityWithOid.getEntityType().- Specified by:
getOidin interfaceImmutableEntityWithOid
-
setOid
Description copied from interface:EntityWithOidAssign a newBambooEntityOidto this object. TheBambooEntityOid.getEntityType()should be the same as this object'sImmutableEntityWithOid.getEntityType().- Specified by:
setOidin interfaceEntityWithOid
-