Class ExamTaker

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

    @Entity(name="org.openurp.edu.lesson.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

      • getExamStatus

        public ExamStatus getExamStatus()
      • setExamStatus

        public void setExamStatus​(ExamStatus examStatus)
      • getRemark

        public String getRemark()
      • setRemark

        public void setRemark​(String remark)
      • getExamType

        public ExamType getExamType()
      • setExamType

        public void setExamType​(ExamType examType)
      • setStd

        public void setStd​(Student std)
      • getLesson

        public Lesson getLesson()
      • setLesson

        public void setLesson​(Lesson lesson)