org.opennms.web.admin.roles
Class WebGroup

java.lang.Object
  extended by org.opennms.web.admin.roles.WebGroup

public class WebGroup
extends Object


Constructor Summary
WebGroup(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 Collection getUsers()
           
 int hashCode()
           
protected  void setUsers(Collection users)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebGroup

public WebGroup(String name)
Method Detail

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

getUsers

public Collection getUsers()

setUsers

protected void setUsers(Collection users)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009. All Rights Reserved.