Class PrivilegeSetVO
java.lang.Object
com.skava.core.validation.InputModel
com.skava.auth.model.rest.entities.PrivilegeSetVO
- All Implemented Interfaces:
Serializable
public class PrivilegeSetVO
extends com.skava.core.validation.InputModel
Data transfer class hold the privilege set details.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe class constructor.PrivilegeSetVO
(PrivilegeSet privilegeSet) Instantiates a new privilege set -
Method Summary
-
Constructor Details
-
PrivilegeSetVO
public PrivilegeSetVO()The class constructor. -
PrivilegeSetVO
Instantiates a new privilege set- Parameters:
privilegeSet
- The privilege set object.
-