| Modifier and Type | Method and Description |
|---|---|
ExamRoom |
ExamStudent.getExamRoom() |
ExamRoom |
Invigilation.getExamRoom() |
| Modifier and Type | Method and Description |
|---|---|
Set<ExamRoom> |
ExamActivity.getRooms() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExamRoom.isSameExcept(ExamRoom other,
boolean teacher,
boolean room)
不计较年份,比较是否是相近的考试活动.
|
void |
ExamStudent.setExamRoom(ExamRoom examRoom) |
void |
Invigilation.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.edu.base.model.Teacher teacher,
org.openurp.base.model.Department department) |
Copyright © 2005–2018 The OpenURP Software. All rights reserved.