org.kuali.student.r1.lum.program.dto.assembly
Interface ProgramIdentifierAssembly

All Superinterfaces:
ProgramCommonAssembly

public interface ProgramIdentifierAssembly
extends ProgramCommonAssembly


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.r1.lum.program.dto.assembly.ProgramCommonAssembly
getAttributes, getId, getMetaInfo, getState, getType, setAttributes, setId, setMetaInfo, setState, setType
 

Method Detail

getCode

String getCode()
The composite string that is used to officially reference or publish the program. Note it may have an internal structure that each Institution may want to enforce. This structure may be composed from the other parts of the structure such as Level amp; Division, but may include items such as cluType.


setCode

void setCode(String code)

getShortTitle

String getShortTitle()
Abbreviated name of the Program


setShortTitle

void setShortTitle(String shortTitle)

getLongTitle

String getLongTitle()
Full name of the Program


setLongTitle

void setLongTitle(String longTitle)

getTranscriptTitle

String getTranscriptTitle()
Information related to the official identification of the Program, typically in human readable form. Used to officially reference or publish.


setTranscriptTitle

void setTranscriptTitle(String transcriptTitle)

getDiplomaTitle

String getDiplomaTitle()

setDiplomaTitle

void setDiplomaTitle(String diplomaTitle)

getProgramRequirements

List<String> getProgramRequirements()
Program Requirements.


setProgramRequirements

void setProgramRequirements(List<String> programRequirements)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.