org.apache.pluto.portalImpl.om.common.impl
Class SecurityRoleRefSetImpl
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
org.apache.pluto.portalImpl.om.common.impl.SecurityRoleRefSetImpl
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Collection, org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.common.SecurityRoleRefSet, org.apache.pluto.om.common.SecurityRoleRefSetCtrl, java.io.Serializable, java.util.Set
- public class SecurityRoleRefSetImpl
- extends java.util.HashSet
- implements org.apache.pluto.om.common.SecurityRoleRefSet, org.apache.pluto.om.common.SecurityRoleRefSetCtrl, java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
org.apache.pluto.om.common.SecurityRoleRef |
add(org.apache.pluto.om.common.SecurityRoleRef securityRoleRef)
|
org.apache.pluto.om.common.SecurityRoleRef |
add(java.lang.String roleName,
java.lang.String roleLink,
org.apache.pluto.om.common.DescriptionSet descriptions)
|
org.apache.pluto.om.common.SecurityRoleRef |
get(java.lang.String roleName)
|
void |
remove(org.apache.pluto.om.common.SecurityRoleRef securityRoleRef)
|
org.apache.pluto.om.common.SecurityRoleRef |
remove(java.lang.String roleName)
|
java.lang.String |
toString()
|
java.lang.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 |
SecurityRoleRefSetImpl
public SecurityRoleRefSetImpl()
get
public org.apache.pluto.om.common.SecurityRoleRef get(java.lang.String roleName)
- Specified by:
get
in interface org.apache.pluto.om.common.SecurityRoleRefSet
add
public org.apache.pluto.om.common.SecurityRoleRef add(org.apache.pluto.om.common.SecurityRoleRef securityRoleRef)
- Specified by:
add
in interface org.apache.pluto.om.common.SecurityRoleRefSetCtrl
remove
public org.apache.pluto.om.common.SecurityRoleRef remove(java.lang.String roleName)
- Specified by:
remove
in interface org.apache.pluto.om.common.SecurityRoleRefSetCtrl
remove
public void remove(org.apache.pluto.om.common.SecurityRoleRef securityRoleRef)
- Specified by:
remove
in interface org.apache.pluto.om.common.SecurityRoleRefSetCtrl
add
public org.apache.pluto.om.common.SecurityRoleRef add(java.lang.String roleName,
java.lang.String roleLink,
org.apache.pluto.om.common.DescriptionSet descriptions)
toString
public java.lang.String toString()
toString
public java.lang.String toString(int indent)
Copyright © 2003-2005 . All Rights Reserved.