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

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

public class CourseVariationInfo
extends Object
implements Serializable, Idable

Detailed information about the human readable form of a Variation

See Also:
Serialized Form

Field Summary
private  String courseNumberSuffix
           
private  String id
           
private static long serialVersionUID
           
private  String subjectArea
           
private  String type
           
private  String variationCode
           
private  String variationTitle
           
 
Constructor Summary
CourseVariationInfo()
           
 
Method Summary
 String getCourseNumberSuffix()
          The "extra" portion of the code, which usually corresponds with the most detailed part of the number.
 String getId()
          Identifies the particular identifier structure.
 String getSubjectArea()
           
 String getType()
          This is the CluIdentifier Type.
 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 setId(String id)
           
 void setSubjectArea(String subjectArea)
           
 void setType(String type)
           
 void setVariationCode(String variationCode)
           
 void setVariationTitle(String variationTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

variationTitle

private String variationTitle

subjectArea

private String subjectArea

courseNumberSuffix

private String courseNumberSuffix

variationCode

private String variationCode

type

private String type

id

private String id
Constructor Detail

CourseVariationInfo

public CourseVariationInfo()
Method Detail

getVariationTitle

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


setVariationTitle

public void setVariationTitle(String variationTitle)

getSubjectArea

public String getSubjectArea()

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.


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


setVariationCode

public void setVariationCode(String variationCode)

getType

public String getType()
This is the CluIdentifier Type. It can only have a single value for VariationType


setType

public void setType(String type)

getId

public String getId()
Identifies the particular identifier structure. This is set by the service to be able to determine changes and alterations to the structure as well as provides a handle for searches. This structure is not accessible through unique operations, and it is strongly recommended that no external references to this particular identifier be maintained.

Specified by:
getId in interface Idable

setId

public void setId(String id)
Specified by:
setId in interface Idable


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.