public class CourseOfferingCrossListingInfo extends IdNamelessEntityInfo implements CourseOfferingCrossListing, Serializable
| Constructor and Description |
|---|
CourseOfferingCrossListingInfo()
Constructs a new CourseOfferingCrossListingInfo.
|
CourseOfferingCrossListingInfo(CourseOfferingCrossListing crossListing)
Constructs a new CourseOfferingCrossListingInfo
from another CourseOfferingCrossListing.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The course offering code of the cross listing (not the original
course it refers to).
|
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 |
getDepartmentOrgId()
Deprecated
The department for this cross listing.
|
String |
getLongName()
Name of the course used in the college catalog.
|
String |
getSubjectArea()
The subject area/code for this cross listing.
|
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 |
setDepartmentOrgId(String subjectOrgId)
Deprecated.
|
void |
setLongName(String longName) |
void |
setSubjectArea(String subjectArea) |
void |
setSubjectOrgId(String subjectOrgId) |
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 CourseOfferingCrossListingInfo()
public CourseOfferingCrossListingInfo(CourseOfferingCrossListing crossListing)
crossListing - the CourseOfferingCrossListing to copypublic String getCode()
CourseOfferingCrossListinggetCode in interface CourseOfferingCrossListingpublic String getLongName()
CourseOfferingCrossListinggetLongName in interface CourseOfferingCrossListingpublic void setLongName(String longName)
public String getSubjectArea()
CourseOfferingCrossListinggetSubjectArea in interface CourseOfferingCrossListingpublic void setSubjectArea(String subjectArea)
public String getDepartmentOrgId()
CourseOfferingCrossListinggetDepartmentOrgId in interface CourseOfferingCrossListing@Deprecated public void setDepartmentOrgId(String subjectOrgId)
subjectOrgId - public String getSubjectOrgId()
CourseOfferingCrossListinggetSubjectOrgId in interface CourseOfferingCrossListingpublic void setSubjectOrgId(String subjectOrgId)
public String getCourseNumberSuffix()
CourseOfferingCrossListinggetCourseNumberSuffix in interface CourseOfferingCrossListingpublic void setCourseNumberSuffix(String courseNumberSuffix)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.