Class ExamClazz

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

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

      • ExamClazz

        public ExamClazz()
    • Method Detail

      • getClazz

        public Clazz getClazz()
      • setClazz

        public void setClazz​(Clazz clazz)
      • 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)