Package org.openurp.edu.exam.model
Class Invigilator
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.exam.model.Invigilator
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.Invigilator") public class Invigilator extends org.beangle.commons.entity.pojo.LongIdObject็่ไบบๅ NatureId(teacher,semester)- Author:
- chaostone
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Invigilator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvigilationQuotaaddQuota(Campus campus, Department depart, float quota)booleancleanup()voidclearQuota()Set<Campus>getCampuses()intgetCampusQuota(Campus campus)Set<Department>getDeparts()List<Date>getExcludeDates()ProjectgetProject()intgetQuota()List<InvigilationQuota>getQuotas()StringgetRemark()SemestergetSemester()TeachergetTeacher()voidsetExcludeDates(List<Date> excludeDates)voidsetProject(Project project)voidsetQuota(int quota)voidsetQuotas(List<InvigilationQuota> quotas)voidsetRemark(String remark)voidsetSemester(Semester semester)voidsetTeacher(Teacher teacher)
-
-
-
Method Detail
-
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)
-
getTeacher
public Teacher getTeacher()
-
setTeacher
public void setTeacher(Teacher teacher)
-
getQuota
public int getQuota()
-
setQuota
public void setQuota(int quota)
-
getQuotas
public List<InvigilationQuota> getQuotas()
-
setQuotas
public void setQuotas(List<InvigilationQuota> quotas)
-
addQuota
public InvigilationQuota addQuota(Campus campus, Department depart, float quota)
-
clearQuota
public void clearQuota()
-
cleanup
public boolean cleanup()
-
getDeparts
public Set<Department> getDeparts()
-
getCampusQuota
public int getCampusQuota(Campus campus)
-
-