Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.keymanager.front.shared
Class UserList

java.lang.Object
  extended by org.cumulus4j.keymanager.front.shared.UserList

public class UserList
extends Object

DTO representing a list of Users.

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de

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

UserList

public UserList()
Method Detail

getUsers

public List<User> getUsers()
Get the users. This property is initialised to an empty List by the default constructor (i.e. never null, if not explicitly set).

Returns:
the users.
See Also:
setUsers(List)

setUsers

public void setUsers(List<User> users)
Set the users.

Parameters:
users - the users.
See Also:
getUsers()

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.