Package | Description |
---|---|
org.optaplanner.examples.examination.domain |
Modifier and Type | Field and Description |
---|---|
protected List<FollowingExam> |
LeadingExam.followingExamList |
Modifier and Type | Method and Description |
---|---|
FollowingExam |
FollowingExam.withId(long id) |
FollowingExam |
FollowingExam.withLeadingExam(LeadingExam leadingExam) |
FollowingExam |
FollowingExam.withPeriod(Period period) |
FollowingExam |
FollowingExam.withRoom(Room room) |
FollowingExam |
FollowingExam.withTopic(Topic topic) |
Modifier and Type | Method and Description |
---|---|
List<FollowingExam> |
LeadingExam.getFollowingExamList() |
Modifier and Type | Method and Description |
---|---|
void |
LeadingExam.setFollowingExamList(List<FollowingExam> followingExamList) |
LeadingExam |
LeadingExam.withFollowingExamList(List<FollowingExam> followingExamList) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.