类 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
所有已实现的接口:
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
学生个人选课门数上限
限制选课总门数,限制某个课程类别的课程总门数
另请参阅:
  • 构造器详细资料

    • StdCourseCountConstraint

      public StdCourseCountConstraint()
  • 方法详细资料

    • 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)