org.semispace.google.webapp.beans
Class UserList

java.lang.Object
  extended by org.semispace.google.webapp.beans.UserList

public class UserList
extends Object

Rather silly class which retains the user names in an array. This is just because I do not bother to create a user database in the regular manner.


Constructor Summary
UserList()
           
 
Method Summary
 Set<String> getUsers()
           
 void setUsers(Set<String> 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 Set<String> getUsers()

setUsers

public void setUsers(Set<String> users)


Copyright © 2008-2012. All Rights Reserved.