org.jwarp.service.security
Class SecurityGroup

java.lang.Object
  |
  +--org.jwarp.service.groups.Item
        |
        +--org.jwarp.service.groups.Group
              |
              +--org.jwarp.service.security.SecurityGroup
All Implemented Interfaces:
IGroup, IItem, ISecurityGroup, java.io.Serializable
Direct Known Subclasses:
SQLSecurityGroup

public class SecurityGroup
extends Group
implements ISecurityGroup

See Also:
Serialized Form

Field Summary
protected  java.lang.String description
           
protected  java.lang.String name
           
 
Fields inherited from class org.jwarp.service.groups.Group
members
 
Fields inherited from class org.jwarp.service.groups.Item
id, nextID, object
 
Constructor Summary
SecurityGroup(java.lang.String name, java.lang.String description, java.lang.Object additional)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class org.jwarp.service.groups.Group
addMember, getMembers, isMember, removeMember
 
Methods inherited from class org.jwarp.service.groups.Item
getID, getNewID, getObject
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jwarp.service.groups.IGroup
getMembers, isMember
 
Methods inherited from interface org.jwarp.service.groups.IItem
getID
 

Field Detail

name

protected java.lang.String name

description

protected java.lang.String description
Constructor Detail

SecurityGroup

public SecurityGroup(java.lang.String name,
                     java.lang.String description,
                     java.lang.Object additional)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface ISecurityGroup

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ISecurityGroup

©   O R C A   S y s t e m s