Package org.openurp.edu.course.model
Class Exam
- java.lang.Object
-
- org.openurp.edu.course.model.Exam
-
- All Implemented Interfaces:
Serializable,Cloneable
@Embeddable public class Exam extends Object implements Serializable, Cloneable
考试安排- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Exam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Examclone()HourMinutegetBeginAt()HourMinutegetEndAt()shortgetExamDuration()ExamFormgetExamForm()ExamModegetExamMode()DategetExamOn()ClassroomTypegetExamRoomType()booleanisHasMakeup()voidsetBeginAt(HourMinute beginAt)voidsetEndAt(HourMinute endAt)voidsetExamDuration(short examDuration)voidsetExamForm(ExamForm examForm)voidsetExamMode(ExamMode examMode)voidsetExamOn(Date examOn)voidsetExamRoomType(ClassroomType examRoomType)voidsetHasMakeup(boolean hasMakeup)
-
-
-
Method Detail
-
getExamOn
public Date getExamOn()
-
setExamOn
public void setExamOn(Date examOn)
-
getBeginAt
public HourMinute getBeginAt()
-
setBeginAt
public void setBeginAt(HourMinute beginAt)
-
getEndAt
public HourMinute getEndAt()
-
setEndAt
public void setEndAt(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)
-
-