@Entity(name="org.openurp.edu.program.subst.model.StdCourseSubstitution") public class StdCourseSubstitution extends AbstractCourseSubstitution
指定了学生专业培养计划中的某些课程可以由某些课程替代.
| Constructor and Description |
|---|
StdCourseSubstitution() |
| Modifier and Type | Method and Description |
|---|---|
Set<Course> |
getOrigins() |
String |
getRemark() |
Student |
getStd() |
Set<Course> |
getSubstitutes() |
void |
setOrigins(Set<Course> origins) |
void |
setRemark(String remark) |
void |
setStd(Student std) |
void |
setSubstitutes(Set<Course> substitutes) |
addOrigin, addOrigins, addSubstitute, addSubstitutesequals, getId, hashCode, isPersisted, isTransient, setIdCopyright © 2005–2018 The OpenURP Software. All rights reserved.