Class TaskCountByCandidateGroupResultEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
- All Implemented Interfaces:
 TaskCountByCandidateGroupResult
public class TaskCountByCandidateGroupResultEntity
extends Object
implements TaskCountByCandidateGroupResult
- Author:
 - Stefan Hentschel.
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe group which as the number of tasksintThe number of tasks for a specific groupvoidsetGroupName(String groupName) voidsetTaskCount(int taskCount) toString() 
- 
Field Details
- 
taskCount
protected int taskCount - 
groupName
 
 - 
 - 
Constructor Details
- 
TaskCountByCandidateGroupResultEntity
public TaskCountByCandidateGroupResultEntity() 
 - 
 - 
Method Details
- 
getTaskCount
public int getTaskCount()Description copied from interface:TaskCountByCandidateGroupResultThe number of tasks for a specific group- Specified by:
 getTaskCountin interfaceTaskCountByCandidateGroupResult
 - 
getGroupName
Description copied from interface:TaskCountByCandidateGroupResultThe group which as the number of tasks- Specified by:
 getGroupNamein interfaceTaskCountByCandidateGroupResult
 - 
setTaskCount
public void setTaskCount(int taskCount)  - 
setGroupName
 - 
toString
 
 -