public class FollowingExam extends Exam
Modifier and Type | Field and Description |
---|---|
protected LeadingExam |
leadingExam |
protected Period |
period |
id
Constructor and Description |
---|
FollowingExam() |
Modifier and Type | Method and Description |
---|---|
LeadingExam |
getLeadingExam() |
Period |
getPeriod() |
void |
setLeadingExam(LeadingExam leadingExam) |
void |
setPeriod(Period period) |
FollowingExam |
withId(long id) |
FollowingExam |
withLeadingExam(LeadingExam leadingExam) |
FollowingExam |
withPeriod(Period period) |
FollowingExam |
withRoom(Room room) |
FollowingExam |
withTopic(Topic topic) |
getDayIndex, getLabel, getPeriodDuration, getPeriodIndex, getRoom, getTopic, getTopicDuration, getTopicStudentSize, isPeriodFrontLoadLast, isTopicFrontLoadLarge, setRoom, setTopic, toString
getId, setId
protected LeadingExam leadingExam
protected Period period
public LeadingExam getLeadingExam()
public void setLeadingExam(LeadingExam leadingExam)
public void setPeriod(Period period)
public FollowingExam withId(long id)
public FollowingExam withTopic(Topic topic)
public FollowingExam withRoom(Room room)
public FollowingExam withPeriod(Period period)
public FollowingExam withLeadingExam(LeadingExam leadingExam)
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.