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>Squad. getAllStudents()Set<Student>Squad. 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.clazz.model
Methods in org.openurp.edu.clazz.model that return Student Modifier and Type Method Description StudentCourseTaker. 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)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.fee.model
Methods in org.openurp.edu.fee.model that return Student Modifier and Type Method Description StudentBill. getStd()Methods in org.openurp.edu.fee.model with parameters of type Student Modifier and Type Method Description voidBill. 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.graduation.audit.model
Methods in org.openurp.edu.graduation.audit.model that return Student Modifier and Type Method Description StudentDegreeResult. getStd()StudentGraduateResult. getStd()Methods in org.openurp.edu.graduation.audit.model with parameters of type Student Modifier and Type Method Description voidDegreeResult. setStd(Student std)voidGraduateResult. setStd(Student std) -
Uses of Student in org.openurp.edu.graduation.plan.model
Methods in org.openurp.edu.graduation.plan.model that return Student Modifier and Type Method Description StudentOffsetCredit. getStd()StudentPlanAuditResult. getStd()Methods in org.openurp.edu.graduation.plan.model with parameters of type Student Modifier and Type Method Description voidOffsetCredit. setStd(Student std)voidPlanAuditResult. setStd(Student student)Constructors in org.openurp.edu.graduation.plan.model with parameters of type Student Constructor Description PlanAuditResult(Student student) -
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 StudentStdAlternativeCourse. getStd()StudentStdPlan. getStd()Methods in org.openurp.edu.program.plan.model with parameters of type Student Modifier and Type Method Description voidStdAlternativeCourse. setStd(Student std)voidStdPlan. setStd(Student std) -
Uses of Student in org.openurp.edu.student.alter.model
Methods in org.openurp.edu.student.alter.model that return Student Modifier and Type Method Description StudentStdAlteration. getStd()Methods in org.openurp.edu.student.alter.model with parameters of type Student Modifier and Type Method Description voidStdAlteration. setStd(Student std) -
Uses of Student in org.openurp.edu.student.info.model
Methods in org.openurp.edu.student.info.model that return Student Modifier and Type Method Description StudentStudentInfoBean. getStd()Methods in org.openurp.edu.student.info.model with parameters of type Student Modifier and Type Method Description voidStudentInfoBean. setStd(Student std) -
Uses of Student in org.openurp.edu.student.registration.model
Methods in org.openurp.edu.student.registration.model that return Student Modifier and Type Method Description StudentRegister. getStd()Methods in org.openurp.edu.student.registration.model with parameters of type Student Modifier and Type Method Description voidRegister. setStd(Student std)Constructors in org.openurp.edu.student.registration.model with parameters of type Student Constructor Description Register(Semester semester, Student std)Register(Semester semester, Student std, Timestamp registerAt)
-