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, 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 CourseOfferingCrossListingInfo()
public CourseOfferingCrossListingInfo(CourseOfferingCrossListing crossListing)
crossListing
- the CourseOfferingCrossListing to copypublic String getCode()
CourseOfferingCrossListing
getCode
in interface CourseOfferingCrossListing
public String getLongName()
CourseOfferingCrossListing
getLongName
in interface CourseOfferingCrossListing
public void setLongName(String longName)
public String getSubjectArea()
CourseOfferingCrossListing
getSubjectArea
in interface CourseOfferingCrossListing
public void setSubjectArea(String subjectArea)
public String getDepartmentOrgId()
CourseOfferingCrossListing
getDepartmentOrgId
in interface CourseOfferingCrossListing
@Deprecated public void setDepartmentOrgId(String subjectOrgId)
subjectOrgId
- public String getSubjectOrgId()
CourseOfferingCrossListing
getSubjectOrgId
in interface CourseOfferingCrossListing
public void setSubjectOrgId(String subjectOrgId)
public String getCourseNumberSuffix()
CourseOfferingCrossListing
getCourseNumberSuffix
in interface CourseOfferingCrossListing
public void setCourseNumberSuffix(String courseNumberSuffix)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.