类 Restriction

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.model.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()
  • 方法详细资料

    • getItems

      public List<RestrictionItem> getItems()
    • setItems

      public void setItems(List<RestrictionItem> items)
    • getMaxCount

      public int getMaxCount()
    • setMaxCount

      public void setMaxCount(int maxCount)
    • getCurCount

      public int getCurCount()
    • setCurCount

      public void setCurCount(int curCount)
    • clone

      public Object clone()
      覆盖:
      clone 在类中 Object
    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz(Clazz clazz)
    • isPrime

      public boolean isPrime()
    • setPrime

      public void setPrime(boolean prime)