public class HistoryRecords extends Object
| Constructor and Description |
|---|
HistoryRecords() |
| Modifier and Type | Method and Description |
|---|---|
HistoryRecords |
addHistoryRecordsItem(HistoryRecord historyRecordsItem) |
boolean |
equals(Object o) |
List<HistoryRecord> |
getHistoryRecords()
Get historyRecords
|
int |
hashCode() |
HistoryRecords |
historyRecords(List<HistoryRecord> historyRecords) |
void |
setHistoryRecords(List<HistoryRecord> historyRecords) |
String |
toString() |
public HistoryRecords historyRecords(List<HistoryRecord> historyRecords)
public HistoryRecords addHistoryRecordsItem(HistoryRecord historyRecordsItem)
public List<HistoryRecord> getHistoryRecords()
public void setHistoryRecords(List<HistoryRecord> historyRecords)
Copyright © 2020. All rights reserved.