public class TaskHistoryList extends Object
| Constructor and Description |
|---|
TaskHistoryList() |
| Modifier and Type | Method and Description |
|---|---|
TaskHistoryList |
addHistoryItem(TaskHistory historyItem) |
boolean |
equals(Object o) |
List<TaskHistory> |
getHistory() |
int |
hashCode() |
TaskHistoryList |
history(List<TaskHistory> history) |
void |
setHistory(List<TaskHistory> history) |
String |
toString() |
public TaskHistoryList history(List<TaskHistory> history)
public TaskHistoryList addHistoryItem(TaskHistory historyItem)
public List<TaskHistory> getHistory()
public void setHistory(List<TaskHistory> history)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.