|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jetspeed.om.security.BaseJetspeedPermission
A Jetspeed basic Group.
| 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 |
protected java.lang.String name
protected java.lang.String id
protected boolean isNew
| Constructor Detail |
public BaseJetspeedPermission(java.lang.String id)
public BaseJetspeedPermission()
| Method Detail |
public java.lang.String getName()
getName in interface Permissionpublic void setName(java.lang.String permissionName)
setName in interface PermissionpermissionName - the name of the Permission.public java.lang.String getId()
getId in interface Permissionpublic void setId(java.lang.String id)
setId in interface Permissionid - the new id for the permissionpublic boolean isNew()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||