Class ExamTaker

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

    @Entity(name="org.openurp.edu.exam.model.ExamTaker")
    public class ExamTaker
    extends org.beangle.commons.entity.pojo.LongIdObject
    implements Cloneable
    应考记录
    See Also:
    Serialized Form
    • Constructor Detail

      • ExamTaker

        public ExamTaker()
    • Method Detail

      • getSeatNo

        public Short getSeatNo()
      • setSeatNo

        public void setSeatNo​(Short seatNo)
      • getClazz

        public Clazz getClazz()
      • setClazz

        public void setClazz​(Clazz clazz)
      • getSemester

        public Semester getSemester()
      • setSemester

        public void setSemester​(Semester semester)
      • setStd

        public void setStd​(Student std)
      • getExamType

        public ExamType getExamType()
      • setExamType

        public void setExamType​(ExamType examType)
      • getExamRoom

        public ExamRoom getExamRoom()
      • setExamRoom

        public void setExamRoom​(ExamRoom examRoom)
      • setActivity

        public void setActivity​(ExamActivity activity)
      • getExamStatus

        public ExamStatus getExamStatus()
      • setExamStatus

        public void setExamStatus​(ExamStatus examStatus)
      • getRemark

        public String getRemark()
      • setRemark

        public void setRemark​(String remark)