类 ExamRoom
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.ExamRoom
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.ExamRoom")
public class ExamRoom
extends org.beangle.commons.entity.pojo.LongIdObject
考场
- 另请参阅:
-
字段概要
字段从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddExamTaker(ExamTaker taker) clone()把所有的信息克隆一遍
不包括examTakersorg.beangle.orm.hibernate.udt.HourMinuteorg.beangle.orm.hibernate.udt.HourMinutegetEndAt()getRoom()intbooleanisSameExcept(ExamRoom other, boolean room) 不计较年份,比较是否是相近的考试活动.voidsetActivities(Set<ExamActivity> activities) voidsetBeginAt(org.beangle.orm.hibernate.udt.HourMinute beginAt) voidsetEndAt(org.beangle.orm.hibernate.udt.HourMinute endAt) voidvoidsetExamTakers(Set<ExamTaker> examTakers) voidsetExamType(ExamType examType) voidsetInvigilations(Set<Invigilation> invigilations) voidvoidsetSemester(Semester semester) voidsetStdCount(int stdCount) voidsetTeachDepart(Department teachDepart) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
字段详细资料
-
semester
学年学期 -
teachDepart
开课院系
-
-
构造器详细资料
-
ExamRoom
public ExamRoom() -
ExamRoom
-
-
方法详细资料
-
getCourseStds
-
getTeachDepart
-
setTeachDepart
-
isSameExcept
不计较年份,比较是否是相近的考试活动.- 参数:
other-teacher- 是否考虑教师room- 是否考虑教室- 返回:
-
getStdCount
public int getStdCount() -
setStdCount
public void setStdCount(int stdCount) -
getSemester
-
setSemester
-
getExamType
-
setExamType
-
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) -
getRoom
-
setRoom
-
getActivities
-
setActivities
-
getInvigilations
-
setInvigilations
-
getExamTakers
-
setExamTakers
-
addExamTaker
-
clone
把所有的信息克隆一遍
不包括examTakers -
getClazzes
-