Package org.openurp.edu.exam.model
Class Invigilation
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.Invigilation
- All Implemented Interfaces:
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
监考任务
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected Departmentdepartment监考院系protected Userinvigilator监考老师protected StringinvigilatorName自定义监考Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description Invigilation()Invigilation(ExamRoom examRoom, String teacherName, Department department)Invigilation(ExamRoom examRoom, User user, Department department) -
Method Summary
Modifier and Type Method Description DepartmentgetDepartment()ExamRoomgetExamRoom()UsergetInvigilator()StringgetInvigilatorName()DategetUpdatedAt()booleanisChief()booleanisPublished()booleanisSameMonitor(Invigilation other)voidsetChief(boolean chief)voidsetDepartment(Department department)voidsetExamRoom(ExamRoom examRoom)voidsetInvigilator(User invigilator)voidsetInvigilatorName(String invigilatorName)voidsetPublished(boolean published)voidsetUpdatedAt(Date updatedAt)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
department
监考院系 -
invigilator
监考老师 -
invigilatorName
自定义监考
-
-
Constructor Details
-
Invigilation
public Invigilation() -
Invigilation
-
Invigilation
-
-
Method Details
-
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
-