Package com.skava.auth.model.entities
Class PrivilegeSet
java.lang.Object
com.skava.auth.model.entities.BaseEntity
com.skava.auth.model.entities.DescriptiveEntity
com.skava.auth.model.entities.PrivilegeSet
This Model class represents the persistence informations of the `privilegeset` entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class com.skava.auth.model.entities.DescriptiveEntity
description, name
Fields inherited from class com.skava.auth.model.entities.BaseEntity
createdBy, createdTimestamp, id, updatedBy, updatedTimestamp
-
Constructor Summary
ConstructorsConstructorDescriptionThe class constructor.PrivilegeSet
(PrivilegeSetVO input) Instantiates a new privilege set.PrivilegeSet
(Long id) Instantiates a new Privilege Set with id parameter. -
Method Summary
-
Constructor Details
-
PrivilegeSet
Instantiates a new privilege set.- Parameters:
input
- The privilege set object.
-
PrivilegeSet
public PrivilegeSet()The class constructor. -
PrivilegeSet
Instantiates a new Privilege Set with id parameter.- Parameters:
id
- The id.
-