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, 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 CourseCrossListingInfo()
public CourseCrossListingInfo(CourseCrossListing courseCrossListing)
public String getCode()
CourseCrossListing
getCode
in interface CourseCrossListing
public String getSubjectArea()
CourseCrossListing
getSubjectArea
in interface CourseCrossListing
public void setSubjectArea(String subjectArea)
public String getDepartment()
CourseCrossListing
getDepartment
in interface CourseCrossListing
@Deprecated public void setDepartment(String subjectOrgId)
subjectOrgId
- public String getSubjectOrgId()
CourseCrossListing
getSubjectOrgId
in interface CourseCrossListing
public void setSubjectOrgId(String subjectOrgId)
subjectOrgId
- the ID of the subject code in the Org tablespublic String getCourseNumberSuffix()
CourseCrossListing
getCourseNumberSuffix
in interface CourseCrossListing
public void setCourseNumberSuffix(String courseNumberSuffix)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.