Class ExamTask

  • All Implemented Interfaces:
    Serializable, org.beangle.commons.entity.Entity<Long>

    @Entity(name="org.openurp.edu.exam.model.ExamTask")
    public class ExamTask
    extends org.beangle.commons.entity.pojo.LongIdObject
    排考任务
    See Also:
    Serialized Form
    • Constructor Detail

      • ExamTask

        public ExamTask()
    • Method Detail

      • isEmptyTime

        public boolean isEmptyTime()
      • getTeachDepart

        public Department getTeachDepart()
      • setTeachDepart

        public void setTeachDepart​(Department teachDepart)
      • getCampusStdCounts

        public Map<Campus,​Integer> getCampusStdCounts()
        返回各个校区的人员分布
        Returns:
      • calcStdCount

        public void calcStdCount()
      • buildCode

        public void buildCode()
      • getClazzes

        public List<Clazz> getClazzes()
      • setExamClazzes

        public void setExamClazzes​(List<ExamClazz> examClazzes)
      • getStdCount

        public int getStdCount()
      • setStdCount

        public void setStdCount​(int stdCount)
      • getProject

        public Project getProject()
      • setProject

        public void setProject​(Project project)
      • getSemester

        public Semester getSemester()
      • setSemester

        public void setSemester​(Semester semester)
      • getExamType

        public ExamType getExamType()
      • setExamType

        public void setExamType​(ExamType examType)
      • getExamOn

        public Date getExamOn()
      • setExamOn

        public void setExamOn​(Date examOn)
      • setBeginAt

        public void setBeginAt​(HourMinute beginAt)
      • setEndAt

        public void setEndAt​(HourMinute endAt)
      • getBuilding

        public Building getBuilding()
      • setBuilding

        public void setBuilding​(Building building)
      • getRoomGroup

        public RoomGroup getRoomGroup()
      • setRoomGroup

        public void setRoomGroup​(RoomGroup roomGroup)
      • setGroup

        public void setGroup​(ExamGroup session)
      • getMaxCourseConflictRatio

        public Float getMaxCourseConflictRatio()
      • setMaxCourseConflictRatio

        public void setMaxCourseConflictRatio​(Float maxCourseConflictRatio)
      • isTimeAllotted

        public boolean isTimeAllotted()
      • setTimeAllotted

        public void setTimeAllotted​(boolean timeAllotted)
      • getRemark

        public String getRemark()
      • setRemark

        public void setRemark​(String remark)
      • getCourses

        public Set<Course> getCourses()
      • getCourseCodes

        public String getCourseCodes()
      • getCourseNames

        public String getCourseNames()
      • getExamWeek

        public Short getExamWeek()
      • setExamWeek

        public void setExamWeek​(Short examWeek)
      • setRoomType

        public void setRoomType​(ClassroomType roomType)
      • setDuration

        public void setDuration​(short duration)
      • getDuration

        public short getDuration()
      • isDepartArranged

        public boolean isDepartArranged()
      • setDepartArranged

        public void setDepartArranged​(boolean departArranged)
      • getCode

        public String getCode()
      • setCode

        public void setCode​(String code)