|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.lu.dto.CluIdentifierInfo
public class CluIdentifierInfo
Detailed information about the human readable form of a CLU Identifier
Field Summary | |
---|---|
private Map<String,String> |
attributes
|
private String |
code
|
private String |
division
|
private String |
id
|
private String |
level
|
private String |
longName
|
private String |
orgId
|
private static long |
serialVersionUID
|
private String |
shortName
|
private String |
state
|
private String |
suffixCode
|
private String |
type
|
private String |
variation
|
Constructor Summary | |
---|---|
CluIdentifierInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
|
String |
getCode()
The composite string that is used to officially reference or publish the CLU. |
String |
getDivision()
A code that indicates what school, program, major, subject area, etc. |
String |
getId()
Identifies the particular identifier structure. |
String |
getLevel()
A code that indicates whether this is introductory, advanced, etc. |
String |
getLongName()
|
String |
getOrgId()
|
String |
getShortName()
Abbreviated name of the CLU, commonly used on transcripts |
String |
getState()
Identifies the state of the identifier. |
String |
getSuffixCode()
|
String |
getType()
Identifies the type of usage for the identifier. |
String |
getVariation()
A number that indicates the sequence or order of versions in cases where several different Clus have the same offical Identifier |
void |
setAttributes(Map<String,String> attributes)
|
void |
setCode(String code)
|
void |
setDivision(String division)
|
void |
setId(String id)
|
void |
setLevel(String level)
|
void |
setLongName(String longName)
|
void |
setOrgId(String orgId)
|
void |
setShortName(String shortName)
|
void |
setState(String state)
|
void |
setSuffixCode(String suffixCode)
|
void |
setType(String type)
|
void |
setVariation(String variation)
|
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 shortName
private String longName
private String level
private String division
private String variation
private String suffixCode
private String orgId
private String type
private String state
private String id
private Map<String,String> attributes
Constructor Detail |
---|
public CluIdentifierInfo()
Method Detail |
---|
public String getCode()
public void setCode(String code)
public String getShortName()
public void setShortName(String shortName)
public String getLongName()
public void setLongName(String longName)
public String getLevel()
public void setLevel(String level)
public String getDivision()
public void setDivision(String division)
public String getSuffixCode()
public void setSuffixCode(String suffixCode)
public String getVariation()
public void setVariation(String variation)
public String getOrgId()
public void setOrgId(String orgId)
public String getType()
public void setType(String type)
public String getState()
public void setState(String state)
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
public Map<String,String> getAttributes()
public void setAttributes(Map<String,String> attributes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |