Package org.openurp.edu.program.model
Class 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
-
- All Implemented Interfaces:
Serializable,Cloneable,org.beangle.commons.entity.Entity<Long>,CoursePlan
@Entity(name="org.openurp.edu.program.model.ExecutionPlan") public class ExecutionPlan extends AbstractCoursePlan
专业计划- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.edu.program.model.AbstractCoursePlan
program
-
-
Constructor Summary
Constructors Constructor Description ExecutionPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()-
Methods inherited from class org.openurp.edu.program.model.AbstractCoursePlan
addGroup, getAuditState, getCredits, getEndTerm, getGroup, getProgram, getStartTerm, getTermsCount, getTopCourseGroups, isNumericTerm, setAuditState, setCredits, setEndTerm, setProgram, setStartTerm
-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
-
-
-
Method Detail
-
getGroups
public List<CourseGroup> getGroups()
Description copied from interface:CoursePlan获得计划课程组- Returns:
- 计划课程组
-
setGroups
public void setGroups(List<CourseGroup> groups)
Description copied from interface:CoursePlan设置计划课程组- Parameters:
groups- 计划课程组
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
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()
Description copied from interface:CoursePlan获得生效时间- Returns:
- 生效时间
-
getEndOn
public Date getEndOn()
Description copied from interface:CoursePlan获得失效时间- Returns:
- 失效时间
-
-