Uses of Class
org.openurp.edu.lesson.model.ExamTaker
-
Packages that use ExamTaker Package Description org.openurp.edu.exam.model org.openurp.edu.lesson.model -
-
Uses of ExamTaker in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return ExamTaker Modifier and Type Method Description ExamTakerExamStudent. getTaker()Methods in org.openurp.edu.exam.model that return types with arguments of type ExamTaker Modifier and Type Method Description List<ExamTaker>ExamLesson. getExamTakers()List<ExamTaker>ExamTask. getExamTakers()Methods in org.openurp.edu.exam.model with parameters of type ExamTaker Modifier and Type Method Description voidExamStudent. setTaker(ExamTaker taker)Constructors in org.openurp.edu.exam.model with parameters of type ExamTaker Constructor Description ExamStudent(ExamTaker taker) -
Uses of ExamTaker in org.openurp.edu.lesson.model
Methods in org.openurp.edu.lesson.model that return types with arguments of type ExamTaker Modifier and Type Method Description Set<ExamTaker>Teachclass. getExamTakers()List<ExamTaker>Teachclass. getExamTakers(ExamType examType)Method parameters in org.openurp.edu.lesson.model with type arguments of type ExamTaker Modifier and Type Method Description voidTeachclass. setExamTakers(Set<ExamTaker> examTakers)
-