public class CourseOfferingDisplayInfo extends IdNamelessEntityInfo implements CourseOfferingDisplay, Serializable
| Constructor and Description |
|---|
CourseOfferingDisplayInfo() |
CourseOfferingDisplayInfo(CourseOfferingDisplay courseOfferingDisplay) |
| 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.
|
KeyNameInfo |
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<KeyNameInfo> |
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.
|
void |
setCourseId(String courseId) |
void |
setCourseOfferingCode(String courseOfferingCode) |
void |
setCourseOfferingTitle(String courseTitle) |
void |
setCreditOption(KeyNameInfo creditOption) |
void |
setDescr(RichTextInfo descr) |
void |
setGradingOption(KeyNameInfo gradingOption) |
void |
setHonorsOffering(Boolean honorsOffering) |
void |
setStateName(String stateName) |
void |
setStudentRegistrationGradingOptions(List<KeyNameInfo> studentRegistrationGradingOptions) |
void |
setSubjectArea(String subjectArea) |
void |
setTermCode(String termCode) |
void |
setTermId(String termId) |
void |
setTermName(String termName) |
void |
setTypeName(String typeName) |
getId, setIdgetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic CourseOfferingDisplayInfo()
public CourseOfferingDisplayInfo(CourseOfferingDisplay courseOfferingDisplay)
public RichText getDescr()
CourseOfferingDisplaygetDescr in interface CourseOfferingDisplaypublic void setDescr(RichTextInfo descr)
public String getCourseId()
CourseOfferingDisplaygetCourseId in interface CourseOfferingDisplaypublic String getTermId()
CourseOfferingDisplaygetTermId in interface CourseOfferingDisplaypublic String getCourseOfferingCode()
CourseOfferingDisplaygetCourseOfferingCode in interface CourseOfferingDisplaypublic String getSubjectArea()
CourseOfferingDisplaygetSubjectArea in interface CourseOfferingDisplaypublic String getCourseOfferingTitle()
CourseOfferingDisplaygetCourseOfferingTitle in interface CourseOfferingDisplaypublic void setCourseId(String courseId)
public void setCourseOfferingTitle(String courseTitle)
public void setCourseOfferingCode(String courseOfferingCode)
public void setSubjectArea(String subjectArea)
public String getTermName()
CourseOfferingDisplaygetTermName in interface CourseOfferingDisplaypublic void setTermName(String termName)
public void setTypeName(String typeName)
public String getTermCode()
CourseOfferingDisplaygetTermCode in interface CourseOfferingDisplaypublic void setTermCode(String termCode)
public List<KeyNameInfo> getStudentRegistrationGradingOptions()
CourseOfferingDisplaygetStudentRegistrationGradingOptions in interface CourseOfferingDisplaypublic void setStudentRegistrationGradingOptions(List<KeyNameInfo> studentRegistrationGradingOptions)
public KeyNameInfo getCreditOption()
CourseOfferingDisplaygetCreditOption in interface CourseOfferingDisplaypublic void setCreditOption(KeyNameInfo creditOption)
public String getStateName()
CourseOfferingDisplaygetStateName in interface CourseOfferingDisplaypublic void setStateName(String stateName)
public Boolean getIsHonorsOffering()
CourseOfferingDisplaygetIsHonorsOffering in interface CourseOfferingDisplaypublic void setHonorsOffering(Boolean honorsOffering)
public String getTypeName()
CourseOfferingDisplaygetTypeName in interface CourseOfferingDisplaypublic KeyName getGradingOption()
CourseOfferingDisplaygetGradingOption in interface CourseOfferingDisplaypublic void setGradingOption(KeyNameInfo gradingOption)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.