Package org.activiti.api.task.model.impl
Class TaskCandidateGroupImpl
- java.lang.Object
-
- org.activiti.api.task.model.impl.TaskCandidateImpl
-
- org.activiti.api.task.model.impl.TaskCandidateGroupImpl
-
- All Implemented Interfaces:
TaskCandidate,TaskCandidateGroup
public class TaskCandidateGroupImpl extends TaskCandidateImpl implements TaskCandidateGroup
-
-
Constructor Summary
Constructors Constructor Description TaskCandidateGroupImpl()TaskCandidateGroupImpl(String groupId, String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetGroupId()inthashCode()-
Methods inherited from class org.activiti.api.task.model.impl.TaskCandidateImpl
getTaskId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.api.task.model.TaskCandidate
getTaskId
-
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
- Specified by:
getGroupIdin interfaceTaskCandidateGroup
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTaskCandidateImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaskCandidateImpl
-
-