类 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

        public InvigilationQuota()
    • 方法详细资料

      • 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)
      • getExcludes

        public List<Date> getExcludes()
      • setExcludes

        public void setExcludes​(List<Date> excludes)
      • getInvigilator

        public User getInvigilator()
      • setInvigilator

        public void setInvigilator​(User invigilator)
      • clearQuota

        public void clearQuota()
      • cleanup

        public boolean cleanup()
      • getCampuses

        public Set<Campus> getCampuses()
      • getCampusQuota

        public int getCampusQuota​(Campus campus)