org.jasig.portal.container.om.common
Class SecurityRoleSetImpl

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractSet
          extended by java.util.HashSet
              extended by org.jasig.portal.container.om.common.SecurityRoleSetImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Set, org.apache.pluto.om.common.SecurityRoleSet, org.apache.pluto.om.Model

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

Implementation of Apache Pluto object model.

Version:
$Revision: 1.3 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Constructor Summary
SecurityRoleSetImpl()
           
 
Method Summary
 void add(org.apache.pluto.om.common.SecurityRole securityRole)
           
 org.apache.pluto.om.common.SecurityRole get(java.lang.String name)
           
 
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, toString
 
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(java.lang.String name)
Specified by:
get in interface org.apache.pluto.om.common.SecurityRoleSet

add

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