Uses of Class
org.openurp.edu.program.model.SharePlanCourse
-
Packages that use SharePlanCourse Package Description org.openurp.edu.program.model -
-
Uses of SharePlanCourse in org.openurp.edu.program.model
Fields in org.openurp.edu.program.model with type parameters of type SharePlanCourse Modifier and Type Field Description protected List<SharePlanCourse>ShareCourseGroup. planCourses课程列表Methods in org.openurp.edu.program.model that return types with arguments of type SharePlanCourse Modifier and Type Method Description List<SharePlanCourse>ShareCourseGroup. getPlanCourses()Methods in org.openurp.edu.program.model with parameters of type SharePlanCourse Modifier and Type Method Description voidShareCourseGroup. addPlanCourse(SharePlanCourse planCourse)Method parameters in org.openurp.edu.program.model with type arguments of type SharePlanCourse Modifier and Type Method Description voidShareCourseGroup. addPlanCourses(List<SharePlanCourse> givenPlanCourses)添加计划课程voidShareCourseGroup. setPlanCourses(List<SharePlanCourse> planCourses)
-