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

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.EntityInfo
                  extended by org.kuali.student.r2.lum.course.dto.CourseJointInfo
All Implemented Interfaces:
Serializable, Entity, HasAttributes, HasAttributesAndMeta, HasMeta, HasPrimaryKey, HasState, HasType, TypeStateEntity, CourseJoint

public class CourseJointInfo
extends EntityInfo
implements CourseJoint, Serializable

See Also:
Serialized Form

Constructor Summary
CourseJointInfo()
           
CourseJointInfo(CourseJoint courseJoint)
           
 
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.
 void setCourseId(String courseId)
           
 void setCourseNumberSuffix(String courseNumberSuffix)
           
 void setCourseTitle(String courseTitle)
           
 void setRelationId(String relationId)
           
 void setSubjectArea(String subjectArea)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.EntityInfo
getDescr, getName, setDescr, setName
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

CourseJointInfo

public CourseJointInfo()

CourseJointInfo

public CourseJointInfo(CourseJoint courseJoint)
Method Detail

getCourseNumberSuffix

public String getCourseNumberSuffix()
Specified by:
getCourseNumberSuffix in interface CourseJoint

setCourseNumberSuffix

public void setCourseNumberSuffix(String courseNumberSuffix)

getCourseTitle

public String getCourseTitle()
Description copied from interface: CourseJoint
Abbreviated name of the Course

Specified by:
getCourseTitle in interface CourseJoint

setCourseTitle

public void setCourseTitle(String courseTitle)

getSubjectArea

public String getSubjectArea()
Description copied from interface: CourseJoint
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).

Specified by:
getSubjectArea in interface CourseJoint

setSubjectArea

public void setSubjectArea(String subjectArea)

getCourseId

public String getCourseId()
Description copied from interface: CourseJoint
Unique identifier for a Course.

Specified by:
getCourseId in interface CourseJoint

setCourseId

public void setCourseId(String courseId)

getRelationId

public String getRelationId()
Description copied from interface: CourseJoint
Unique identifier for a Course Joints.

Specified by:
getRelationId in interface CourseJoint

setRelationId

public void setRelationId(String relationId)


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