类 InvigilationClazzQuota
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.exam.model.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()InvigilationClazzQuota(Clazz clazz, Teacher teacher)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 floatgetAmount()ClazzgetClazz()floatgetCreditHours()floatgetRatio()TeachergetTeacher()voidsetAmount(float amount)voidsetClazz(Clazz clazz)voidsetCreditHours(float creditHours)voidsetRatio(float ratio)voidsetTeacher(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)
-
-