| Package | Description |
|---|---|
| org.openurp.edu.course.model |
| Modifier and Type | Method and Description |
|---|---|
CourseTaker |
Enrollment.getCourseTaker(Long stdId) |
CourseTaker |
Enrollment.getCourseTaker(Student std) |
| Modifier and Type | Method and Description |
|---|---|
Set<CourseTaker> |
Enrollment.getCourseTakers() |
Set<CourseTaker> |
Enrollment.getNormalCourseTakers()
返回正常参加上课的上课名单CourseTaker
|
| Modifier and Type | Method and Description |
|---|---|
int |
CourseTaker.compareTo(CourseTaker other) |
| Modifier and Type | Method and Description |
|---|---|
void |
Enrollment.setCourseTakers(Set<CourseTaker> courseTakers) |
| Constructor and Description |
|---|
ExamTaker(CourseTaker taker,
ExamType examType) |
Copyright © 2005–2018 The OpenURP Software. All rights reserved.