org.apache.cocoon.portal.pluto.om.common
Class SecurityRoleSetImpl

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byorg.apache.cocoon.portal.pluto.om.common.SecurityRoleSetImpl
All Implemented Interfaces:
Cloneable, Collection, org.apache.pluto.om.Model, org.apache.pluto.om.common.SecurityRoleSet, Serializable, Set

public class SecurityRoleSetImpl
extends HashSet
implements org.apache.pluto.om.common.SecurityRoleSet, Serializable

Version:
$Id: SecurityRoleSetImpl.java 325880 2005-10-17 11:57:44Z cziegeler $
See Also:
Serialized Form

Constructor Summary
SecurityRoleSetImpl()
           
 
Method Summary
 org.apache.pluto.om.common.SecurityRole add(org.apache.pluto.om.common.SecurityRole securityRole)
           
 org.apache.pluto.om.common.SecurityRole add(String roleName, String description)
           
 org.apache.pluto.om.common.SecurityRole get(String roleName)
           
 void remove(org.apache.pluto.om.common.SecurityRole securityRole)
           
 org.apache.pluto.om.common.SecurityRole remove(String roleName)
           
 String toString()
           
 String toString(int indent)
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

SecurityRoleSetImpl

public SecurityRoleSetImpl()
Method Detail

get

public org.apache.pluto.om.common.SecurityRole get(String roleName)
Specified by:
get in interface org.apache.pluto.om.common.SecurityRoleSet

add

public org.apache.pluto.om.common.SecurityRole add(org.apache.pluto.om.common.SecurityRole securityRole)

add

public org.apache.pluto.om.common.SecurityRole add(String roleName,
                                                   String description)

remove

public void remove(org.apache.pluto.om.common.SecurityRole securityRole)

remove

public org.apache.pluto.om.common.SecurityRole remove(String roleName)

toString

public String toString()

toString

public String toString(int indent)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.