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

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.IdNamelessEntityInfo
                  extended by org.kuali.student.r2.lum.course.dto.CourseVariationInfo
All Implemented Interfaces:
Serializable, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity, CourseVariation

public class CourseVariationInfo
extends IdNamelessEntityInfo
implements CourseVariation, Serializable

See Also:
Serialized Form

Constructor Summary
CourseVariationInfo()
           
CourseVariationInfo(CourseVariation courseVariation)
           
 
Method Summary
 String getCourseNumberSuffix()
          The "extra" portion of the code, which usually corresponds with the most detailed part of the number.
 String getSubjectArea()
           
 String getVariationCode()
          A number that indicates the sequence or order of variation in cases where several different variations have the same offical Identifier
 String getVariationTitle()
          Full name of the variation, commonly used on catalogues
 void setCourseNumberSuffix(String courseNumberSuffix)
           
 void setSubjectArea(String subjectArea)
           
 void setVariationCode(String variationCode)
           
 void setVariationTitle(String variationTitle)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdNamelessEntityInfo
getId, setId
 
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.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
 

Constructor Detail

CourseVariationInfo

public CourseVariationInfo()

CourseVariationInfo

public CourseVariationInfo(CourseVariation courseVariation)
Method Detail

getVariationTitle

public String getVariationTitle()
Full name of the variation, commonly used on catalogues

Specified by:
getVariationTitle in interface CourseVariation

setVariationTitle

public void setVariationTitle(String variationTitle)

getSubjectArea

public String getSubjectArea()
Specified by:
getSubjectArea in interface CourseVariation

setSubjectArea

public void setSubjectArea(String subjectArea)

getCourseNumberSuffix

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

Specified by:
getCourseNumberSuffix in interface CourseVariation

setCourseNumberSuffix

public void setCourseNumberSuffix(String courseNumberSuffix)

getVariationCode

public String getVariationCode()
A number that indicates the sequence or order of variation in cases where several different variations have the same offical Identifier

Specified by:
getVariationCode in interface CourseVariation

setVariationCode

public void setVariationCode(String variationCode)


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