public class TaskCountByCandidateGroupResultEntity extends Object implements TaskCountByCandidateGroupResult
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
groupName  | 
protected int | 
taskCount  | 
| Constructor and Description | 
|---|
TaskCountByCandidateGroupResultEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
protected int taskCount
protected String groupName
public TaskCountByCandidateGroupResultEntity()
public int getTaskCount()
TaskCountByCandidateGroupResultgetTaskCount in interface TaskCountByCandidateGroupResultpublic String getGroupName()
TaskCountByCandidateGroupResultgetGroupName in interface TaskCountByCandidateGroupResultpublic void setTaskCount(int taskCount)
public void setGroupName(String groupName)
Copyright © 2019. All rights reserved.