类 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
公共共享课程组课程
- 另请参阅:
-
字段概要
字段从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明clone()getGroup()getStage()getTerms()org.beangle.orm.hibernate.udt.WeekStatevoidvoidsetDepartment(Department department) voidsetExamMode(ExamMode examMode) voidsetGroup(ShareCourseGroup group) voidsetStage(CalendarStage stage) voidvoidsetWeekstate(org.beangle.orm.hibernate.udt.WeekState weekstate) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
字段详细资料
-
course
课程 -
terms
开课学期 -
group
共享课程组
-
-
构造器详细资料
-
SharePlanCourse
public SharePlanCourse()
-
-
方法详细资料
-
getGroup
-
getWeekstate
public org.beangle.orm.hibernate.udt.WeekState getWeekstate() -
setWeekstate
public void setWeekstate(org.beangle.orm.hibernate.udt.WeekState weekstate) -
getCourse
-
setCourse
-
getTerms
-
setTerms
-
clone
- 覆盖:
clone在类中Object- 抛出:
CloneNotSupportedException
-
getDepartment
-
setDepartment
-
getExamMode
-
setExamMode
-
getStage
-
setStage
-