Uses of Class
org.openurp.edu.exam.model.ExamStudent
-
Packages that use ExamStudent Package Description org.openurp.edu.exam.model -
-
Uses of ExamStudent in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return types with arguments of type ExamStudent Modifier and Type Method Description Map<Course,List<ExamStudent>>ExamRoom. getCourseStds()List<ExamStudent>ExamActivity. getExamStudents()得到类型和学期一致的考试的名单Set<ExamStudent>ExamRoom. getExamStudents()Methods in org.openurp.edu.exam.model with parameters of type ExamStudent Modifier and Type Method Description voidExamRoom. addExamStudent(ExamStudent taker)Method parameters in org.openurp.edu.exam.model with type arguments of type ExamStudent Modifier and Type Method Description voidExamActivity. setExamStudents(List<ExamStudent> examStudents)voidExamRoom. setExamStudents(Set<ExamStudent> examStudents)
-