| Package | Description |
|---|---|
| org.openurp.edu.base.model |
| Modifier and Type | Method and Description |
|---|---|
Education |
EducationBasedObject.getEducation() |
Education |
MajorCampus.getEducation() |
Education |
EducationBasedEntity.getEducation()
获取培养层次
|
Education |
Program.getEducation() |
Education |
DirectionJournal.getEducation() |
Education |
MajorJournal.getEducation() |
| Modifier and Type | Method and Description |
|---|---|
List<Education> |
Course.getEducations() |
Set<Education> |
StudentScope.getEducations() |
List<Education> |
Project.getEducations() |
List<Education> |
Major.getEducations() |
| Modifier and Type | Method and Description |
|---|---|
void |
EducationBasedObject.setEducation(Education education) |
void |
MajorCampus.setEducation(Education education) |
void |
EducationBasedEntity.setEducation(Education education)
设置培养层次
|
void |
Program.setEducation(Education education) |
void |
DirectionJournal.setEducation(Education education) |
void |
MajorJournal.setEducation(Education education) |
| Modifier and Type | Method and Description |
|---|---|
void |
Course.setEducations(List<Education> educations) |
void |
Project.setEducations(List<Education> educations) |
void |
StudentScope.setEducations(Set<Education> educations) |
| Constructor and Description |
|---|
EducationBasedObject(Education education) |
Copyright © 2005–2018 The OpenURP Software. All rights reserved.