Package org.openurp.edu.exam.model
Class InvigilationQuotaDetail
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.InvigilationQuotaDetail
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.InvigilationQuotaDetail")
public class InvigilationQuotaDetail
extends org.beangle.commons.entity.pojo.LongIdObject
监考人员配额
- Author:
- chaostone
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected InvigilationQuotaquota监考人Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description InvigilationQuotaDetail()InvigilationQuotaDetail(Campus campus, Department depart, float amount) -
Method Summary
Modifier and Type Method Description floatgetAmount()CampusgetCampus()DepartmentgetDepart()InvigilationQuotagetQuota()voidsetAmount(float amount)voidsetCampus(Campus campus)voidsetDepart(Department depart)voidsetQuota(InvigilationQuota quota)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
quota
监考人
-
-
Constructor Details
-
InvigilationQuotaDetail
public InvigilationQuotaDetail() -
InvigilationQuotaDetail
-
-
Method Details
-
getQuota
-
setQuota
-
getDepart
-
setDepart
-
getAmount
public float getAmount() -
setAmount
public void setAmount(float amount) -
getCampus
-
setCampus
-