Uses of Class
org.openurp.edu.program.model.ShareCourseGroup
| Package | Description |
|---|---|
| org.openurp.edu.program.model |
-
Uses of ShareCourseGroup in org.openurp.edu.program.model
Fields in org.openurp.edu.program.model declared as ShareCourseGroup Modifier and Type Field Description protected ShareCourseGroupSharePlanCourse. group共享课程组Fields in org.openurp.edu.program.model with type parameters of type ShareCourseGroup Modifier and Type Field Description protected List<ShareCourseGroup>SharePlan. groups共享课程组Methods in org.openurp.edu.program.model that return ShareCourseGroup Modifier and Type Method Description ShareCourseGroupSharePlanCourse. getGroup()ShareCourseGroupShareCourseGroup. getParent()Methods in org.openurp.edu.program.model that return types with arguments of type ShareCourseGroup Modifier and Type Method Description List<ShareCourseGroup>ShareCourseGroup. getChildren()List<ShareCourseGroup>SharePlan. getGroups()List<ShareCourseGroup>SharePlan. getTopCourseGroups()Methods in org.openurp.edu.program.model with parameters of type ShareCourseGroup Modifier and Type Method Description voidSharePlan. addGroup(ShareCourseGroup group)voidSharePlanCourse. setGroup(ShareCourseGroup group)voidShareCourseGroup. setParent(ShareCourseGroup parent)Method parameters in org.openurp.edu.program.model with type arguments of type ShareCourseGroup Modifier and Type Method Description voidShareCourseGroup. setChildren(List<ShareCourseGroup> children)voidSharePlan. setGroups(List<ShareCourseGroup> groups)