@Entity(name="org.openurp.edu.exam.model.Invigilation")
public class Invigilation
extends org.beangle.commons.entity.pojo.LongIdObject
| Modifier and Type | Field and Description |
|---|---|
protected org.openurp.base.model.Department |
department
监考院系
|
protected org.openurp.base.model.User |
invigilator
监考老师
|
protected String |
invigilatorName
自定义监考
|
| Constructor and Description |
|---|
Invigilation() |
Invigilation(ExamRoom examRoom,
String teacherName,
org.openurp.base.model.Department department) |
Invigilation(ExamRoom examRoom,
org.openurp.base.model.User user,
org.openurp.base.model.Department department) |
| Modifier and Type | Method and Description |
|---|---|
org.openurp.base.model.Department |
getDepartment() |
ExamRoom |
getExamRoom() |
org.openurp.base.model.User |
getInvigilator() |
String |
getInvigilatorName() |
Date |
getUpdatedAt() |
boolean |
isChief() |
boolean |
isPublished() |
boolean |
isSameMonitor(Invigilation other) |
void |
setChief(boolean chief) |
void |
setDepartment(org.openurp.base.model.Department department) |
void |
setExamRoom(ExamRoom examRoom) |
void |
setInvigilator(org.openurp.base.model.User invigilator) |
void |
setInvigilatorName(String invigilatorName) |
void |
setPublished(boolean published) |
void |
setUpdatedAt(Date updatedAt) |
@NotNull protected org.openurp.base.model.Department department
protected org.openurp.base.model.User invigilator
@Size(max=50) protected String invigilatorName
public Invigilation()
public Invigilation(ExamRoom examRoom, org.openurp.base.model.User user, org.openurp.base.model.Department department)
public ExamRoom getExamRoom()
public void setExamRoom(ExamRoom examRoom)
public boolean isSameMonitor(Invigilation other)
public org.openurp.base.model.Department getDepartment()
public void setDepartment(org.openurp.base.model.Department department)
public org.openurp.base.model.User getInvigilator()
public void setInvigilator(org.openurp.base.model.User invigilator)
public String getInvigilatorName()
public void setInvigilatorName(String invigilatorName)
public boolean isChief()
public void setChief(boolean chief)
public boolean isPublished()
public void setPublished(boolean published)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2014–2019 The OpenURP Software. All rights reserved.