| 
 | Cumulus4j API (1.1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cumulus4j.keymanager.front.shared.UserList
public class UserList
 DTO representing a list of Users.
 
| Constructor Summary | |
|---|---|
| UserList() | |
| Method Summary | |
|---|---|
|  List<User> | getUsers()Get the users. | 
|  void | setUsers(List<User> users)Set the users. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public UserList()
| Method Detail | 
|---|
public List<User> getUsers()
List
 by the default constructor (i.e. never null, if not explicitly set).
setUsers(List)public void setUsers(List<User> users)
users - the users.getUsers()| 
 | Cumulus4j API (1.1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||