Class HistoryRecords


  • public class HistoryRecords
    extends Object
    HistoryRecords
    • Constructor Detail

      • HistoryRecords

        public HistoryRecords()
    • Method Detail

      • historyRecords

        public HistoryRecords historyRecords​(List<HistoryRecord> historyRecords)
        historyRecords
        Parameters:
        historyRecords - List<HistoryRecord>
        Returns:
        HistoryRecords
      • addHistoryRecordsItem

        public HistoryRecords addHistoryRecordsItem​(HistoryRecord historyRecordsItem)
        historyRecords
        Parameters:
        historyRecordsItem - HistoryRecord
        Returns:
        HistoryRecords
      • getHistoryRecords

        public List<HistoryRecord> getHistoryRecords()
        Get historyRecords
        Returns:
        historyRecords
      • setHistoryRecords

        public void setHistoryRecords​(List<HistoryRecord> historyRecords)
        historyRecords
        Parameters:
        historyRecords - List<HistoryRecord>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object