Class RelatedGroupImpl
- java.lang.Object
-
- org.silverpeas.core.workflow.engine.model.RelatedGroupImpl
-
- All Implemented Interfaces:
Serializable
,RelatedGroup
public class RelatedGroupImpl extends Object implements RelatedGroup, Serializable
Class implementing the representation of the <relatedUser> element of a Process Model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelatedGroupImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Item
getFolderItem()
Get the referred itemString
getRole()
Get the role to which the related user will be affectedint
hashCode()
void
setFolderItem(Item folderItem)
Set the referred itemvoid
setRole(String role)
Set the role to which the related user will be affected
-
-
-
Method Detail
-
getFolderItem
public Item getFolderItem()
Get the referred item- Specified by:
getFolderItem
in interfaceRelatedGroup
-
setFolderItem
public void setFolderItem(Item folderItem)
Set the referred item- Specified by:
setFolderItem
in interfaceRelatedGroup
- Parameters:
folderItem
- item to refer
-
getRole
public String getRole()
Get the role to which the related user will be affected- Specified by:
getRole
in interfaceRelatedGroup
- Returns:
- the role name
-
setRole
public void setRole(String role)
Set the role to which the related user will be affected- Specified by:
setRole
in interfaceRelatedGroup
- Parameters:
role
- role as a String
-
-