类 AbstractPlanCourse

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.program.model.AbstractPlanCourse
所有已实现的接口:
Serializable, Cloneable, org.beangle.commons.entity.Entity<Long>, PlanCourse
直接已知子类:
ExecutionPlanCourse, MajorPlanCourse, StdPlanCourse

@MappedSuperclass public abstract class AbstractPlanCourse extends org.beangle.commons.entity.pojo.LongIdObject implements PlanCourse, Cloneable
抽象计划内课程

从以下版本开始:
2009
另请参阅:
  • 字段详细资料

    • course

      @NotNull protected Course course
      课程
    • terms

      @NotNull protected Terms terms
      开课学期
    • compulsory

      protected boolean compulsory
      是否必修
    • remark

      @Size(max=500) protected String remark
      备注
  • 构造器详细资料

    • AbstractPlanCourse

      public AbstractPlanCourse()
  • 方法详细资料