Class FinalExam

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

@Entity(name="org.openurp.edu.clazz.model.FinalExam") public class FinalExam extends org.beangle.commons.entity.pojo.LongIdObject
考试安排
See Also:
  • Constructor Details

    • FinalExam

      public FinalExam()
  • Method Details

    • getExamOn

      public Date getExamOn()
    • setExamOn

      public void setExamOn(Date examOn)
    • clone

      public FinalExam clone()
      Overrides:
      clone in class Object
    • getBeginAt

      public org.beangle.orm.hibernate.udt.HourMinute getBeginAt()
    • setBeginAt

      public void setBeginAt(org.beangle.orm.hibernate.udt.HourMinute beginAt)
    • getEndAt

      public org.beangle.orm.hibernate.udt.HourMinute getEndAt()
    • setEndAt

      public void setEndAt(org.beangle.orm.hibernate.udt.HourMinute endAt)
    • getExamForm

      public ExamForm getExamForm()
    • setExamForm

      public void setExamForm(ExamForm examForm)
    • getExamDuration

      public short getExamDuration()
    • setExamDuration

      public void setExamDuration(short examDuration)
    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz(Clazz clazz)
    • getRoomType

      public ClassroomType getRoomType()
    • setRoomType

      public void setRoomType(ClassroomType roomType)