Package com.skava.auth.model.entities
Class DescriptiveEntity
java.lang.Object
com.skava.auth.model.entities.BaseEntity
com.skava.auth.model.entities.DescriptiveEntity
- Direct Known Subclasses:
PrivilegeSet
,Role
This class represents the basic persistence information of the entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Field Summary
FieldsFields inherited from class com.skava.auth.model.entities.BaseEntity
createdBy, createdTimestamp, id, updatedBy, updatedTimestamp
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name. -
description
The description.
-
-
Constructor Details
-
DescriptiveEntity
public DescriptiveEntity()
-