Package org.openurp.edu.exam.model
Class ExamActivity
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.ExamActivity
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.ExamActivity")
public class ExamActivity
extends org.beangle.commons.entity.pojo.LongIdObject
排考活动
- See Also:
-
Field Summary
FieldsFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.beangle.orm.hibernate.udt.HourMinutegetClazz()org.beangle.orm.hibernate.udt.HourMinutegetEndAt()short得到类型和学期一致的考试的名单getRooms()intgetTask()voidsetBeginAt(org.beangle.orm.hibernate.udt.HourMinute beginAt) voidsetCentralized(Boolean centralized) voidvoidsetEndAt(org.beangle.orm.hibernate.udt.HourMinute endAt) voidsetExamDuration(short examDuration) voidsetExamForm(ExamForm examForm) voidvoidsetExamPaperNo(String examPaperNo) voidsetExamTakers(List<ExamTaker> examTakers) voidsetExamType(ExamType examType) voidsetExamWeek(Short examWeek) voidsetPublishState(PublishState publishState) voidvoidvoidsetRoomType(ClassroomType roomType) voidsetSemester(Semester semester) voidsetStdCount(int stdCount) voidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
clazz
教学任务 -
semester
学年学期
-
-
Constructor Details
-
ExamActivity
public ExamActivity()把所有的信息克隆一遍
不包括examTakers
-
-
Method Details
-
getSemester
-
setSemester
-
getClazz
-
setClazz
-
getTask
-
setTask
-
getExamWeek
-
setExamWeek
-
getCentralized
-
setCentralized
-
getExamPaperNo
-
setExamPaperNo
-
getExamType
-
setExamType
-
getRemark
-
setRemark
-
setExamTakers
-
getExamTakers
得到类型和学期一致的考试的名单 -
getClassrooms
-
getPublishState
-
setPublishState
-
getExamOn
-
setExamOn
-
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) -
getRooms
-
setRooms
-
getStdCount
public int getStdCount() -
setStdCount
public void setStdCount(int stdCount) -
getRoomType
-
setRoomType
-
getExamDuration
public short getExamDuration() -
setExamDuration
public void setExamDuration(short examDuration) -
getExamForm
-
setExamForm
-