Class StdCourseSubstitution
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<T>
-
- org.openurp.base.model.NumberIdTimeObject<Long>
-
- org.openurp.edu.program.subst.model.AbstractCourseSubstitution
-
- org.openurp.edu.program.subst.model.StdCourseSubstitution
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,CourseSubstitution
@Entity(name="org.openurp.edu.program.subst.model.StdCourseSubstitution") public class StdCourseSubstitution extends AbstractCourseSubstitution
学生可代替课程实体类.
指定了学生专业培养计划中的某些课程可以由某些课程替代.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.base.model.NumberIdTimeObject
updatedAt
-
-
Constructor Summary
Constructors Constructor Description StdCourseSubstitution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Course>getOrigins()StringgetRemark()StudentgetStd()Set<Course>getSubstitutes()voidsetOrigins(Set<Course> origins)voidsetRemark(String remark)voidsetStd(Student std)voidsetSubstitutes(Set<Course> substitutes)-
Methods inherited from class org.openurp.edu.program.subst.model.AbstractCourseSubstitution
addOrigin, addOrigins, addSubstitute, addSubstitutes
-
Methods inherited from class org.openurp.base.model.NumberIdTimeObject
getUpdatedAt, setUpdatedAt
-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
-