Package com.skava.auth.model.entities
Class Privilege
java.lang.Object
com.skava.auth.model.entities.BaseEntity
com.skava.auth.model.entities.Privilege
This Model class represents the persistence informations of the `privilege` 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
-
userAttribute
-
groupAttribute
-
-
Constructor Details
-
Privilege
Instantiates a new privilege by assigning the given values.- Parameters:
input
- The privilege object.userId
- aLong
object. identifier of the user who creates this privilege
-
Privilege
public Privilege()The class constructor. -
Privilege
Instantiates a new privilege with id parameter.- Parameters:
id
- The id.
-