com.platform.ego.impl
Class Role

java.lang.Object
  extended by com.platform.ego.impl.Role

public class Role
extends java.lang.Object

Role speifies definition of role.

Version:
1.2.3

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

Role

public Role()
Method Detail

getContext

public java.lang.String getContext()
Get context of role.

Returns:
context of role.

setContext

public void setContext(java.lang.String context)
Set context of role.

Parameters:
context - : specifies context of role.

getType

public RoleType getType()
Get type of role.

Returns:
type of role.

setType

public void setType(RoleType type)
Set type of role.

Parameters:
type - : specifies type of role.


Copyright (C) 1992-2007 Platform Computing Corporation