Class HibernateEntityObject

java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.hibernate.HibernateEntityObject
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AgentCipherImpl, AuditLogMessage, BandanaItem, BuildResultWarningSummaryDtoImpl, BuildResultWarningSummaryImpl, LoginInformationImpl, MutableAccessTokenImpl, RssDeploymentProjectPermissionImpl, RssProjectPermissionImpl, RssRepositoryPermissionImpl, WebhookResponseDetailsEntity, WebhookTemplateEntity

@MappedSuperclass public class HibernateEntityObject extends com.atlassian.core.bean.EntityObject
A class providing basic id mapping for Hibernate entities. Use instead of EntityObject.
  • 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

    • HibernateEntityObject

      public HibernateEntityObject()
  • Method Details

    • getId

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

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