| Package | Description |
|---|---|
| org.optaweb.employeerostering.domain.rotation | |
| org.optaweb.employeerostering.domain.rotation.view |
| Modifier and Type | Method and Description |
|---|---|
List<Seat> |
TimeBucket.getSeatList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeBucket.setSeatList(List<Seat> seatList) |
| Constructor and Description |
|---|
TimeBucket(Integer tenantId,
Spot spot,
LocalTime startTime,
LocalTime endTime,
Set<Skill> additionalSkillSet,
Set<DayOfWeek> repeatOnDaySet,
List<Seat> seatList) |
| Constructor and Description |
|---|
SeatView(Seat seat) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.