Class TaskCountByCandidateGroupResultEntity
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
-
- All Implemented Interfaces:
TaskCountByCandidateGroupResult
public class TaskCountByCandidateGroupResultEntity extends java.lang.Object implements TaskCountByCandidateGroupResult
- Author:
- Stefan Hentschel.
-
-
Constructor Summary
Constructors Constructor Description TaskCountByCandidateGroupResultEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGroupName()The group which as the number of tasksintgetTaskCount()The number of tasks for a specific groupvoidsetGroupName(java.lang.String groupName)voidsetTaskCount(int taskCount)java.lang.StringtoString()
-
-
-
Method Detail
-
getTaskCount
public int getTaskCount()
Description copied from interface:TaskCountByCandidateGroupResultThe number of tasks for a specific group- Specified by:
getTaskCountin interfaceTaskCountByCandidateGroupResult
-
getGroupName
public java.lang.String getGroupName()
Description copied from interface:TaskCountByCandidateGroupResultThe group which as the number of tasks- Specified by:
getGroupNamein interfaceTaskCountByCandidateGroupResult
-
setTaskCount
public void setTaskCount(int taskCount)
-
setGroupName
public void setGroupName(java.lang.String groupName)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-