Uses of Class
org.openurp.base.model.User
-
Packages that use User Package Description org.openurp.edu.base.model org.openurp.edu.exam.model org.openurp.edu.grade.course.model -
-
Uses of User in org.openurp.edu.base.model
Fields in org.openurp.edu.base.model declared as User Modifier and Type Field Description protected UserInstructor. user人员信息protected UserStudent. user用户protected UserTeacher. userMethods in org.openurp.edu.base.model that return User Modifier and Type Method Description UserInstructor. getUser()UserStudent. getUser()UserTeacher. getUser()Methods in org.openurp.edu.base.model with parameters of type User Modifier and Type Method Description voidInstructor. setUser(User user)voidStudent. setUser(User user)voidTeacher. setUser(User user) -
Uses of User in org.openurp.edu.exam.model
Fields in org.openurp.edu.exam.model declared as User Modifier and Type Field Description protected UserInvigilation. invigilator监考老师Methods in org.openurp.edu.exam.model that return User Modifier and Type Method Description UserInvigilation. getInvigilator()UserInvigilationQuota. getInvigilator()Methods in org.openurp.edu.exam.model with parameters of type User Modifier and Type Method Description voidInvigilation. setInvigilator(User invigilator)voidInvigilationQuota. setInvigilator(User invigilator)Constructors in org.openurp.edu.exam.model with parameters of type User Constructor Description Invigilation(ExamRoom examRoom, User user, Department department) -
Uses of User in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return User Modifier and Type Method Description UserCourseGradeState. getExtraInputer()Methods in org.openurp.edu.grade.course.model with parameters of type User Modifier and Type Method Description voidCourseGradeState. setExtraInputer(User extraInputer)
-