类 ExamTask

  • 所有已实现的接口:
    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
    排考任务
    另请参阅:
    序列化表格
    • 构造器详细资料

      • ExamTask

        public ExamTask()
    • 方法详细资料

      • isEmptyTime

        public boolean isEmptyTime()
      • getTeachDepart

        public Department getTeachDepart()
      • setTeachDepart

        public void setTeachDepart​(Department teachDepart)
      • getCampusStdCounts

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

        public void calcStdCount()
      • buildCode

        public void buildCode()
      • getClazzes

        public List<Clazz> getClazzes()
      • 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)
      • getBeginAt

        public org.beangle.orm.hibernate.udt.HourMinute getBeginAt()
      • setBeginAt

        public void setBeginAt​(org.beangle.orm.hibernate.udt.HourMinute beginAt)
      • getEndAt

        public org.beangle.orm.hibernate.udt.HourMinute getEndAt()
      • setEndAt

        public void setEndAt​(org.beangle.orm.hibernate.udt.HourMinute endAt)
      • getBuilding

        public Building getBuilding()
      • setBuilding

        public void setBuilding​(Building building)
      • setRoomGroup

        public void setRoomGroup​(ExamRoomGroup 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()
      • isCentralized

        public boolean isCentralized()
      • setCentralized

        public void setCentralized​(boolean centralized)
      • getCode

        public String getCode()
      • setCode

        public void setCode​(String code)
      • getMinExamOn

        public Date getMinExamOn()
      • setMinExamOn

        public void setMinExamOn​(Date minExamOn)