Package com.skava.auth.model.entities
Class FeaturesPrivilegeMapping
java.lang.Object
com.skava.auth.model.entities.FeaturesPrivilegeMapping
Data transfer class holds the exchange data to transfer from controller to find privilege by id service.
- Version:
- $Id: $IdS
- Author:
- Infosys Equinox
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThe class constructor.FeaturesPrivilegeMapping
(FeaturesPrivilegeMappingVO featuresPrivilegeMapEntity) Instantiates a new privilege. -
Method Summary
-
Field Details
-
id
This method return the unique identifier of the resource.
-
-
Constructor Details
-
FeaturesPrivilegeMapping
Instantiates a new privilege.- Parameters:
featuresPrivilegeMapEntity
- The privilege.
-
FeaturesPrivilegeMapping
public FeaturesPrivilegeMapping()The class constructor.
-