Package org.openurp.edu.clazz.model
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:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()org.beangle.orm.hibernate.udt.HourMinutegetClazz()org.beangle.orm.hibernate.udt.HourMinutegetEndAt()shortvoidsetBeginAt(org.beangle.orm.hibernate.udt.HourMinute beginAt) voidvoidsetEndAt(org.beangle.orm.hibernate.udt.HourMinute endAt) voidsetExamDuration(short examDuration) voidsetExamForm(ExamForm examForm) voidvoidsetRoomType(ClassroomType roomType) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
FinalExam
public FinalExam()
-
-
Method Details
-
getExamOn
-
setExamOn
-
clone
-
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
-
setExamForm
-
getExamDuration
public short getExamDuration() -
setExamDuration
public void setExamDuration(short examDuration) -
getClazz
-
setClazz
-
getRoomType
-
setRoomType
-