org.kuali.student.enrollment.courseoffering.infc
Interface CourseOfferingCrossListing

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
All Known Implementing Classes:
CourseOfferingCrossListingInfo

public interface CourseOfferingCrossListing
extends IdNamelessEntity


Method Summary
 String getCode()
          The code for this cross listing.
 String getCourseNumberSuffix()
          The "extra" portion of the code, which usually corresponds with the most detailed part of the number.
 String getDepartmentOrgId()
          The department for this cross listing.
 String getSubjectArea()
          The subject area for this cross listing.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Method Detail

getCode

String getCode()
The code for this cross listing.


getSubjectArea

String getSubjectArea()
The subject area for this cross listing.


getDepartmentOrgId

String getDepartmentOrgId()
The department for this cross listing.


getCourseNumberSuffix

String getCourseNumberSuffix()
The "extra" portion of the code, which usually corresponds with the most detailed part of the number.



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.