Class StdPlanCourse
- 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.StdPlanCourse
-
- All Implemented Interfaces:
Serializable,Cloneable,org.beangle.commons.entity.Entity<Long>,PlanCourse
@Entity(name="org.openurp.edu.program.plan.model.StdPlanCourse") public class StdPlanCourse extends AbstractPlanCourse
个人计划的课程- 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 StdPlanCourse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CourseGroupgetGroup()课程组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
-
-
-
-
Method Detail
-
getGroup
public CourseGroup getGroup()
Description copied from interface:PlanCourse课程组
-
setGroup
public void setGroup(CourseGroup group)
-
-