Class HibernateBambooEntityObject

java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
All Implemented Interfaces:
BambooIdProvider, BambooObject, Cloneable
Direct Known Subclasses:
ArtifactDefinitionImpl, ArtifactSubscriptionImpl, CrowdDeletedEntityImpl, ElasticTunnelDefinitionImpl, LabelImpl, LabellingImpl, MutableArtifactDeploymentVersionItemImpl, MutableArtifactImpl, MutableBambooArtifactDeploymentProjectItem, PlanRepositoryLinkImpl, PlanVcsRevisionHistoryItem, TestCaseResultImpl, TestClassResultImpl

@MappedSuperclass public class HibernateBambooEntityObject extends BambooEntityObject
A class providing basic id mapping for Hibernate entities. Use instead of BambooEntityObject.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setId(long id)
     

    Methods inherited from class com.atlassian.core.bean.EntityObject

    clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HibernateBambooEntityObject

      public HibernateBambooEntityObject()
  • Method Details

    • getId

      public long getId()
      Specified by:
      getId in interface BambooIdProvider
      Overrides:
      getId in class com.atlassian.core.bean.EntityObject
    • setId

      public void setId(long id)
      Specified by:
      setId in interface BambooObject
      Overrides:
      setId in class com.atlassian.core.bean.EntityObject