Class Restriction

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.model.Restriction
All Implemented Interfaces:
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
课程限制条件组
See Also:
  • Constructor Details

    • Restriction

      public Restriction()
  • Method Details

    • 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()
      Overrides:
      clone in class Object
    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz(Clazz clazz)
    • isPrime

      public boolean isPrime()
    • setPrime

      public void setPrime(boolean prime)