Class UserInRoleImpl
- java.lang.Object
-
- org.silverpeas.core.workflow.engine.model.UserInRoleImpl
-
- All Implemented Interfaces:
Serializable
,UserInRole
public class UserInRoleImpl extends Object implements UserInRole, Serializable
Class implementing the representation of the <userInRole> element of a Process Model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserInRoleImpl()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getRoleName()
Get name of the roleint
hashCode()
void
setRoleName(String roleName)
Set name of the role
-
-
-
Method Detail
-
getRoleName
public String getRoleName()
Get name of the role- Specified by:
getRoleName
in interfaceUserInRole
-
setRoleName
public void setRoleName(String roleName)
Set name of the role- Specified by:
setRoleName
in interfaceUserInRole
- Parameters:
roleName
-
-
-