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