| Package | Description |
|---|---|
| org.optaplanner.examples.meetingscheduling.domain |
| Modifier and Type | Method and Description |
|---|---|
Person |
Attendance.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
MeetingSchedule.getPersonList() |
List<Person> |
Meeting.getSpeakerList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Attendance.setPerson(Person person) |
| Modifier and Type | Method and Description |
|---|---|
void |
MeetingSchedule.setPersonList(List<Person> personList) |
void |
Meeting.setSpeakerList(List<Person> speakerList) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.