public class LuiIdentifierInfo extends IdNamelessEntityInfo implements LuiIdentifier, Serializable
| Constructor and Description |
|---|
LuiIdentifierInfo()
Constructs a new LuiIdentifierInfo.
|
LuiIdentifierInfo(LuiIdentifier luiIdentifier)
Constructs a new LuiIdentifierInfo from another LuiIdentifier.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The composite string that is used to officially reference or
publish the LUI.
|
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()
The Long Name of the LUI.
|
String |
getOrgId() |
String |
getShortName()
Abbreviated name of the LUI, 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 LuiIdentifierInfo()
public LuiIdentifierInfo(LuiIdentifier luiIdentifier)
luiIdentifier - the LuiIdentifier to copypublic String getCode()
LuiIdentifiergetCode in interface LuiIdentifierpublic String getShortName()
LuiIdentifiergetShortName in interface LuiIdentifierpublic void setShortName(String shortName)
public String getLongName()
LuiIdentifiergetLongName in interface LuiIdentifierpublic void setLongName(String longName)
public String getLevel()
LuiIdentifiergetLevel in interface LuiIdentifierpublic String getDivision()
LuiIdentifiergetDivision in interface LuiIdentifierpublic void setDivision(String division)
public String getSuffixCode()
getSuffixCode in interface LuiIdentifierpublic void setSuffixCode(String suffixCode)
public String getVariation()
LuiIdentifiergetVariation in interface LuiIdentifierpublic void setVariation(String variation)
public String getOrgId()
getOrgId in interface LuiIdentifierCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.