Class ExamDeferApply

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

@Entity(name="org.openurp.edu.exam.model.ExamDeferApply") public class ExamDeferApply extends org.beangle.commons.entity.pojo.LongIdObject
补缓考申请信息
See Also:
  • Constructor Details

    • ExamDeferApply

      public ExamDeferApply()
  • Method Details

    • getPassed

      public Boolean getPassed()
    • setPassed

      public void setPassed(Boolean passed)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)
    • getStd

      public Student getStd()
    • setStd

      public void setStd(Student std)
    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz(Clazz clazz)
    • getExamType

      public ExamType getExamType()
    • setExamType

      public void setExamType(ExamType examType)
    • getReason

      public ExamDeferReason getReason()
    • setReason

      public void setReason(ExamDeferReason reason)
    • getMobile

      public String getMobile()
    • setMobile

      public void setMobile(String mobile)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Date updatedAt)
    • getExamBeginAt

      public Date getExamBeginAt()
    • setExamBeginAt

      public void setExamBeginAt(Date examBeginAt)