Class Restriction

  • All Implemented Interfaces:
    Serializable, Cloneable, org.beangle.commons.entity.Entity<Long>

    @Entity(name="org.openurp.edu.course.model.Restriction")
    public class Restriction
    extends org.beangle.commons.entity.pojo.LongIdObject
    implements Cloneable
    课程限制条件组
    See Also:
    Serialized Form
    • Constructor Detail

      • Restriction

        public Restriction()
    • Method Detail

      • getMaxCount

        public int getMaxCount()
      • setMaxCount

        public void setMaxCount​(int maxCount)
      • getCurCount

        public int getCurCount()
      • setCurCount

        public void setCurCount​(int curCount)
      • getClazz

        public Clazz getClazz()
      • setClazz

        public void setClazz​(Clazz clazz)
      • isPrime

        public boolean isPrime()
      • setPrime

        public void setPrime​(boolean prime)