Uses of Class
org.openurp.edu.base.model.Teacher
-
Packages that use Teacher Package Description org.openurp.edu.base.model org.openurp.edu.exam.model org.openurp.edu.lesson.model -
-
Uses of Teacher in org.openurp.edu.base.model
Fields in org.openurp.edu.base.model declared as Teacher Modifier and Type Field Description protected TeacherStudent. tutor导师Methods in org.openurp.edu.base.model that return Teacher Modifier and Type Method Description TeacherAdminclass. getTutor()TeacherStudent. getTutor()Methods in org.openurp.edu.base.model with parameters of type Teacher Modifier and Type Method Description voidAdminclass. setTutor(Teacher tutor)voidStudent. setTutor(Teacher tutor) -
Uses of Teacher in org.openurp.edu.exam.model
Fields in org.openurp.edu.exam.model declared as Teacher Modifier and Type Field Description protected TeacherExamRoom. examiner主考教师protected TeacherInvigilation. teacher监考老师Methods in org.openurp.edu.exam.model that return Teacher Modifier and Type Method Description TeacherExamRoom. getExaminer()TeacherInvigilation. getTeacher()TeacherInvigilationLessonQuota. getTeacher()TeacherInvigilator. getTeacher()Methods in org.openurp.edu.exam.model that return types with arguments of type Teacher Modifier and Type Method Description List<Teacher>ExamActivity. getExaminers()返回主考老师Methods in org.openurp.edu.exam.model with parameters of type Teacher Modifier and Type Method Description voidExamRoom. setExaminer(Teacher examiner)voidInvigilation. setTeacher(Teacher teacher)voidInvigilationLessonQuota. setTeacher(Teacher teacher)voidInvigilator. setTeacher(Teacher teacher)Constructors in org.openurp.edu.exam.model with parameters of type Teacher Constructor Description Invigilation(ExamRoom examRoom, Teacher teacher, Department department)InvigilationLessonQuota(Lesson lesson, Teacher teacher) -
Uses of Teacher in org.openurp.edu.lesson.model
Methods in org.openurp.edu.lesson.model that return types with arguments of type Teacher Modifier and Type Method Description Set<Teacher>CourseActivity. getTeachers()List<Teacher>Lesson. getTeachers()Method parameters in org.openurp.edu.lesson.model with type arguments of type Teacher Modifier and Type Method Description voidCourseActivity. setTeachers(Set<Teacher> teachers)voidLesson. setTeachers(List<Teacher> teachers)Constructors in org.openurp.edu.lesson.model with parameters of type Teacher Constructor Description CourseActivity(Teacher teacher, Classroom room, WeekTime time)
-