public interface CommonWithCredentialProgram extends IdNamelessEntity
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Human readable code used to identify this program
The code is typically unique within the particular context (for example
the list of majors at the university) but it is not guaranteed to be
completely unique.
|
RichText |
getDescr()
Narrative Description of the program
|
List<String> |
getDivisionsContentOwner()
Identifiers for Divisions responsible to make changes to this program
|
List<String> |
getDivisionsStudentOversight()
Divisions responsible for overseeing students in this program.
|
String |
getEndProgramEntryTerm()
The last academic time period that this would be available for
new enrollments.
|
String |
getEndTerm()
The last term that this would be allowed to be offered.
|
List<? extends LoDisplay> |
getLearningObjectives()
Learning Objectives associated with this program.
|
String |
getLongTitle()
Fully expressed title
|
List<String> |
getProgramRequirements()
Identifiers for Requirements associated with this program
|
String |
getShortTitle()
Abbreviated title used where presentation space is at a premium
|
String |
getStartTerm()
The first term in which this would be allowed to be offered.
|
String |
getTranscriptTitle()
Title used for transcript reporting purposes
|
List<String> |
getUnitsContentOwner()
Unit responsible for make changes to this program
The unit is typically an academic department but does not have to be.
|
List<String> |
getUnitsStudentOversight()
Identifier of unit responsible for overseeing students in this program.
|
String |
getUniversityClassification()
University specific classification e.g General Education Program
|
Version |
getVersion()
Information about the Version of this program
|
getType, getTypeKey
getState, getStateKey
getAttributes
Version getVersion()
String getShortTitle()
String getLongTitle()
String getTranscriptTitle()
String getCode()
String getUniversityClassification()
String getStartTerm()
String getEndTerm()
String getEndProgramEntryTerm()
List<String> getDivisionsContentOwner()
List<String> getDivisionsStudentOversight()
List<String> getUnitsContentOwner()
List<String> getUnitsStudentOversight()
List<? extends LoDisplay> getLearningObjectives()
List<String> getProgramRequirements()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.