Package de.femtopedia.studip.json
Class Schedule
java.lang.Object
de.femtopedia.studip.json.Schedule
A class representing a Schedule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDay(int day) Helper method for getting the day via Integers.
-
Constructor Details
-
Schedule
public Schedule()
-
-
Method Details
-
getDay
Helper method for getting the day via Integers.- Parameters:
day- The day to get (0 = monday, ..., 6 = sunday)- Returns:
- the schedule of the given day
-