org.apache.jetspeed.om.security
Class BaseJetspeedPermission

java.lang.Object
  extended byorg.apache.jetspeed.om.security.BaseJetspeedPermission
All Implemented Interfaces:
Permission

public class BaseJetspeedPermission
extends java.lang.Object
implements Permission

A Jetspeed basic Group.

Version:
$Id: BaseJetspeedPermission.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
BaseJetspeedPermission()
           
BaseJetspeedPermission(java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
          Get the id of the Permission
 java.lang.String getName()
          Get the name of the Permission
 boolean isNew()
           
 void setId(java.lang.String id)
          Set the id of the Permission
 void setName(java.lang.String permissionName)
          Set the name of the Permission
 
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

BaseJetspeedPermission

public BaseJetspeedPermission(java.lang.String id)

BaseJetspeedPermission

public BaseJetspeedPermission()
Method Detail

getName

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

Specified by:
getName in interface Permission
Returns:
the name of the permission.

setName

public void setName(java.lang.String permissionName)
Set the name of the Permission

Specified by:
setName in interface Permission
Parameters:
permissionName - the name of the Permission.

getId

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

Specified by:
getId in interface Permission
Returns:
the id of the permission.

setId

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

Specified by:
setId in interface Permission
Parameters:
id - the new id for the permission

isNew

public boolean isNew()


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