public interface CourseOfferingDisplay extends IdNamelessEntity
Modifier and Type | Method and Description |
---|---|
String |
getCourseId()
A unique identifier assigned to all approved courses that exist
in the catalog This is not updatable once initialized.
|
String |
getCourseOfferingCode()
Identifies the number of a course as reflected in the course catalog.
|
String |
getCourseOfferingTitle()
Name of the course used in the college catalog.
|
KeyName |
getCreditOption()
The display value of the credit, this is derived by fetching the result value groups for the credit option tied
to the course offering and concatenating the values of the options.
|
RichText |
getDescr()
Custom Descr for the course Offering
|
KeyName |
getGradingOption()
The options/scales that indicate the allowable grades within a
grading scheme that can be awarded.
|
Boolean |
getIsHonorsOffering()
Indicates that the Course Offering is an Honors option
|
String |
getStateName()
The name of the State that the Course Offering or the underlying LUI
is in.
|
List<? extends KeyName> |
getStudentRegistrationGradingOptions()
The options/scales that indicate the allowable grades within a grading
scheme in which an eligible student can register.
|
String |
getSubjectArea()
Identifies the department and/subject code of the course as reflected in
the course catalog.
|
String |
getTermCode()
Code for the term the course offering is in
|
String |
getTermId()
Academic term of course offering
|
String |
getTermName()
Name of the Term the Course Offering is in
|
String |
getTypeName()
The name of the Type that the Course Offering or the underlying LUI
is of.
|
getType, getTypeKey
getState, getStateKey
getAttributes
String getCourseId()
String getCourseOfferingCode()
String getSubjectArea()
String getCourseOfferingTitle()
String getTypeName()
String getStateName()
KeyName getCreditOption()
KeyName getGradingOption()
String getTermCode()
String getTermName()
List<? extends KeyName> getStudentRegistrationGradingOptions()
Boolean getIsHonorsOffering()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.