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