Class BaseEntity

java.lang.Object
com.skava.auth.model.entities.BaseEntity
Direct Known Subclasses:
AuthGroup, DescriptiveEntity, DynamicPrivilege, GroupAttribute, Privilege, UserAttribute

@MappedSuperclass public class BaseEntity extends Object
This class represents the basic persistence information of the entity.
Version:
$Id: $Id
Author:
Infosys Equinox
  • Field Details

    • id

      protected Long id
      This method return the unique identifier of the resource.
    • createdBy

      protected Long createdBy
      This method return the resource creator's user identifier.
    • createdTimestamp

      protected Date createdTimestamp
      This method return the resource created time.
    • updatedBy

      protected Long updatedBy
      This method return the resource's last updated user's identifier.
    • updatedTimestamp

      protected Date updatedTimestamp
      This method return the resource's last updated time.
  • Constructor Details

    • BaseEntity

      public BaseEntity()