Uses of Class
org.openurp.edu.base.code.model.Education
-
Packages that use Education Package Description org.openurp.edu.base.model org.openurp.edu.program.plan.model org.openurp.edu.program.subst.model -
-
Uses of Education in org.openurp.edu.base.model
Methods in org.openurp.edu.base.model that return Education Modifier and Type Method Description EducationDirectionJournal. getEducation()EducationEducationBasedEntity. getEducation()获取培养层次EducationEducationBasedObject. getEducation()EducationMajorCampus. getEducation()EducationMajorJournal. getEducation()EducationProgram. getEducation()Methods in org.openurp.edu.base.model that return types with arguments of type Education Modifier and Type Method Description List<Education>Course. getEducations()List<Education>Major. getEducations()List<Education>Project. getEducations()Set<Education>StudentScope. getEducations()Methods in org.openurp.edu.base.model with parameters of type Education Modifier and Type Method Description voidDirectionJournal. setEducation(Education education)voidEducationBasedEntity. setEducation(Education education)设置培养层次voidEducationBasedObject. setEducation(Education education)voidMajorCampus. setEducation(Education education)voidMajorJournal. setEducation(Education education)voidProgram. setEducation(Education education)Method parameters in org.openurp.edu.base.model with type arguments of type Education Modifier and Type Method Description voidCourse. setEducations(List<Education> educations)voidProject. setEducations(List<Education> educations)voidStudentScope. setEducations(Set<Education> educations)Constructors in org.openurp.edu.base.model with parameters of type Education Constructor Description EducationBasedObject(Education education) -
Uses of Education in org.openurp.edu.program.plan.model
Methods in org.openurp.edu.program.plan.model that return Education Modifier and Type Method Description EducationSharePlan. getEducation()Methods in org.openurp.edu.program.plan.model with parameters of type Education Modifier and Type Method Description voidSharePlan. setEducation(Education education) -
Uses of Education in org.openurp.edu.program.subst.model
Methods in org.openurp.edu.program.subst.model that return Education Modifier and Type Method Description EducationMajorCourseSubstitution. getEducation()Methods in org.openurp.edu.program.subst.model with parameters of type Education Modifier and Type Method Description voidMajorCourseSubstitution. setEducation(Education education)
-