类 Invigilation
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.Invigilation
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.Invigilation")
public class Invigilation
extends org.beangle.commons.entity.pojo.LongIdObject
监考任务
- 另请参阅:
-
字段概要
字段从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器构造器说明Invigilation(ExamRoom examRoom, String teacherName, Department department) Invigilation(ExamRoom examRoom, User user, Department department) -
方法概要
修饰符和类型方法说明booleanisChief()booleanbooleanisSameMonitor(Invigilation other) voidsetChief(boolean chief) voidsetDepartment(Department department) voidsetExamRoom(ExamRoom examRoom) voidsetInvigilator(User invigilator) voidsetInvigilatorName(String invigilatorName) voidsetPublished(boolean published) voidsetUpdatedAt(Date updatedAt) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
字段详细资料
-
department
监考院系 -
invigilator
监考老师 -
invigilatorName
自定义监考
-
-
构造器详细资料
-
Invigilation
public Invigilation() -
Invigilation
-
Invigilation
-
-
方法详细资料
-
getExamRoom
-
setExamRoom
-
isSameMonitor
-
getDepartment
-
setDepartment
-
getInvigilator
-
setInvigilator
-
getInvigilatorName
-
setInvigilatorName
-
isChief
public boolean isChief() -
setChief
public void setChief(boolean chief) -
isPublished
public boolean isPublished() -
setPublished
public void setPublished(boolean published) -
getUpdatedAt
-
setUpdatedAt
-