|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgramIdentifierAssembly
Method Summary | |
---|---|
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)
|
Methods inherited from interface org.kuali.student.lum.program.dto.assembly.ProgramCommonAssembly |
---|
getAttributes, getId, getMetaInfo, getState, getType, setAttributes, setId, setMetaInfo, setState, setType |
Method Detail |
---|
String getCode()
void setCode(String code)
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |