Uses of Class
org.openurp.edu.exam.model.ExamRoom
Packages that use ExamRoom
-
Uses of ExamRoom in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return ExamRoomMethods in org.openurp.edu.exam.model that return types with arguments of type ExamRoomMethods in org.openurp.edu.exam.model with parameters of type ExamRoomModifier and TypeMethodDescriptionbooleanExamRoom.isSameExcept(ExamRoom other, boolean room)不计较年份,比较是否是相近的考试活动.voidExamTaker.setExamRoom(ExamRoom examRoom)voidInvigilation.setExamRoom(ExamRoom examRoom)Method parameters in org.openurp.edu.exam.model with type arguments of type ExamRoomConstructors in org.openurp.edu.exam.model with parameters of type ExamRoomModifierConstructorDescriptionInvigilation(ExamRoom examRoom, String teacherName, Department department)Invigilation(ExamRoom examRoom, User user, Department department)