org.apache.jetspeed.om.security
Interface Group

All Known Implementing Classes:
BaseJetspeedGroup, LDAPGroup, TurbineGroup

public interface Group

A Jetspeed basic Group.

Version:
$Id: Group.java,v 1.3 2004/02/23 03:14:12 jford Exp $
Author:
David Sean Taylor

Method Summary
 java.lang.String getId()
          Get the id of the Group
 java.lang.String getName()
          Get the name of the Group
 void setId(java.lang.String id)
          Set the id of the Group
 void setName(java.lang.String groupName)
          Set the name of the Group
 

Method Detail

getName

public java.lang.String getName()
Get the name of the Group

Returns:
the name of the group.

setName

public void setName(java.lang.String groupName)
Set the name of the Group

Parameters:
groupName - the name of the Group.

getId

public java.lang.String getId()
Get the id of the Group

Returns:
the id of the group.

setId

public void setId(java.lang.String id)
Set the id of the Group

Parameters:
id - the new id for the group


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