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:
- Serialized Form
-
Field Summary
FieldsFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()getEndAt()得到类型和学期一致的考试的名单getRooms()intgetTask()voidsetBeginAt(HourMinute beginAt)voidsetCentralized(Boolean centralized)voidvoidsetEndAt(HourMinute endAt)voidvoidsetExamPaperNo(String examPaperNo)voidsetExamTakers(List<ExamTaker> examTakers)voidsetExamType(ExamType examType)voidsetExamWeek(Short examWeek)voidsetPublishState(PublishState publishState)voidvoidvoidsetSemester(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
-
setBeginAt
-
getEndAt
-
setEndAt
-
getRooms
-
setRooms
-
getStdCount
public int getStdCount() -
setStdCount
public void setStdCount(int stdCount)
-