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()
TaskCountByCandidateGroupResult
getTaskCount
in interface TaskCountByCandidateGroupResult
public String getGroupName()
TaskCountByCandidateGroupResult
getGroupName
in interface TaskCountByCandidateGroupResult
public void setTaskCount(int taskCount)
public void setGroupName(String groupName)
Copyright © 2020. All rights reserved.