Package | Description |
---|---|
org.optaplanner.examples.dinnerparty.domain |
Modifier and Type | Method and Description |
---|---|
Guest |
SeatDesignation.getGuest() |
Guest |
HobbyPractician.getGuest() |
Modifier and Type | Method and Description |
---|---|
List<Guest> |
DinnerParty.getGuestList() |
Modifier and Type | Method and Description |
---|---|
void |
SeatDesignation.setGuest(Guest guest) |
void |
HobbyPractician.setGuest(Guest guest) |
Modifier and Type | Method and Description |
---|---|
void |
DinnerParty.setGuestList(List<Guest> guestList) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.