Class Subclazz

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.model.Subclazz
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.edu.clazz.model.Subclazz") public class Subclazz extends org.beangle.commons.entity.pojo.LongIdObject
See Also:
Serialized Form
  • Field Details

    • clazz

      @NotNull protected Clazz clazz
      教学任务
  • Constructor Details

    • Subclazz

      public Subclazz()
  • Method Details

    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz(Clazz clazz)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getMaxCount

      public int getMaxCount()
    • setMaxCount

      public void setMaxCount(int maxCount)
    • getCurCount

      public int getCurCount()
    • setCurCount

      public void setCurCount(int curCount)