类 InvigilationClazzQuota

  • 所有已实现的接口:
    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
    另请参阅:
    序列化表格
    • 构造器详细资料

      • InvigilationClazzQuota

        public InvigilationClazzQuota()
      • InvigilationClazzQuota

        public InvigilationClazzQuota​(Clazz clazz,
                                      Teacher teacher)
    • 方法详细资料

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

        public float getCreditHours()
      • setCreditHours

        public void setCreditHours​(float creditHours)
      • getAmount

        public float getAmount()
      • setAmount

        public void setAmount​(float amount)