public interface StudentTermDetailDisplay extends Relationship
Modifier and Type | Method and Description |
---|---|
List<CourseRegistrationDetailDisplay> |
getCourseRegsitrationDetailDisplay()
Course Registration Detail.
|
List<RichText> |
getMessages()
A placeholder for messages to the student such as exceeded
credit limit or ineligible to register.
|
String |
getPersonId()
Student Id to which this record pertains.
|
RichText |
getPersonName()
The name of the student.
|
KualiDecimal |
getRegisteredCredits()
The total number of registered credits this term.
|
RichText |
getTermCode()
The Term Code.
|
String |
getTermId()
Term Id to which this record pertains.
|
RichText |
getTermName()
The Term Name.
|
getType, getTypeKey
getState, getStateKey
getEffectiveDate, getExpirationDate
getAttributes
String getPersonId()
RichText getPersonName()
RichText getTermName()
RichText getTermCode()
List<RichText> getMessages()
KualiDecimal getRegisteredCredits()
List<CourseRegistrationDetailDisplay> getCourseRegsitrationDetailDisplay()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.