| Package | Description |
|---|---|
| org.openurp.edu.base.model |
| Modifier and Type | Method and Description |
|---|---|
Major |
StudentState.getMajor() |
Major |
Student.getMajor() |
Major |
MajorCampus.getMajor() |
Major |
MajorDiscipline.getMajor() |
Major |
Program.getMajor() |
Major |
Squad.getMajor() |
Major |
Direction.getMajor() |
Major |
MajorJournal.getMajor() |
| Modifier and Type | Method and Description |
|---|---|
Set<Major> |
Course.getMajors() |
Set<Major> |
StudentScope.getMajors() |
Set<Major> |
Course.getXmajors() |
| Modifier and Type | Method and Description |
|---|---|
void |
StudentState.setMajor(Major major) |
void |
MajorCampus.setMajor(Major major) |
void |
MajorDiscipline.setMajor(Major major) |
void |
Program.setMajor(Major major) |
void |
Squad.setMajor(Major major) |
void |
Direction.setMajor(Major major) |
void |
MajorJournal.setMajor(Major major) |
| Modifier and Type | Method and Description |
|---|---|
void |
Course.setMajors(Set<Major> majors) |
void |
StudentScope.setMajors(Set<Major> majors) |
void |
Course.setXmajors(Set<Major> xmajors) |
Copyright © 2014–2019 The OpenURP Software. All rights reserved.