类 MajorCourseGroup

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.program.model.AbstractCourseGroup
org.openurp.edu.program.model.MajorCourseGroup
所有已实现的接口:
Serializable, Cloneable, Comparable<CourseGroup>, org.beangle.commons.entity.Entity<Long>, CourseGroup

@Entity(name="org.openurp.edu.program.model.MajorCourseGroup") public class MajorCourseGroup extends AbstractCourseGroup
原始计划的课程组
另请参阅:
  • 构造器详细资料

    • MajorCourseGroup

      public MajorCourseGroup()
  • 方法详细资料

    • getPlan

      public CoursePlan getPlan()
      从接口复制的说明: CourseGroup
      获得课程方案
      返回:
      课程方案
    • setPlan

      public void setPlan(CoursePlan plan)
      从接口复制的说明: CourseGroup
      设置课程方案
      参数:
      plan - 课程方案
    • getParent

      public CourseGroup getParent()
      从接口复制的说明: CourseGroup
      获得上级组
      返回:
      上级组
    • setParent

      public void setParent(CourseGroup parent)
      从接口复制的说明: CourseGroup
      设置上级组
      参数:
      parent - 上级组
    • getChildren

      public List<CourseGroup> getChildren()
      从接口复制的说明: CourseGroup
      获得子节点集合.
      返回:
      子节点集合
    • setChildren

      public void setChildren(List<CourseGroup> children)
      从接口复制的说明: CourseGroup
      设置子节点集合
      参数:
      children - 子节点集合
    • getPlanCourses

      public List<PlanCourse> getPlanCourses()
    • setPlanCourses

      public void setPlanCourses(List<PlanCourse> planCourses)
      从接口复制的说明: CourseGroup
      设置组内计划课程
      参数:
      planCourses - 组内计划课程
    • getDirection

      public Direction getDirection()
    • setDirection

      public void setDirection(Direction direction)