|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.Role
public class Role
Role speifies definition of role.
Constructor Summary | |
---|---|
Role()
|
Method Summary | |
---|---|
java.lang.String |
getContext()
Get context of role. |
RoleType |
getType()
Get type of role. |
void |
setContext(java.lang.String context)
Set context of role. |
void |
setType(RoleType type)
Set type of role. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Role()
Method Detail |
---|
public java.lang.String getContext()
public void setContext(java.lang.String context)
context
- : specifies context of role.public RoleType getType()
public void setType(RoleType type)
type
- : specifies type of role.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |