org.apache.jetspeed.om.security
Interface GroupRole

All Known Implementing Classes:
BaseJetspeedGroupRole

public interface GroupRole

Interface for group/role container.

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

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
 

Method Detail

getGroup

public Group getGroup()
Get the Group

Returns:
the group.

setGroup

public void setGroup(Group group)
Set the Group

Parameters:
group - the Group.

getRole

public Role getRole()
Get the Role

Returns:
the role.

setRole

public void setRole(Role role)
Set the Role



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