Uses of Class
org.openurp.edu.base.model.Teacher
-
Packages that use Teacher Package Description org.openurp.edu.base.model org.openurp.edu.clazz.model org.openurp.edu.exam.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 TeacherSquad. getTutor()TeacherStudent. getTutor()Methods in org.openurp.edu.base.model with parameters of type Teacher Modifier and Type Method Description voidSquad. setTutor(Teacher tutor)voidStudent. setTutor(Teacher tutor) -
Uses of Teacher in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return types with arguments of type Teacher Modifier and Type Method Description List<Teacher>Clazz. getTeachers()Set<Teacher>Session. getTeachers()Method parameters in org.openurp.edu.clazz.model with type arguments of type Teacher Modifier and Type Method Description voidClazz. setTeachers(List<Teacher> teachers)voidSession. setTeachers(Set<Teacher> teachers)Constructors in org.openurp.edu.clazz.model with parameters of type Teacher Constructor Description Session(Teacher teacher, Classroom room, WeekTime time) -
Uses of Teacher in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return Teacher Modifier and Type Method Description TeacherInvigilationClazzQuota. getTeacher()Methods in org.openurp.edu.exam.model with parameters of type Teacher Modifier and Type Method Description voidInvigilationClazzQuota. setTeacher(Teacher teacher)Constructors in org.openurp.edu.exam.model with parameters of type Teacher Constructor Description InvigilationClazzQuota(Clazz clazz, Teacher teacher)
-