org.apache.jetspeed.om.security
Class BaseJetspeedGroupRole

java.lang.Object
  extended byorg.apache.jetspeed.om.security.BaseJetspeedGroupRole
All Implemented Interfaces:
GroupRole

public class BaseJetspeedGroupRole
extends java.lang.Object
implements GroupRole

Basic Group Role implementation.

Version:
$Id: BaseJetspeedGroupRole.java,v 1.2 2004/02/23 03:14:12 jford Exp $
Author:
Mark Orciuch

Field Summary
protected  Group group
           
protected  Role role
           
 
Constructor Summary
BaseJetspeedGroupRole()
           
 
Method Summary
 Group getGroup()
          Get the Group
 Role getRole()
          Get the Role
 void setGroup(Group group)
          Set the Group
 void setRole(Role role)
          Set the Role
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

group

protected Group group

role

protected Role role
Constructor Detail

BaseJetspeedGroupRole

public BaseJetspeedGroupRole()
Method Detail

getGroup

public Group getGroup()
Get the Group

Specified by:
getGroup in interface GroupRole
Returns:
the group.

setGroup

public void setGroup(Group group)
Set the Group

Specified by:
setGroup in interface GroupRole
Parameters:
group - the Group.

getRole

public Role getRole()
Get the Role

Specified by:
getRole in interface GroupRole
Returns:
the role.

setRole

public void setRole(Role role)
Set the Role

Specified by:
setRole in interface GroupRole


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.