类 Restriction

  • 所有已实现的接口:
    Serializable, Cloneable, org.beangle.commons.entity.Entity<Long>

    @Entity(name="org.openurp.edu.clazz.model.Restriction")
    public class Restriction
    extends org.beangle.commons.entity.pojo.LongIdObject
    implements Cloneable
    课程限制条件组
    另请参阅:
    序列化表格
    • 构造器详细资料

      • Restriction

        public Restriction()
    • 方法详细资料

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