Class TimetableData

java.lang.Object
TimetableData

public class TimetableData extends Object
The helper TimetableData class.
  • Field Details

    • timetable

      public String[][] timetable
      The timetable itself represented as an String array of arrays of length 2. Formated as [subject, time]
    • timestamp

      public LocalDate timestamp
      The timestamp associated with the timetable.
  • Constructor Details

    • TimetableData

      public TimetableData(String[][] timetable, LocalDate timestamp)
      Constructs a TimetableData object with the given timetable and timestamp.
    • TimetableData

      public TimetableData()
      Constructs a TimetableData object with null timetable and timestamp.