| Modifier and Type | Method and Description |
|---|---|
ExamRoom |
Invigilation.getExamRoom() |
ExamRoom |
ExamTaker.getExamRoom() |
| Modifier and Type | Method and Description |
|---|---|
Set<ExamRoom> |
ExamActivity.getRooms() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExamRoom.isSameExcept(ExamRoom other,
boolean room)
不计较年份,比较是否是相近的考试活动.
|
void |
Invigilation.setExamRoom(ExamRoom examRoom) |
void |
ExamTaker.setExamRoom(ExamRoom examRoom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExamActivity.setRooms(Set<ExamRoom> rooms) |
| Constructor and Description |
|---|
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) |
Copyright © 2014–2019 The OpenURP Software. All rights reserved.