Class OriginalPlanCourse
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.program.plan.model.AbstractPlanCourse
-
- org.openurp.edu.program.plan.model.OriginalPlanCourse
-
- All Implemented Interfaces:
Serializable,Cloneable,org.beangle.commons.entity.Entity<Long>,ExecutePlanCourse,PlanCourse
@Entity(name="org.openurp.edu.program.plan.model.OriginalPlanCourse") public class OriginalPlanCourse extends AbstractPlanCourse implements ExecutePlanCourse
原始计划的计划课程- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.edu.program.plan.model.AbstractPlanCourse
compulsory, course, remark, terms
-
-
Constructor Summary
Constructors Constructor Description OriginalPlanCourse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DepartmentgetDepartment()ExamModegetExamMode()CourseGroupgetGroup()课程组voidsetDepartment(Department department)voidsetExamMode(ExamMode examMode)voidsetGroup(CourseGroup group)-
Methods inherited from class org.openurp.edu.program.plan.model.AbstractPlanCourse
clone, getCourse, getRemark, getTerms, isCompulsory, setCompulsory, setCourse, setRemark, setTerms
-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
Methods inherited from interface org.openurp.edu.program.plan.model.PlanCourse
clone, getCourse, getRemark, getTerms, isCompulsory, setCompulsory, setCourse, setRemark, setTerms
-
-
-
-
Method Detail
-
getGroup
public CourseGroup getGroup()
Description copied from interface:PlanCourse课程组- Specified by:
getGroupin interfacePlanCourse
-
setGroup
public void setGroup(CourseGroup group)
- Specified by:
setGroupin interfacePlanCourse
-
getDepartment
public Department getDepartment()
- Specified by:
getDepartmentin interfaceExecutePlanCourse
-
setDepartment
public void setDepartment(Department department)
- Specified by:
setDepartmentin interfaceExecutePlanCourse
-
getExamMode
public ExamMode getExamMode()
- Specified by:
getExamModein interfaceExecutePlanCourse
-
setExamMode
public void setExamMode(ExamMode examMode)
- Specified by:
setExamModein interfaceExecutePlanCourse
-
-