|
||||||||||
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.RelatedGroupImpl
public class RelatedGroupImpl
Class implementing the representation of the <relatedUser> element of a Process Model.
Constructor Summary | |
---|---|
RelatedGroupImpl()
Constructor |
Method Summary | |
---|---|
Item |
getFolderItem()
Get the referred item |
String |
getKey()
This method has to be implemented by the referrable object it has to compute the unique key |
String |
getRole()
Get the role to which the related user will be affected |
void |
setFolderItem(Item folderItem)
Set the referred item |
void |
setRole(String role)
Set the role to which the related user will be affected |
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 RelatedGroupImpl()
Method Detail |
---|
public Item getFolderItem()
getFolderItem
in interface RelatedGroup
public void setFolderItem(Item folderItem)
setFolderItem
in interface RelatedGroup
folderItem
- item to referpublic String getRole()
getRole
in interface RelatedGroup
public void setRole(String role)
setRole
in interface RelatedGroup
role
- role as a Stringpublic 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 |