| Package | Description |
|---|---|
| org.jasig.portlet.degreeprogress.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProgramComponent> |
DegreeProgramSummary.getConcentrations() |
List<ProgramComponent> |
DegreeProgramSummary.getMajors() |
List<ProgramComponent> |
DegreeProgramSummary.getMinors() |
| Modifier and Type | Method and Description |
|---|---|
void |
DegreeProgramSummary.addConcentration(ProgramComponent concentration) |
void |
DegreeProgramSummary.addMajor(ProgramComponent major) |
void |
DegreeProgramSummary.addMinor(ProgramComponent minor) |
| Modifier and Type | Method and Description |
|---|---|
void |
DegreeProgramSummary.setConcentrations(List<ProgramComponent> concentration) |
void |
DegreeProgramSummary.setMajors(List<ProgramComponent> major) |
void |
DegreeProgramSummary.setMinors(List<ProgramComponent> minor) |
Copyright © 2013 Jasig. All Rights Reserved.