Package org.openiam.idm.srvc.role.dto
Class UserSet
- java.lang.Object
-
- org.openiam.idm.srvc.role.dto.UserSet
-
public class UserSet extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserSet.UserObj
-
Field Summary
Fields Modifier and Type Field Description protected List<UserSet.UserObj>
userObj
-
Constructor Summary
Constructors Constructor Description UserSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UserSet.UserObj>
getUserObj()
-
-
-
Field Detail
-
userObj
protected List<UserSet.UserObj> userObj
-
-
Method Detail
-
getUserObj
public List<UserSet.UserObj> getUserObj()
-
-