|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.om.security.BaseJetspeedRole
A Jetspeed basic Role.
Field Summary | |
protected java.lang.String |
id
|
protected boolean |
isNew
|
protected java.lang.String |
name
|
Constructor Summary | |
BaseJetspeedRole()
|
|
BaseJetspeedRole(java.lang.String id)
|
Method Summary | |
java.lang.String |
getId()
Get the id of the Role |
java.lang.String |
getName()
Get the name of the Role |
boolean |
isNew()
|
void |
setId(java.lang.String id)
Set the id of the Role |
void |
setName(java.lang.String roleName)
Set the name of the Role |
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 BaseJetspeedRole(java.lang.String id)
public BaseJetspeedRole()
Method Detail |
public java.lang.String getName()
getName
in interface Role
public void setName(java.lang.String roleName)
setName
in interface Role
roleName
- the name of the Role.public java.lang.String getId()
getId
in interface Role
public void setId(java.lang.String id)
setId
in interface Role
id
- the new id for the rolepublic boolean isNew()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |