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 |
|---|---|
boolean |
getCompleted()
Needed due to a well-known JAXB blunder:
- http://stackoverflow.com/questions/4586927/using-xjcs-enableintrospection-with-jaxws-maven-plugin
|
List<StudentCourseRegistration> |
getRegistrations() |
abstract Boolean |
isCompleted() |
void |
setRegistrations(List<StudentCourseRegistration> registrations) |
protected List<StudentCourseRegistration> registrations
public List<StudentCourseRegistration> getRegistrations()
public void setRegistrations(List<StudentCourseRegistration> registrations)
public abstract Boolean isCompleted()
public final boolean getCompleted()
Copyright © 2013 Jasig. All Rights Reserved.