org.kuali.student.r2.lum.course.infc
Interface CourseJoint

All Superinterfaces:
Entity, HasAttributes, HasAttributesAndMeta, HasMeta, HasPrimaryKey, HasState, HasType, TypeStateEntity
All Known Implementing Classes:
CourseJointInfo

public interface CourseJoint
extends Entity

* Information about course joints.

Author:
Kuali Student Team (sambitpa@kuali.org)

Method Summary
 String getCourseId()
          Unique identifier for a Course.
 String getCourseNumberSuffix()
           
 String getCourseTitle()
          Abbreviated name of the Course
 String getRelationId()
          Unique identifier for a Course Joints.
 String getSubjectArea()
          The Study Subject Area is used to identify the area of study associated with the credit course.
 
Methods inherited from interface org.kuali.student.r2.common.infc.Entity
getDescr, getName
 
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

getCourseNumberSuffix

String getCourseNumberSuffix()

getCourseTitle

String getCourseTitle()
Abbreviated name of the Course


getSubjectArea

String getSubjectArea()
The Study Subject Area is used to identify the area of study associated with the credit course. It may be a general study area (e.g. Chemistry) or very specific (e.g. Naval Architecture).


getCourseId

String getCourseId()
Unique identifier for a Course.


getRelationId

String getRelationId()
Unique identifier for a Course Joints.



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