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, setId
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public CourseOfferingDisplayInfo()
public CourseOfferingDisplayInfo(CourseOfferingDisplay courseOfferingDisplay)
public RichText getDescr()
CourseOfferingDisplay
getDescr
in interface CourseOfferingDisplay
public void setDescr(RichTextInfo descr)
public String getCourseId()
CourseOfferingDisplay
getCourseId
in interface CourseOfferingDisplay
public String getTermId()
CourseOfferingDisplay
getTermId
in interface CourseOfferingDisplay
public String getCourseOfferingCode()
CourseOfferingDisplay
getCourseOfferingCode
in interface CourseOfferingDisplay
public String getSubjectArea()
CourseOfferingDisplay
getSubjectArea
in interface CourseOfferingDisplay
public String getCourseOfferingTitle()
CourseOfferingDisplay
getCourseOfferingTitle
in interface CourseOfferingDisplay
public void setCourseId(String courseId)
public void setCourseOfferingTitle(String courseTitle)
public void setCourseOfferingCode(String courseOfferingCode)
public void setSubjectArea(String subjectArea)
public String getTermName()
CourseOfferingDisplay
getTermName
in interface CourseOfferingDisplay
public void setTermName(String termName)
public void setTypeName(String typeName)
public String getTermCode()
CourseOfferingDisplay
getTermCode
in interface CourseOfferingDisplay
public void setTermCode(String termCode)
public List<KeyNameInfo> getStudentRegistrationGradingOptions()
CourseOfferingDisplay
getStudentRegistrationGradingOptions
in interface CourseOfferingDisplay
public void setStudentRegistrationGradingOptions(List<KeyNameInfo> studentRegistrationGradingOptions)
public KeyNameInfo getCreditOption()
CourseOfferingDisplay
getCreditOption
in interface CourseOfferingDisplay
public void setCreditOption(KeyNameInfo creditOption)
public String getStateName()
CourseOfferingDisplay
getStateName
in interface CourseOfferingDisplay
public void setStateName(String stateName)
public Boolean getIsHonorsOffering()
CourseOfferingDisplay
getIsHonorsOffering
in interface CourseOfferingDisplay
public void setHonorsOffering(Boolean honorsOffering)
public String getTypeName()
CourseOfferingDisplay
getTypeName
in interface CourseOfferingDisplay
public KeyName getGradingOption()
CourseOfferingDisplay
getGradingOption
in interface CourseOfferingDisplay
public void setGradingOption(KeyNameInfo gradingOption)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.