Class UserAttributeVO
java.lang.Object
com.skava.core.validation.InputModel
com.skava.auth.model.rest.entities.UserAttributeVO
- All Implemented Interfaces:
Serializable
public class UserAttributeVO
extends com.skava.core.validation.InputModel
Data transfer class holds the privilege attribute of the user.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new user attributes value object.UserAttributeVO
(UserAttribute userAttributes) Instantiates a new group attributes value object. -
Method Summary
-
Constructor Details
-
UserAttributeVO
public UserAttributeVO()Instantiates a new user attributes value object. -
UserAttributeVO
Instantiates a new group attributes value object.- Parameters:
userAttributes
- aUserAttribute
object.
-