Uses of Class
org.openurp.base.edu.model.Teacher
| Package | Description |
|---|---|
| org.openurp.base.edu.model | |
| org.openurp.edu.clazz.model | |
| org.openurp.edu.exam.model |
-
Uses of Teacher in org.openurp.base.edu.model
Fields in org.openurp.base.edu.model declared as Teacher Modifier and Type Field Description protected TeacherStudent. 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>Lesson. 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)voidLesson. setTeachers(Set<Teacher> teachers)voidSession. setTeachers(Set<Teacher> teachers) -
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)