-
- All Implemented Interfaces:
public final class PTRPoiDaySchedule
The key for the map indicates day. 0->Monday, 1-> Tuesday, etc.
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<Integer, List<PTRPoiTimeSlot>>
mapOfTimeSlots
-
Constructor Summary
Constructors Constructor Description PTRPoiDaySchedule(Map<Integer, List<PTRPoiTimeSlot>> mapOfTimeSlots)
-
Method Summary
Modifier and Type Method Description final Map<Integer, List<PTRPoiTimeSlot>>
getMapOfTimeSlots()
-
-
Constructor Detail
-
PTRPoiDaySchedule
PTRPoiDaySchedule(Map<Integer, List<PTRPoiTimeSlot>> mapOfTimeSlots)
-
-
Method Detail
-
getMapOfTimeSlots
final Map<Integer, List<PTRPoiTimeSlot>> getMapOfTimeSlots()
-
-
-
-