类 InvigilationQuota
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.InvigilationQuota
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.InvigilationQuota")
public class InvigilationQuota
extends org.beangle.commons.entity.pojo.LongIdObject
监考人员
NatureId(teacher,semester)
- 作者:
- chaostone
- 另请参阅:
-
字段概要
从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addQuota(Campus campus, Department depart, float amount) booleancleanup()voidintintgetCampusQuota(Campus campus) voidsetAmount(int amount) voidsetDetails(List<InvigilationQuotaDetail> details) voidsetExcludes(List<Date> excludes) voidsetInvigilator(User invigilator) voidsetProject(Project project) voidvoidsetSemester(Semester semester) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
构造器详细资料
-
InvigilationQuota
public InvigilationQuota()
-
-
方法详细资料
-
setRemark
-
getRemark
-
getSemester
-
setSemester
-
getProject
-
setProject
-
getAmount
public int getAmount() -
setAmount
public void setAmount(int amount) -
getExcludes
-
setExcludes
-
getDetails
-
setDetails
-
getInvigilator
-
setInvigilator
-
addQuota
-
clearQuota
public void clearQuota() -
cleanup
public boolean cleanup() -
getDeparts
-
getCampuses
-
getCampusQuota
-