public interface ProgramIdentifierAssembly extends ProgramCommonAssembly
Modifier and Type | Method and Description |
---|---|
String |
getCode()
The composite string that is used to officially reference or publish the program.
|
String |
getDiplomaTitle() |
String |
getLongTitle()
Full name of the Program
|
List<String> |
getProgramRequirements()
Program Requirements.
|
String |
getShortTitle()
Abbreviated name of the Program
|
String |
getTranscriptTitle()
Information related to the official identification of the Program, typically in human readable form.
|
void |
setCode(String code) |
void |
setDiplomaTitle(String diplomaTitle) |
void |
setLongTitle(String longTitle) |
void |
setProgramRequirements(List<String> programRequirements) |
void |
setShortTitle(String shortTitle) |
void |
setTranscriptTitle(String transcriptTitle) |
getAttributes, getId, getMetaInfo, getState, getType, setAttributes, setId, setMetaInfo, setState, setType
String getCode()
String getShortTitle()
void setShortTitle(String shortTitle)
String getLongTitle()
void setLongTitle(String longTitle)
String getTranscriptTitle()
void setTranscriptTitle(String transcriptTitle)
String getDiplomaTitle()
void setDiplomaTitle(String diplomaTitle)
List<String> getProgramRequirements()
void setProgramRequirements(List<String> programRequirements)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.