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, setIdgetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic CluIdentifierInfo()
public CluIdentifierInfo(CluIdentifier cluIdentifier)
public String getCode()
CluIdentifiergetCode in interface CluIdentifierpublic String getShortName()
CluIdentifiergetShortName in interface CluIdentifierpublic void setShortName(String shortName)
public String getLongName()
CluIdentifiergetLongName in interface CluIdentifierpublic void setLongName(String longName)
public String getLevel()
CluIdentifiergetLevel in interface CluIdentifierpublic String getDivision()
CluIdentifiergetDivision in interface CluIdentifierpublic void setDivision(String division)
public String getSuffixCode()
getSuffixCode in interface CluIdentifierpublic void setSuffixCode(String suffixCode)
public String getVariation()
CluIdentifiergetVariation in interface CluIdentifierpublic void setVariation(String variation)
public String getOrgId()
getOrgId in interface CluIdentifierCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.