Class ExamDeferSetting

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.config.ExamDeferSetting
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.edu.exam.config.ExamDeferSetting") public class ExamDeferSetting extends org.beangle.commons.entity.pojo.LongIdObject
补缓考申请开关
See Also:
  • Constructor Details

    • ExamDeferSetting

      public ExamDeferSetting()
  • Method Details

    • getProject

      public Project getProject()
    • setProject

      public void setProject(Project project)
    • getExamType

      public ExamType getExamType()
    • setExamType

      public void setExamType(ExamType examType)
    • getApplyOpened

      public Boolean getApplyOpened()
    • setApplyOpened

      public void setApplyOpened(Boolean applyOpened)
    • getDaysBeforeApply

      public int getDaysBeforeApply()
    • setDaysBeforeApply

      public void setDaysBeforeApply(int daysBeforeApply)