Package org.openurp.edu.exam.model
Class InvigilationClazzQuota
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.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
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetClazz()floatfloatgetRatio()voidsetAmount(float amount)voidvoidsetCreditHours(float creditHours)voidsetRatio(float ratio)voidsetTeacher(Teacher teacher)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
InvigilationClazzQuota
public InvigilationClazzQuota() -
InvigilationClazzQuota
-
-
Method Details
-
getClazz
-
setClazz
-
getTeacher
-
setTeacher
-
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)
-