Package com.skava.auth.model.entities
Class BaseEntity
java.lang.Object
com.skava.auth.model.entities.BaseEntity
- Direct Known Subclasses:
AuthGroup
,DescriptiveEntity
,DynamicPrivilege
,GroupAttribute
,Privilege
,UserAttribute
This class represents the basic persistence information of the entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
This method return the resource creator's user identifier.protected Date
This method return the resource created time.protected Long
This method return the unique identifier of the resource.protected Long
This method return the resource's last updated user's identifier.protected Date
This method return the resource's last updated time. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
This method return the unique identifier of the resource. -
createdBy
This method return the resource creator's user identifier. -
createdTimestamp
This method return the resource created time. -
updatedBy
This method return the resource's last updated user's identifier. -
updatedTimestamp
This method return the resource's last updated time.
-
-
Constructor Details
-
BaseEntity
public BaseEntity()
-