类 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
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 InvigilationQuota()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 InvigilationQuotaDetailaddQuota(Campus campus, Department depart, float amount)booleancleanup()voidclearQuota()intgetAmount()Set<Campus>getCampuses()intgetCampusQuota(Campus campus)Set<Department>getDeparts()List<InvigilationQuotaDetail>getDetails()List<Date>getExcludes()UsergetInvigilator()ProjectgetProject()StringgetRemark()SemestergetSemester()voidsetAmount(int amount)voidsetDetails(List<InvigilationQuotaDetail> details)voidsetExcludes(List<Date> excludes)voidsetInvigilator(User invigilator)voidsetProject(Project project)voidsetRemark(String remark)voidsetSemester(Semester semester)
-
-
-
方法详细资料
-
setRemark
public void setRemark(String remark)
-
getRemark
public String getRemark()
-
getSemester
public Semester getSemester()
-
setSemester
public void setSemester(Semester semester)
-
getProject
public Project getProject()
-
setProject
public void setProject(Project project)
-
getAmount
public int getAmount()
-
setAmount
public void setAmount(int amount)
-
getDetails
public List<InvigilationQuotaDetail> getDetails()
-
setDetails
public void setDetails(List<InvigilationQuotaDetail> details)
-
getInvigilator
public User getInvigilator()
-
setInvigilator
public void setInvigilator(User invigilator)
-
addQuota
public InvigilationQuotaDetail addQuota(Campus campus, Department depart, float amount)
-
clearQuota
public void clearQuota()
-
cleanup
public boolean cleanup()
-
getDeparts
public Set<Department> getDeparts()
-
getCampusQuota
public int getCampusQuota(Campus campus)
-
-