@Entity(name="org.openurp.edu.program.plan.model.StdAlternativeCourse") public class StdAlternativeCourse extends AbstractCourseSubstitution
指定了学生专业培养计划中的某些课程可以由某些课程替代.
| Constructor and Description |
|---|
StdAlternativeCourse() |
| Modifier and Type | Method and Description |
|---|---|
Set<Course> |
getNews() |
Set<Course> |
getOlds() |
String |
getRemark() |
Student |
getStd() |
void |
setNews(Set<Course> news) |
void |
setOlds(Set<Course> olds) |
void |
setRemark(String remark) |
void |
setStd(Student std) |
addNew, addNews, addOld, addOlds, exchangeequals, getId, hashCode, isPersisted, isTransient, setIdCopyright © 2014–2019 The OpenURP Software. All rights reserved.