org.kuali.student.r2.lum.program.infc
Interface CredentialProgram
- All Superinterfaces:
- CommonWithCredentialProgram, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
- All Known Implementing Classes:
- CredentialProgramInfo
public interface CredentialProgram
- extends CommonWithCredentialProgram
Detailed information about a single credential program, e.g. Baccalaureate,
Master, Doctoral, Graduate Certificate, Undergraduate Certificate
- Author:
- Kuali Student Team (sambitpa@kuali.org)
Methods inherited from interface org.kuali.student.r2.lum.program.infc.CommonWithCredentialProgram |
getCode, getDescr, getDivisionsContentOwner, getDivisionsStudentOversight, getEndProgramEntryTerm, getEndTerm, getLearningObjectives, getLongTitle, getProgramRequirements, getShortTitle, getStartTerm, getTranscriptTitle, getUnitsContentOwner, getUnitsStudentOversight, getUniversityClassification, getVersion |
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
getCoreProgramIds
List<String> getCoreProgramIds()
- List of core programs related to this credential program
getProgramLevel
String getProgramLevel()
- A code that indicates whether this is Graduate, Undergraduage etc
getInstitution
AdminOrg getInstitution()
- Institution owning the program.
getResultOptions
List<String> getResultOptions()
- Result outcomes from taking the Credential program.
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.