@Entity(name="org.openurp.edu.program.plan.model.StdCourseGroup") public class StdCourseGroup extends AbstractCourseGroup
courseType, subCount| Constructor and Description |
|---|
StdCourseGroup() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
克隆
|
List<CourseGroup> |
getChildren()
获得子节点集合.
|
Direction |
getDirection() |
String |
getMicroName() |
CourseGroup |
getParent()
获得上级组
|
CoursePlan |
getPlan()
获得课程方案
|
List<PlanCourse> |
getPlanCourses() |
void |
setChildren(List<CourseGroup> children)
设置子节点集合
|
void |
setParent(CourseGroup parent)
设置上级组
|
void |
setPlan(CoursePlan plan)
设置课程方案
|
void |
setPlanCourses(List<PlanCourse> planCourses)
设置组内计划课程
|
addChildGroup, addPlanCourse, addPlanCourses, compareTo, getCourseCount, getCourseType, getCredits, getIndex, getIndexno, getName, getPlanCourses, getRemark, getSubCount, getTermCredits, isCompulsory, removePlanCourse, setCourseCount, setCourseType, setCredits, setIndexno, setRemark, setSubCount, setTermCredits, updateCoursePlanequals, getId, hashCode, isPersisted, isTransient, setIdpublic CoursePlan getPlan()
CourseGrouppublic void setPlan(CoursePlan plan)
CourseGrouppublic CourseGroup getParent()
CourseGrouppublic void setParent(CourseGroup parent)
CourseGroupparent - 上级组public List<CourseGroup> getChildren()
CourseGrouppublic void setChildren(List<CourseGroup> children)
CourseGroupchildren - 子节点集合public List<PlanCourse> getPlanCourses()
public void setPlanCourses(List<PlanCourse> planCourses)
CourseGroupplanCourses - 组内计划课程public Object clone() throws CloneNotSupportedException
CourseGroupclone in interface CourseGroupclone in class AbstractCourseGroupCloneNotSupportedExceptionpublic Direction getDirection()
public String getMicroName()
Copyright © 2014–2019 The OpenURP Software. All rights reserved.