类 ExecutionPlan
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.program.model.AbstractCoursePlan
-
- org.openurp.edu.program.model.ExecutionPlan
-
- 所有已实现的接口:
Serializable,Cloneable,org.beangle.commons.entity.Entity<Long>,CoursePlan
@Entity(name="org.openurp.edu.program.model.ExecutionPlan") public class ExecutionPlan extends AbstractCoursePlan
专业计划- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.openurp.edu.program.model.AbstractCoursePlan
program
-
-
构造器概要
构造器 构造器 说明 ExecutionPlan()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectclone()DategetBeginOn()获得生效时间CampusgetCampus()List<ExecutionPlanComment>getComments()DepartmentgetDepartment()DategetEndOn()获得失效时间List<CourseGroup>getGroups()获得计划课程组StdTypegetStdType()voidsetCampus(Campus campus)voidsetComments(List<ExecutionPlanComment> comments)voidsetDepartment(Department department)voidsetGroups(List<CourseGroup> groups)设置计划课程组voidsetStdType(StdType stdType)StringtoString()-
从类继承的方法 org.openurp.edu.program.model.AbstractCoursePlan
addGroup, getCredits, getEndTerm, getGroup, getProgram, getStartTerm, getStatus, getTermsCount, getTopCourseGroups, getUpdatedAt, isNumericTerm, setBeginOn, setCredits, setEndOn, setEndTerm, setProgram, setStartTerm, setStatus, setUpdatedAt
-
-
-
-
方法详细资料
-
getGroups
public List<CourseGroup> getGroups()
从接口复制的说明:CoursePlan获得计划课程组- 返回:
- 计划课程组
-
setGroups
public void setGroups(List<CourseGroup> groups)
从接口复制的说明:CoursePlan设置计划课程组- 参数:
groups- 计划课程组
-
clone
public Object clone() throws CloneNotSupportedException
- 覆盖:
clone在类中Object- 抛出:
CloneNotSupportedException
-
getCampus
public Campus getCampus()
-
setCampus
public void setCampus(Campus campus)
-
getDepartment
public Department getDepartment()
-
setDepartment
public void setDepartment(Department department)
-
getStdType
public StdType getStdType()
-
setStdType
public void setStdType(StdType stdType)
-
getComments
public List<ExecutionPlanComment> getComments()
-
setComments
public void setComments(List<ExecutionPlanComment> comments)
-
getBeginOn
public Date getBeginOn()
从接口复制的说明:CoursePlan获得生效时间- 指定者:
getBeginOn在接口中CoursePlan- 覆盖:
getBeginOn在类中AbstractCoursePlan- 返回:
- 生效时间
-
getEndOn
public Date getEndOn()
从接口复制的说明:CoursePlan获得失效时间- 指定者:
getEndOn在接口中CoursePlan- 覆盖:
getEndOn在类中AbstractCoursePlan- 返回:
- 失效时间
-
-