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:
  • Constructor Details

    • StdCourseCountConstraint

      public StdCourseCountConstraint()
  • Method Details

    • getStd

      public Student getStd()
    • setStd

      public void setStd(Student std)
    • getSemester

      public Semester getSemester()
    • setSemester

      public void setSemester(Semester semester)
    • getMaxCourseCount

      public Integer getMaxCourseCount()
    • setMaxCourseCount

      public void setMaxCourseCount(Integer maxCourseCount)
    • getCourseTypeMaxCourseCount

      public Map<CourseType,Integer> getCourseTypeMaxCourseCount()
    • setCourseTypeMaxCourseCount

      public void setCourseTypeMaxCourseCount(Map<CourseType,Integer> courseTypeMaxCourseCount)