Class InvigilationClazzQuota

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

    @Entity(name="org.openurp.edu.exam.model.InvigilationClazzQuota")
    public class InvigilationClazzQuota
    extends org.beangle.commons.entity.pojo.LongIdObject
    See Also:
    Serialized Form
    • Constructor Detail

      • InvigilationClazzQuota

        public InvigilationClazzQuota()
      • InvigilationClazzQuota

        public InvigilationClazzQuota​(Clazz clazz,
                                      Teacher teacher)
    • Method Detail

      • getClazz

        public Clazz getClazz()
      • setClazz

        public void setClazz​(Clazz clazz)
      • getTeacher

        public Teacher getTeacher()
      • setTeacher

        public void setTeacher​(Teacher teacher)
      • getRatio

        public float getRatio()
      • setRatio

        public void setRatio​(float ratio)
      • getQuota

        public float getQuota()
      • setQuota

        public void setQuota​(float quota)
      • getPeriod

        public int getPeriod()
      • setPeriod

        public void setPeriod​(int period)