类 Exam
- java.lang.Object
-
- org.openurp.edu.clazz.model.Exam
-
- 所有已实现的接口:
Serializable,Cloneable
@Embeddable public class Exam extends Object implements Serializable, Cloneable
考试安排- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 Exam()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Examclone()org.beangle.orm.hibernate.udt.HourMinutegetBeginAt()org.beangle.orm.hibernate.udt.HourMinutegetEndAt()shortgetExamDuration()ExamFormgetExamForm()ExamModegetExamMode()DategetExamOn()ClassroomTypegetExamRoomType()booleanisHasMakeup()voidsetBeginAt(org.beangle.orm.hibernate.udt.HourMinute beginAt)voidsetEndAt(org.beangle.orm.hibernate.udt.HourMinute endAt)voidsetExamDuration(short examDuration)voidsetExamForm(ExamForm examForm)voidsetExamMode(ExamMode examMode)voidsetExamOn(Date examOn)voidsetExamRoomType(ClassroomType examRoomType)voidsetHasMakeup(boolean hasMakeup)
-
-
-
方法详细资料
-
getExamOn
public Date getExamOn()
-
setExamOn
public void setExamOn(Date examOn)
-
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)
-
getExamMode
public ExamMode getExamMode()
-
setExamMode
public void setExamMode(ExamMode examMode)
-
getExamForm
public ExamForm getExamForm()
-
setExamForm
public void setExamForm(ExamForm examForm)
-
getExamRoomType
public ClassroomType getExamRoomType()
-
setExamRoomType
public void setExamRoomType(ClassroomType examRoomType)
-
getExamDuration
public short getExamDuration()
-
setExamDuration
public void setExamDuration(short examDuration)
-
isHasMakeup
public boolean isHasMakeup()
-
setHasMakeup
public void setHasMakeup(boolean hasMakeup)
-
-