Class Invigilation

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

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

      • teacher

        protected Teacher teacher
        监考老师
      • department

        @NotNull
        protected Department department
        监考院系
      • teacherName

        @Size(max=50)
        protected String teacherName
        自定义监考
    • Method Detail

      • getExamRoom

        public ExamRoom getExamRoom()
      • setExamRoom

        public void setExamRoom​(ExamRoom examRoom)
      • isSameMonitor

        public boolean isSameMonitor​(Invigilation other)
      • getDepartment

        public Department getDepartment()
      • setDepartment

        public void setDepartment​(Department department)
      • getTeacher

        public Teacher getTeacher()
      • setTeacher

        public void setTeacher​(Teacher teacher)
      • getTeacherName

        public String getTeacherName()
      • setTeacherName

        public void setTeacherName​(String teacherName)
      • isChief

        public boolean isChief()
      • setChief

        public void setChief​(boolean chief)
      • isPublished

        public boolean isPublished()
      • setPublished

        public void setPublished​(boolean published)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)