Class ExamActivity

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.ExamActivity
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.edu.exam.model.ExamActivity")
public class ExamActivity
extends org.beangle.commons.entity.pojo.LongIdObject
排考活动
See Also:
Serialized Form
  • Field Details

    • clazz

      @NotNull protected Clazz clazz
      教学任务
    • semester

      @NotNull protected Semester semester
      学年学期
  • Constructor Details

    • ExamActivity

      public ExamActivity()
      把所有的信息克隆一遍
      不包括examTakers
  • Method Details

    • getSemester

      public Semester getSemester()
    • setSemester

      public void setSemester​(Semester semester)
    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz​(Clazz clazz)
    • getTask

      public ExamTask getTask()
    • setTask

      public void setTask​(ExamTask task)
    • getExamWeek

      public Short getExamWeek()
    • setExamWeek

      public void setExamWeek​(Short examWeek)
    • getCentralized

      public Boolean getCentralized()
    • setCentralized

      public void setCentralized​(Boolean centralized)
    • getExamPaperNo

      public String getExamPaperNo()
    • setExamPaperNo

      public void setExamPaperNo​(String examPaperNo)
    • getExamType

      public ExamType getExamType()
    • setExamType

      public void setExamType​(ExamType examType)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark​(String remark)
    • setExamTakers

      public void setExamTakers​(List<ExamTaker> examTakers)
    • getExamTakers

      public List<ExamTaker> getExamTakers()
      得到类型和学期一致的考试的名单
    • getClassrooms

      public List<Classroom> getClassrooms()
    • getPublishState

      public PublishState getPublishState()
    • setPublishState

      public void setPublishState​(PublishState publishState)
    • getExamOn

      public Date getExamOn()
    • setExamOn

      public void setExamOn​(Date examOn)
    • getBeginAt

      public HourMinute getBeginAt()
    • setBeginAt

      public void setBeginAt​(HourMinute beginAt)
    • getEndAt

      public HourMinute getEndAt()
    • setEndAt

      public void setEndAt​(HourMinute endAt)
    • getRooms

      public Set<ExamRoom> getRooms()
    • setRooms

      public void setRooms​(Set<ExamRoom> rooms)
    • getStdCount

      public int getStdCount()
    • setStdCount

      public void setStdCount​(int stdCount)