| Package | Description |
|---|---|
| org.openurp.edu.course.model |
| Modifier and Type | Field and Description |
|---|---|
protected Clazz |
Session.clazz
教学任务
|
| Modifier and Type | Method and Description |
|---|---|
Clazz |
Clazz.clone()
id为null 课程序号为null
|
Clazz |
Session.getClazz() |
Clazz |
Restriction.getClazz() |
Clazz |
CourseTaker.getClazz() |
Clazz |
Material.getClazz() |
Clazz |
ExamTaker.getClazz() |
static Clazz |
Clazz.getDefault() |
| Modifier and Type | Method and Description |
|---|---|
Set<Clazz> |
ClazzGroup.getClazzes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClazzGroup.addClazz(Clazz clazz) |
void |
Enrollment.addLimitGroups(Clazz clazz,
List<Restriction> groups) |
void |
Enrollment.addLimitGroups(Clazz clazz,
Restriction... groups) |
boolean |
ClazzGroup.removeClazz(Clazz clazz) |
void |
Session.setClazz(Clazz clazz) |
void |
Restriction.setClazz(Clazz clazz) |
void |
CourseTaker.setClazz(Clazz task) |
void |
Material.setClazz(Clazz clazz) |
void |
ExamTaker.setClazz(Clazz clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClazzGroup.setClazzes(Set<Clazz> clazzes) |
| Constructor and Description |
|---|
CourseTaker(Clazz task,
Student student,
CourseTakeType courseTakeType) |
Copyright © 2005–2018 The OpenURP Software. All rights reserved.