|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.om.security.BaseJetspeedGroupRole
Basic Group Role implementation.
Field Summary | |
protected Group |
group
|
protected Role |
role
|
Constructor Summary | |
BaseJetspeedGroupRole()
|
Method Summary | |
Group |
getGroup()
Get the Group |
Role |
getRole()
Get the Role |
void |
setGroup(Group group)
Set the Group |
void |
setRole(Role role)
Set the Role |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Group group
protected Role role
Constructor Detail |
public BaseJetspeedGroupRole()
Method Detail |
public Group getGroup()
getGroup
in interface GroupRole
public void setGroup(Group group)
setGroup
in interface GroupRole
group
- the Group.public Role getRole()
getRole
in interface GroupRole
public void setRole(Role role)
setRole
in interface GroupRole
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |