| Package | Description |
|---|---|
| se.walkercrou.places |
| Modifier and Type | Method and Description |
|---|---|
protected Hours.Period |
Hours.Period.setClosingDay(Day closingDay)
Sets the day this period closes.
|
protected Hours.Period |
Hours.Period.setClosingTime(String closingTime)
Sets the closing time of this period.
|
protected Hours.Period |
Hours.Period.setOpeningDay(Day openingDay)
Sets the day this period opens.
|
protected Hours.Period |
Hours.Period.setOpeningTime(String openingTime)
Sets the time this period opens.
|
| Modifier and Type | Method and Description |
|---|---|
List<Hours.Period> |
Hours.getPeriods()
Returns an unmodifiable list of all the periods of operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Hours |
Hours.addPeriod(Hours.Period period)
Adds a period to this schedule's list of periods.
|
Copyright © 2014–2015. All rights reserved.