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, 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 LuiIdentifierInfo()
public LuiIdentifierInfo(LuiIdentifier luiIdentifier)
luiIdentifier
- the LuiIdentifier to copypublic String getCode()
LuiIdentifier
getCode
in interface LuiIdentifier
public String getShortName()
LuiIdentifier
getShortName
in interface LuiIdentifier
public void setShortName(String shortName)
public String getLongName()
LuiIdentifier
getLongName
in interface LuiIdentifier
public void setLongName(String longName)
public String getLevel()
LuiIdentifier
getLevel
in interface LuiIdentifier
public String getDivision()
LuiIdentifier
getDivision
in interface LuiIdentifier
public void setDivision(String division)
public String getSuffixCode()
getSuffixCode
in interface LuiIdentifier
public void setSuffixCode(String suffixCode)
public String getVariation()
LuiIdentifier
getVariation
in interface LuiIdentifier
public void setVariation(String variation)
public String getOrgId()
getOrgId
in interface LuiIdentifier
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.