Class 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 Detail

      • Invigilator

        public Invigilator()
    • 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)
      • getExcludeDates

        public List<Date> getExcludeDates()
      • setExcludeDates

        public void setExcludeDates​(List<Date> excludeDates)
      • clearQuota

        public void clearQuota()
      • cleanup

        public boolean cleanup()
      • getCampuses

        public Set<Campus> getCampuses()
      • getCampusQuota

        public int getCampusQuota​(Campus campus)