public class CourseCrossListingInfo extends IdNamelessEntityInfo implements CourseCrossListing, Serializable
CourseCrossListing.| Constructor and Description |
|---|
CourseCrossListingInfo() |
CourseCrossListingInfo(CourseCrossListing courseCrossListing) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
This is the concatenation of subject area/code plus the course
number suffix of the cross-listed course (i.e., not the original
course)
E.g., ENGL100, CHEM250A
|
String |
getCourseNumberSuffix()
The "extra" portion of the code, which usually corresponds with the most
detailed part of the number (i.e., everything besides the subject area/code).
|
String |
getDepartment()
This method has been replaced by getSubjectOrgId()
|
String |
getSubjectArea()
This is the subject area also known as the subject code.
|
String |
getSubjectOrgId()
This is the ID for that subject code as an org within the Org Service.
|
void |
setCode(String code) |
void |
setCourseNumberSuffix(String courseNumberSuffix) |
void |
setDepartment(String subjectOrgId)
Deprecated.
|
void |
setSubjectArea(String subjectArea) |
void |
setSubjectOrgId(String subjectOrgId)
Set the subject org ID.
|
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 CourseCrossListingInfo()
public CourseCrossListingInfo(CourseCrossListing courseCrossListing)
public String getCode()
CourseCrossListinggetCode in interface CourseCrossListingpublic String getSubjectArea()
CourseCrossListinggetSubjectArea in interface CourseCrossListingpublic void setSubjectArea(String subjectArea)
public String getDepartment()
CourseCrossListinggetDepartment in interface CourseCrossListing@Deprecated public void setDepartment(String subjectOrgId)
subjectOrgId - public String getSubjectOrgId()
CourseCrossListinggetSubjectOrgId in interface CourseCrossListingpublic void setSubjectOrgId(String subjectOrgId)
subjectOrgId - the ID of the subject code in the Org tablespublic String getCourseNumberSuffix()
CourseCrossListinggetCourseNumberSuffix in interface CourseCrossListingpublic void setCourseNumberSuffix(String courseNumberSuffix)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.