Uses of Class
org.openurp.edu.base.model.Student
-
-
Uses of Student in org.openurp.edu.base.model
Methods in org.openurp.edu.base.model that return Student Modifier and Type Method Description StudentStdCourseAbility. getStd()StudentStudentBasedEntity. getStd()StudentStudentState. getStd()Methods in org.openurp.edu.base.model that return types with arguments of type Student Modifier and Type Method Description Set<Student>Adminclass. getAllStudents()Set<Student>Adminclass. getStudents(Date date)Methods in org.openurp.edu.base.model with parameters of type Student Modifier and Type Method Description voidStdCourseAbility. setStd(Student std)voidStudentBasedEntity. setStd(Student std)voidStudentState. setStd(Student std) -
Uses of Student in org.openurp.edu.grade
Fields in org.openurp.edu.grade declared as Student Modifier and Type Field Description protected StudentAbstractGrade. std学生Methods in org.openurp.edu.grade that return Student Modifier and Type Method Description StudentAbstractGrade. getStd()StudentGrade. getStd()Methods in org.openurp.edu.grade with parameters of type Student Modifier and Type Method Description voidAbstractGrade. setStd(Student std) -
Uses of Student in org.openurp.edu.grade.audit.model
Methods in org.openurp.edu.grade.audit.model that return Student Modifier and Type Method Description StudentPlanAuditResult. getStd()Methods in org.openurp.edu.grade.audit.model with parameters of type Student Modifier and Type Method Description voidPlanAuditResult. setStd(Student student)Constructors in org.openurp.edu.grade.audit.model with parameters of type Student Constructor Description PlanAuditResult(Student student) -
Uses of Student in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return Student Modifier and Type Method Description StudentExamGrade. getStd()StudentGaGrade. getStd()StudentStdGpa. getStd()Methods in org.openurp.edu.grade.course.model with parameters of type Student Modifier and Type Method Description voidStdGpa. setStd(Student student)Constructors in org.openurp.edu.grade.course.model with parameters of type Student Constructor Description StdGpa(Student std) -
Uses of Student in org.openurp.edu.lesson.model
Methods in org.openurp.edu.lesson.model that return Student Modifier and Type Method Description StudentCourseTaker. getStd()StudentExamTaker. getStd()Methods in org.openurp.edu.lesson.model with parameters of type Student Modifier and Type Method Description CourseTakerTeachclass. getCourseTaker(Student std)voidCourseTaker. setStd(Student std)voidExamTaker. setStd(Student std)Constructors in org.openurp.edu.lesson.model with parameters of type Student Constructor Description CourseTaker(Lesson task, Student student, CourseTakeType courseTakeType) -
Uses of Student in org.openurp.edu.program.plan.model
Methods in org.openurp.edu.program.plan.model that return Student Modifier and Type Method Description StudentStdPlan. getStd()Methods in org.openurp.edu.program.plan.model with parameters of type Student Modifier and Type Method Description voidStdPlan. setStd(Student std) -
Uses of Student in org.openurp.edu.program.subst.model
Methods in org.openurp.edu.program.subst.model that return Student Modifier and Type Method Description StudentStdCourseSubstitution. getStd()Methods in org.openurp.edu.program.subst.model with parameters of type Student Modifier and Type Method Description voidStdCourseSubstitution. setStd(Student std)
-