|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.workflow.engine.AbstractReferrableObject
com.silverpeas.workflow.engine.model.UserInRoleImpl
public class UserInRoleImpl
Class implementing the representation of the <userInRole> element of a Process Model.
Constructor Summary | |
---|---|
UserInRoleImpl()
Constructor |
Method Summary | |
---|---|
String |
getKey()
This method has to be implemented by the referrable object it has to compute the unique key |
String |
getRoleName()
Get name of the role |
void |
setRoleName(String roleName)
Set name of the role |
Methods inherited from class com.silverpeas.workflow.engine.AbstractReferrableObject |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserInRoleImpl()
Method Detail |
---|
public String getRoleName()
getRoleName
in interface UserInRole
public void setRoleName(String roleName)
setRoleName
in interface UserInRole
roleName
- public String getKey()
AbstractReferrableObject
getKey
in interface ReferrableObjectIntf
getKey
in class AbstractReferrableObject
equals
,
hashCode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |