com.opensymphony.user.provider.castor.entity
Class CastorGroup

java.lang.Object
  extended bycom.opensymphony.user.provider.castor.entity.BaseCastorEntity
      extended bycom.opensymphony.user.provider.castor.entity.CastorGroup
All Implemented Interfaces:
CastorEntity

public class CastorGroup
extends BaseCastorEntity

This class is mapped to the database in the castor mapping.xml file

Author:
Dan Bachelder

Constructor Summary
CastorGroup()
           
 
Method Summary
 void addUser(CastorUser user)
           
 java.util.ArrayList getUsers()
           
 boolean removeUser(CastorUser user)
           
 boolean removeUser(java.lang.String username)
           
 void setUsers(java.util.ArrayList users)
           
 
Methods inherited from class com.opensymphony.user.provider.castor.entity.BaseCastorEntity
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastorGroup

public CastorGroup()
Method Detail

setUsers

public void setUsers(java.util.ArrayList users)

getUsers

public java.util.ArrayList getUsers()

addUser

public void addUser(CastorUser user)

removeUser

public boolean removeUser(CastorUser user)

removeUser

public boolean removeUser(java.lang.String username)

See www.opensymphony.com for more information.