Package | Description |
---|---|
be.ac.ulb.infof307.g02.models | |
be.ac.ulb.infof307.g02.views |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DaySchedule> |
Schedule.daySchedules
The DaySchedules that make up the schedule
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DaySchedule> |
Shop.getDaySchedules() |
java.util.List<DaySchedule> |
Schedule.getDaySchedules()
Returns a copy of the time slots of the schedule, organized by day.
|
Constructor and Description |
---|
DaySchedule(DaySchedule daySchedule)
Copy constructor.
|
Constructor and Description |
---|
Schedule(java.util.List<DaySchedule> daySchedules) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
MapComponent.createDayScheduleString(DaySchedule daySchedule)
Create a string representing the schedule for a day.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MapComponent.createHTMLSchedule(java.util.List<DaySchedule> daySchedules)
Creates an html schedule
|