|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.course.dto.CourseVariationInfo
public class CourseVariationInfo
Detailed information about the human readable form of a Variation
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 |
---|
private static final long serialVersionUID
private String variationTitle
private String subjectArea
private String courseNumberSuffix
private String variationCode
private String type
private String id
Constructor Detail |
---|
public CourseVariationInfo()
Method Detail |
---|
public String getVariationTitle()
public void setVariationTitle(String variationTitle)
public String getSubjectArea()
public void setSubjectArea(String subjectArea)
public String getCourseNumberSuffix()
public void setCourseNumberSuffix(String courseNumberSuffix)
public String getVariationCode()
public void setVariationCode(String variationCode)
public String getType()
public void setType(String type)
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |