Uses of Class
org.openurp.base.edu.model.Student
-
Uses of Student in org.openurp.base.edu.model
Methods in org.openurp.base.edu.model that return Student Modifier and Type Method Description StudentStudentBasedEntity. getStd()StudentStudentState. getStd()Methods in org.openurp.base.edu.model that return types with arguments of type Student Modifier and Type Method Description Set<Student>Squad. getAllStudents()Set<Student>Squad. getStudents(Date date) -
Uses of Student in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return Student Modifier and Type Method Description StudentCourseTaker. getStd()StudentStdCourseAbility. getStd()Methods in org.openurp.edu.clazz.model with parameters of type Student Modifier and Type Method Description CourseTakerEnrollment. getCourseTaker(Student std)voidCourseTaker. setStd(Student std)voidStdCourseAbility. setStd(Student std)Constructors in org.openurp.edu.clazz.model with parameters of type Student Constructor Description CourseTaker(Clazz task, Student student, CourseTakeType courseTakeType) -
Uses of Student in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return Student Modifier and Type Method Description StudentExamTaker. getStd()Methods in org.openurp.edu.exam.model with parameters of type Student Modifier and Type Method Description voidExamTaker. 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.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.grade.plan.model
Methods in org.openurp.edu.grade.plan.model that return Student Modifier and Type Method Description StudentPlanAuditResult. getStd()Methods in org.openurp.edu.grade.plan.model with parameters of type Student Modifier and Type Method Description voidPlanAuditResult. setStd(Student student)Constructors in org.openurp.edu.grade.plan.model with parameters of type Student Constructor Description PlanAuditResult(Student student) -
Uses of Student in org.openurp.edu.program.model
-
Uses of Student in org.openurp.std.alter.model
Methods in org.openurp.std.alter.model that return Student Modifier and Type Method Description StudentStdAlteration. getStd()Methods in org.openurp.std.alter.model with parameters of type Student Modifier and Type Method Description voidStdAlteration. setStd(Student std) -
Uses of Student in org.openurp.std.award
Fields in org.openurp.std.award declared as Student Modifier and Type Field Description protected StudentPunishment. std学生Methods in org.openurp.std.award that return Student Modifier and Type Method Description StudentPunishment. getStd()Methods in org.openurp.std.award with parameters of type Student Modifier and Type Method Description voidPunishment. setStd(Student std) -
Uses of Student in org.openurp.std.fee.model
Methods in org.openurp.std.fee.model that return Student Modifier and Type Method Description StudentBill. getStd()Methods in org.openurp.std.fee.model with parameters of type Student Modifier and Type Method Description voidBill. setStd(Student std) -
Uses of Student in org.openurp.std.graduation.model
-
Uses of Student in org.openurp.std.info.model
Methods in org.openurp.std.info.model that return Student Modifier and Type Method Description StudentStudentInfoBean. getStd()Methods in org.openurp.std.info.model with parameters of type Student Modifier and Type Method Description voidStudentInfoBean. setStd(Student std) -
Uses of Student in org.openurp.std.register.model
Methods in org.openurp.std.register.model that return Student Modifier and Type Method Description StudentRegister. getStd()Methods in org.openurp.std.register.model with parameters of type Student Modifier and Type Method Description voidRegister. setStd(Student std)