Class ExamTaker

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.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 Details

    • ExamTaker

      public ExamTaker()
    • ExamTaker

      public ExamTaker(CourseTaker taker, ExamType examType)
  • Method Details

    • 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)
    • getStd

      public Student getStd()
    • 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)
    • getActivity

      public ExamActivity getActivity()
    • setActivity

      public void setActivity(ExamActivity activity)
    • clone

      public Object clone()
      Overrides:
      clone in class Object
      See Also:
      Object.clone()
    • getExamStatus

      public ExamStatus getExamStatus()
    • setExamStatus

      public void setExamStatus(ExamStatus examStatus)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)