public abstract class CourseRequirementWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<StudentCourseRegistration> |
registrations |
| Constructor and Description |
|---|
CourseRequirementWrapper() |
| Modifier and Type | Method and Description |
|---|---|
List<StudentCourseRegistration> |
getRegistrations() |
void |
setRegistrations(List<StudentCourseRegistration> registrations) |
protected List<StudentCourseRegistration> registrations
public List<StudentCourseRegistration> getRegistrations()
public void setRegistrations(List<StudentCourseRegistration> registrations)
Copyright © 2023 Jasig. All rights reserved.