org.kuali.student.lum.course.dto
Class CourseJointInfo

java.lang.Object
  extended by org.kuali.student.lum.course.dto.CourseJointInfo
All Implemented Interfaces:
Serializable

public class CourseJointInfo
extends Object
implements Serializable

Information about course joints.

See Also:
Serialized Form

Constructor Summary
CourseJointInfo()
           
 
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.
 String getType()
          Unique identifier for a learning unit type.
 void setCourseId(String courseId)
           
 void setCourseNumberSuffix(String courseNumberSuffix)
           
 void setCourseTitle(String courseTitle)
           
 void setRelationId(String relationId)
           
 void setSubjectArea(String subjectArea)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseJointInfo

public CourseJointInfo()
Method Detail

getCourseNumberSuffix

public String getCourseNumberSuffix()

setCourseNumberSuffix

public void setCourseNumberSuffix(String courseNumberSuffix)

getCourseTitle

public String getCourseTitle()
Abbreviated name of the Course


setCourseTitle

public void setCourseTitle(String courseTitle)

getSubjectArea

public 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).


setSubjectArea

public void setSubjectArea(String subjectArea)

getType

public String getType()
Unique identifier for a learning unit type. Once set at create time, this field may not be updated.


setType

public void setType(String type)

getCourseId

public String getCourseId()
Unique identifier for a Course.


setCourseId

public void setCourseId(String courseId)

getRelationId

public String getRelationId()
Unique identifier for a Course Joints.


setRelationId

public void setRelationId(String relationId)


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