public class LeadingExam extends Exam
| Modifier and Type | Field and Description |
|---|---|
protected List<FollowingExam> |
followingExamList |
protected Period |
period |
id| Constructor and Description |
|---|
LeadingExam() |
| Modifier and Type | Method and Description |
|---|---|
List<FollowingExam> |
getFollowingExamList() |
Period |
getPeriod() |
void |
setFollowingExamList(List<FollowingExam> followingExamList) |
void |
setPeriod(Period period) |
getDayIndex, getLabel, getPeriodDuration, getPeriodIndex, getRoom, getTopic, getTopicDuration, getTopicStudentSize, isPeriodFrontLoadLast, isTopicFrontLoadLarge, setRoom, setTopic, toStringcompareTo, getId, setIdprotected List<FollowingExam> followingExamList
protected Period period
public List<FollowingExam> getFollowingExamList()
public void setFollowingExamList(List<FollowingExam> followingExamList)
public void setPeriod(Period period)
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.