org.apache.jetspeed.om.security
Class BaseJetspeedGroup

java.lang.Object
  extended byorg.apache.jetspeed.om.security.BaseJetspeedGroup
All Implemented Interfaces:
Group

public class BaseJetspeedGroup
extends java.lang.Object
implements Group

A Jetspeed basic Group.

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

Field Summary
protected  java.lang.String id
           
protected  boolean isNew
           
protected  java.lang.String name
           
 
Constructor Summary
BaseJetspeedGroup()
           
BaseJetspeedGroup(java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
          Get the id of the Group
 java.lang.String getName()
          Get the name of the Group
 boolean isNew()
           
 void setId(java.lang.String id)
          Set the id of the Group
 void setName(java.lang.String groupName)
          Set the name of the Group
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

id

protected java.lang.String id

isNew

protected boolean isNew
Constructor Detail

BaseJetspeedGroup

public BaseJetspeedGroup(java.lang.String id)

BaseJetspeedGroup

public BaseJetspeedGroup()
Method Detail

getName

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

Specified by:
getName in interface Group
Returns:
the name of the group.

setName

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

Specified by:
setName in interface Group
Parameters:
groupName - the name of the Group.

getId

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

Specified by:
getId in interface Group
Returns:
the id of the group.

setId

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

Specified by:
setId in interface Group
Parameters:
id - the new id for the group

isNew

public boolean isNew()


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