Package org.openurp.edu.program.model
Class SharePlanCourse
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.program.model.SharePlanCourse
-
- All Implemented Interfaces:
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
公共共享课程组课程- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SharePlanCourse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Field Detail
-
course
@NotNull protected Course course
课程
-
terms
@NotNull protected Terms terms
开课学期
-
group
protected ShareCourseGroup group
共享课程组
-
-
Method Detail
-
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
- Overrides:
clonein classObject- Throws:
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)
-
-