类 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
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 AbstractPlanCourse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectclone()CoursegetCourse()查询课程.StringgetRemark()备注TermsgetTerms()开课学期,可以是数字,也可以是类似 春、秋的字样。booleanisCompulsory()课程是否必修.voidsetCompulsory(boolean compulsory)设置是否必修voidsetCourse(Course course)设置课程voidsetRemark(String remark)voidsetTerms(Terms terms)-
从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
从接口继承的方法 org.openurp.edu.program.model.PlanCourse
getGroup, setGroup
-
-
-
-
方法详细资料
-
isCompulsory
public boolean isCompulsory()
从接口复制的说明:PlanCourse课程是否必修.- 指定者:
isCompulsory在接口中PlanCourse- 返回:
-
setCompulsory
public void setCompulsory(boolean compulsory)
从接口复制的说明:PlanCourse设置是否必修- 指定者:
setCompulsory在接口中PlanCourse
-
clone
public Object clone() throws CloneNotSupportedException
- 指定者:
clone在接口中PlanCourse- 覆盖:
clone在类中Object- 抛出:
CloneNotSupportedException
-
getCourse
public Course getCourse()
从接口复制的说明:PlanCourse查询课程.- 指定者:
getCourse在接口中PlanCourse- 返回:
-
setCourse
public void setCourse(Course course)
从接口复制的说明:PlanCourse设置课程- 指定者:
setCourse在接口中PlanCourse
-
getRemark
public String getRemark()
从接口复制的说明:PlanCourse备注- 指定者:
getRemark在接口中PlanCourse- 返回:
-
setRemark
public void setRemark(String remark)
- 指定者:
setRemark在接口中PlanCourse
-
getTerms
public Terms getTerms()
从接口复制的说明:PlanCourse开课学期,可以是数字,也可以是类似 春、秋的字样。 和
Semester#getGroup()呼应,用于生成开课计划 如果是多个值,必须用逗号分开,比如: ,1, ,1,2, ,春, ,春,秋,- 指定者:
getTerms在接口中PlanCourse
-
setTerms
public void setTerms(Terms terms)
- 指定者:
setTerms在接口中PlanCourse
-
-