Class ExamLesson

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

    @Entity(name="org.openurp.edu.exam.model.ExamLesson")
    public class ExamLesson
    extends org.beangle.commons.entity.pojo.LongIdObject
    任务考试信息指定
    See Also:
    Serialized Form
    • Constructor Detail

      • ExamLesson

        public ExamLesson()
    • Method Detail

      • getLesson

        public Lesson getLesson()
      • setLesson

        public void setLesson​(Lesson lesson)
      • setTask

        public void setTask​(ExamTask task)
      • getStdCount

        public int getStdCount()
      • setStdCount

        public void setStdCount​(int stdCount)
      • getExamWeek

        public Short getExamWeek()
      • setExamWeek

        public void setExamWeek​(Short examWeek)
      • getDepartArranged

        public Boolean getDepartArranged()
      • setDepartArranged

        public void setDepartArranged​(Boolean departArranged)
      • getExamType

        public ExamType getExamType()
      • setExamType

        public void setExamType​(ExamType examType)
      • getExamPaperNo

        public String getExamPaperNo()
      • setExamPaperNo

        public void setExamPaperNo​(String examPaperNo)