Class InternalEntity

java.lang.Object
com.atlassian.crowd.model.InternalEntity
All Implemented Interfaces:
TimestampedEntity, Serializable
Direct Known Subclasses:
ApplicationImpl, DirectoryImpl, InternalDirectoryEntity

@Deprecated public abstract class InternalEntity extends Object implements Serializable, TimestampedEntity
Deprecated.
since 3.6.0.
Superclass for internally stored data objects.
See Also:
  • Field Details

    • id

      protected Long id
      Deprecated.
    • name

      protected String name
      Deprecated.
    • active

      protected boolean active
      Deprecated.
    • createdDate

      protected Date createdDate
      Deprecated.
    • updatedDate

      protected Date updatedDate
      Deprecated.
  • Constructor Details

    • InternalEntity

      protected InternalEntity()
      Deprecated.
    • InternalEntity

      protected InternalEntity(InternalEntityTemplate template)
      Deprecated.
  • Method Details

    • setUpdatedDateToNow

      public void setUpdatedDateToNow()
      Deprecated.
    • setCreatedDateToNow

      public void setCreatedDateToNow()
      Deprecated.
    • getId

      public Long getId()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • isActive

      public boolean isActive()
      Deprecated.
    • getCreatedDate

      public Date getCreatedDate()
      Deprecated.
      Description copied from interface: TimestampedEntity
      Returns the date the entity was created.
      Specified by:
      getCreatedDate in interface TimestampedEntity
      Returns:
      date the entity was created
    • getUpdatedDate

      public Date getUpdatedDate()
      Deprecated.
      Description copied from interface: TimestampedEntity
      Returns the date the entity was last updated.
      Specified by:
      getUpdatedDate in interface TimestampedEntity
      Returns:
      date the entity was last updated.
    • setName

      protected void setName(String name)
      Deprecated.
    • setActive

      protected void setActive(boolean active)
      Deprecated.
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
      Deprecated.
    • setUpdatedDate

      public void setUpdatedDate(Date updatedDate)
      Deprecated.
    • hashCode

      public abstract int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public abstract boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object