Class StdCourseCountConstraint
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.app.model.constraint.StdCourseCountConstraint
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.clazz.app.model.constraint.StdCourseCountConstraint")
public class StdCourseCountConstraint
extends org.beangle.commons.entity.pojo.LongIdObject
implements Serializable
学生个人选课门数上限
限制选课总门数,限制某个课程类别的课程总门数
限制选课总门数,限制某个课程类别的课程总门数
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStd()voidsetCourseTypeMaxCourseCount(Map<CourseType, Integer> courseTypeMaxCourseCount) voidsetMaxCourseCount(Integer maxCourseCount) voidsetSemester(Semester semester) voidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
StdCourseCountConstraint
public StdCourseCountConstraint()
-
-
Method Details
-
getStd
-
setStd
-
getSemester
-
setSemester
-
getMaxCourseCount
-
setMaxCourseCount
-
getCourseTypeMaxCourseCount
-
setCourseTypeMaxCourseCount
-