public class TaskCommentList extends Object implements ItemList<TaskComment>
| Constructor and Description |
|---|
TaskCommentList() |
TaskCommentList(List<TaskComment> taskComments) |
TaskCommentList(TaskComment[] taskComments) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskComment> |
getItems() |
TaskComment[] |
getTasks() |
void |
setTasks(TaskComment[] taskComments) |
public TaskCommentList()
public TaskCommentList(TaskComment[] taskComments)
public TaskCommentList(List<TaskComment> taskComments)
public TaskComment[] getTasks()
public void setTasks(TaskComment[] taskComments)
public List<TaskComment> getItems()
getItems in interface ItemList<TaskComment>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.