Class AnnotatedEntityObject

java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.confluence.core.AnnotatedEntityObject
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ConfluenceEntityObject, Label, Labelling

@MappedSuperclass public abstract class AnnotatedEntityObject extends com.atlassian.core.bean.EntityObject implements Serializable
Class that overrides properties from EntityObject which need to be mapped to the columns in classes that inherit from it.
Since:
9.5
See Also:
  • Constructor Details

    • AnnotatedEntityObject

      public AnnotatedEntityObject()
  • Method Details

    • getCreationDate

      public Date getCreationDate()
      Overrides:
      getCreationDate in class com.atlassian.core.bean.EntityObject
    • getLastModificationDate

      public Date getLastModificationDate()
      Overrides:
      getLastModificationDate in class com.atlassian.core.bean.EntityObject