Class StdAlternativeCourse
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<T>
-
- org.openurp.base.model.NumberIdTimeObject<Long>
-
- org.openurp.edu.program.plan.model.AbstractCourseSubstitution
-
- org.openurp.edu.program.plan.model.StdAlternativeCourse
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,AlternativeCourse
@Entity(name="org.openurp.edu.program.plan.model.StdAlternativeCourse") public class StdAlternativeCourse extends AbstractCourseSubstitution
学生可代替课程实体类.
指定了学生专业培养计划中的某些课程可以由某些课程替代.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.base.model.NumberIdTimeObject
updatedAt
-
-
Constructor Summary
Constructors Constructor Description StdAlternativeCourse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Course>getNews()Set<Course>getOlds()StringgetRemark()StudentgetStd()voidsetNews(Set<Course> news)voidsetOlds(Set<Course> olds)voidsetRemark(String remark)voidsetStd(Student std)-
Methods inherited from class org.openurp.edu.program.plan.model.AbstractCourseSubstitution
addNew, addNews, addOld, addOlds, exchange
-
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
-
-