Uses of Class
org.openurp.code.edu.model.ClassroomType
-
Packages that use ClassroomType Package Description org.openurp.edu.base.model org.openurp.edu.exam.model org.openurp.edu.lesson.model -
-
Uses of ClassroomType in org.openurp.edu.base.model
Methods in org.openurp.edu.base.model that return ClassroomType Modifier and Type Method Description ClassroomTypeClassroom. getRoomType()Methods in org.openurp.edu.base.model with parameters of type ClassroomType Modifier and Type Method Description voidClassroom. setRoomType(ClassroomType classroomType) -
Uses of ClassroomType in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return ClassroomType Modifier and Type Method Description ClassroomTypeExamTask. getRoomType()Methods in org.openurp.edu.exam.model with parameters of type ClassroomType Modifier and Type Method Description voidExamTask. setRoomType(ClassroomType roomType) -
Uses of ClassroomType in org.openurp.edu.lesson.model
Methods in org.openurp.edu.lesson.model that return ClassroomType Modifier and Type Method Description ClassroomTypeExamSchedule. getExamRoomType()ClassroomTypeCourseSchedule. getRoomType()Methods in org.openurp.edu.lesson.model with parameters of type ClassroomType Modifier and Type Method Description voidExamSchedule. setExamRoomType(ClassroomType examRoomType)voidCourseSchedule. setRoomType(ClassroomType roomType)
-