Package org.openiam.idm.srvc.role.dto
Class UserSet.UserObj
- java.lang.Object
-
- org.openiam.idm.srvc.role.dto.UserSet.UserObj
-
-
Constructor Summary
Constructors Constructor Description UserObj()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User
getUser()
Gets the value of the role property.void
setUser(User value)
Sets the value of the role property.
-
-
-
Field Detail
-
user
protected User user
-
-