public class Lecture extends AbstractPersistable
id| Constructor and Description |
|---|
Lecture() |
| Modifier and Type | Method and Description |
|---|---|
Course |
getCourse() |
List<Curriculum> |
getCurriculumList() |
Day |
getDay() |
String |
getLabel() |
int |
getLectureIndexInCourse() |
Period |
getPeriod() |
Room |
getRoom() |
int |
getStudentSize() |
Teacher |
getTeacher() |
int |
getTimeslotIndex() |
boolean |
isPinned() |
void |
setCourse(Course course) |
void |
setLectureIndexInCourse(int lectureIndexInCourse) |
void |
setPeriod(Period period) |
void |
setPinned(boolean pinned) |
void |
setRoom(Room room) |
String |
toString() |
getId, setIdpublic Course getCourse()
public void setCourse(Course course)
public int getLectureIndexInCourse()
public void setLectureIndexInCourse(int lectureIndexInCourse)
public boolean isPinned()
public void setPinned(boolean pinned)
public Period getPeriod()
public void setPeriod(Period period)
public Room getRoom()
public void setRoom(Room room)
public Teacher getTeacher()
public int getStudentSize()
public List<Curriculum> getCurriculumList()
public Day getDay()
public int getTimeslotIndex()
public String getLabel()
public String toString()
toString in class AbstractPersistableCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.