Class TimetableData
java.lang.Object
TimetableData
The helper TimetableData class.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConstructs a TimetableData object with null timetable and timestamp.TimetableData
(String[][] timetable, LocalDate timestamp) Constructs a TimetableData object with the given timetable and timestamp. -
Method Summary
-
Field Details
-
timetable
The timetable itself represented as an String array of arrays of length 2. Formated as [subject, time] -
timestamp
The timestamp associated with the timetable.
-
-
Constructor Details
-
TimetableData
Constructs a TimetableData object with the given timetable and timestamp. -
TimetableData
public TimetableData()Constructs a TimetableData object with null timetable and timestamp.
-