|
||||||||||
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.CourseCrossListingInfo
public class CourseCrossListingInfo
Detailed information about the human readable form of a Variation
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private String |
code
|
private String |
courseNumberSuffix
|
private String |
department
|
private String |
id
|
private static long |
serialVersionUID
|
private String |
subjectArea
|
private String |
type
|
Constructor Summary | |
---|---|
CourseCrossListingInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
String |
getCode()
|
String |
getCourseNumberSuffix()
The "extra" portion of the code, which usually corresponds with the most detailed part of the number. |
String |
getDepartment()
|
String |
getId()
Identifies the particular identifier structure. |
String |
getSubjectArea()
|
String |
getType()
This is the CluIdentifier Type. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setCode(String code)
|
void |
setCourseNumberSuffix(String courseNumberSuffix)
|
void |
setDepartment(String department)
|
void |
setId(String id)
|
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 |
Field Detail |
---|
private static final long serialVersionUID
private String code
private String subjectArea
private String department
private String courseNumberSuffix
private Map<String,String> attributes
private String type
private String id
Constructor Detail |
---|
public CourseCrossListingInfo()
Method Detail |
---|
public String getCode()
public void setCode(String code)
public String getSubjectArea()
public void setSubjectArea(String subjectArea)
public String getDepartment()
public void setDepartment(String department)
public String getCourseNumberSuffix()
public void setCourseNumberSuffix(String courseNumberSuffix)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
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 |