Class UserRolesVO
java.lang.Object
com.skava.auth.model.rest.entities.UserRolesVO
- All Implemented Interfaces:
Serializable
Data transfer class holds the roles of the user.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor.UserRolesVO
(Long userId, Set<UserRoleVO> userRoles) Constructor to initialize member variables. -
Method Summary
-
Constructor Details
-
UserRolesVO
public UserRolesVO()Default Constructor. -
UserRolesVO
Constructor to initialize member variables.- Parameters:
userId
- aLong
object.userRoles
- aSet
ofUserRoleVO
objects.
-