public class CluIdentifierInfo extends IdNamelessEntityInfo implements CluIdentifier, Serializable
Constructor and Description |
---|
CluIdentifierInfo() |
CluIdentifierInfo(CluIdentifier cluIdentifier) |
Modifier and Type | Method and Description |
---|---|
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 |
getLevel()
A code that indicates whether this is introductory, advanced, etc.
|
String |
getLongName()
Descriptive name of the CLU
|
String |
getOrgId() |
String |
getShortName()
Abbreviated name of the CLU, commonly used on transcripts
|
String |
getSuffixCode() |
String |
getVariation()
A number that indicates the sequence or order of versions in cases where
several different Clus have the same offical Identifier
|
void |
setCode(String code) |
void |
setDivision(String division) |
void |
setLevel(String level) |
void |
setLongName(String longName) |
void |
setOrgId(String orgId) |
void |
setShortName(String shortName) |
void |
setSuffixCode(String suffixCode) |
void |
setVariation(String variation) |
getId, setId
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public CluIdentifierInfo()
public CluIdentifierInfo(CluIdentifier cluIdentifier)
public String getCode()
CluIdentifier
getCode
in interface CluIdentifier
public String getShortName()
CluIdentifier
getShortName
in interface CluIdentifier
public void setShortName(String shortName)
public String getLongName()
CluIdentifier
getLongName
in interface CluIdentifier
public void setLongName(String longName)
public String getLevel()
CluIdentifier
getLevel
in interface CluIdentifier
public String getDivision()
CluIdentifier
getDivision
in interface CluIdentifier
public void setDivision(String division)
public String getSuffixCode()
getSuffixCode
in interface CluIdentifier
public void setSuffixCode(String suffixCode)
public String getVariation()
CluIdentifier
getVariation
in interface CluIdentifier
public void setVariation(String variation)
public String getOrgId()
getOrgId
in interface CluIdentifier
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.