类 SharePlanCourse
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.program.model.SharePlanCourse
-
- 所有已实现的接口:
Serializable,Cloneable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.program.model.SharePlanCourse") public class SharePlanCourse extends org.beangle.commons.entity.pojo.LongIdObject implements Cloneable
公共共享课程组课程- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 SharePlanCourse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectclone()CoursegetCourse()DepartmentgetDepartment()ExamModegetExamMode()ShareCourseGroupgetGroup()CalendarStagegetStage()TermsgetTerms()WeekStategetWeekstate()voidsetCourse(Course course)voidsetDepartment(Department department)voidsetExamMode(ExamMode examMode)voidsetGroup(ShareCourseGroup group)voidsetStage(CalendarStage stage)voidsetTerms(Terms terms)voidsetWeekstate(WeekState weekstate)
-
-
-
字段详细资料
-
course
@NotNull protected Course course
课程
-
terms
@NotNull protected Terms terms
开课学期
-
group
protected ShareCourseGroup group
共享课程组
-
-
方法详细资料
-
getGroup
public ShareCourseGroup getGroup()
-
setGroup
public void setGroup(ShareCourseGroup group)
-
getWeekstate
public WeekState getWeekstate()
-
setWeekstate
public void setWeekstate(WeekState weekstate)
-
getCourse
public Course getCourse()
-
setCourse
public void setCourse(Course course)
-
getTerms
public Terms getTerms()
-
setTerms
public void setTerms(Terms terms)
-
clone
public Object clone() throws CloneNotSupportedException
- 覆盖:
clone在类中Object- 抛出:
CloneNotSupportedException
-
getDepartment
public Department getDepartment()
-
setDepartment
public void setDepartment(Department department)
-
getExamMode
public ExamMode getExamMode()
-
setExamMode
public void setExamMode(ExamMode examMode)
-
getStage
public CalendarStage getStage()
-
setStage
public void setStage(CalendarStage stage)
-
-