org.camunda.bpm.engine.impl.persistence.entity
Class TaskCountByCandidateGroupResultEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
All Implemented Interfaces:
TaskCountByCandidateGroupResult

public class TaskCountByCandidateGroupResultEntity
extends Object
implements TaskCountByCandidateGroupResult

Author:
Stefan Hentschel.

Field Summary
protected  String groupName
           
protected  int taskCount
           
 
Constructor Summary
TaskCountByCandidateGroupResultEntity()
           
 
Method Summary
 String getGroupName()
          The group which as the number of tasks
 int getTaskCount()
          The number of tasks for a specific group
 void setGroupName(String groupName)
           
 void setTaskCount(int taskCount)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

taskCount

protected int taskCount

groupName

protected String groupName
Constructor Detail

TaskCountByCandidateGroupResultEntity

public TaskCountByCandidateGroupResultEntity()
Method Detail

getTaskCount

public int getTaskCount()
Description copied from interface: TaskCountByCandidateGroupResult
The number of tasks for a specific group

Specified by:
getTaskCount in interface TaskCountByCandidateGroupResult

getGroupName

public String getGroupName()
Description copied from interface: TaskCountByCandidateGroupResult
The group which as the number of tasks

Specified by:
getGroupName in interface TaskCountByCandidateGroupResult

setTaskCount

public void setTaskCount(int taskCount)

setGroupName

public void setGroupName(String groupName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 camunda services GmbH. All rights reserved.