org.kuali.student.r2.lum.program.infc
Interface CommonWithProgramVariation

All Superinterfaces:
CommonWithCoreProgram, CommonWithCredentialProgram, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
All Known Subinterfaces:
MajorDiscipline, ProgramVariation
All Known Implementing Classes:
CommonWithProgramVariationInfo, MajorDisciplineInfo, ProgramVariationInfo

public interface CommonWithProgramVariation
extends CommonWithCoreProgram


Method Summary
 List<String> getCampusLocations()
          Places where this program might be offered
 String getCip2000Code()
          CIP 2000 Code for the Program
 String getCip2010Code()
          CIP 2010 Code for the Program
 String getDiplomaTitle()
          Title to print on the diploma
 List<String> getDivisionsDeployment()
          Division Deployment for the program variation
 List<String> getDivisionsFinancialControl()
           
 List<String> getDivisionsFinancialResources()
           
 Date getEffectiveDate()
          Date this program became effective
 String getHegisCode()
          HEGIS Code for the Program
 String getIntensity()
          Indicates if the program is full time, part time, both etc
 List<String> getResultOptions()
          Result Option for the Program This indicates the degrees that can be awarded from completing this program.
 String getSelectiveEnrollmentCode()
          Specifies if the Major is Selective Major, Limited Enrollment program or Selective Admissions
 TimeAmount getStdDuration()
          Standard Duration of the Program Typically expressed in years or semesters
 List<String> getUnitsDeployment()
           
 List<String> getUnitsFinancialControl()
           
 List<String> getUnitsFinancialResources()
           
 
Methods inherited from interface org.kuali.student.r2.lum.program.infc.CommonWithCoreProgram
getCatalogDescr, getCatalogPublicationTargets, getReferenceURL
 
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.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Method Detail

getIntensity

String getIntensity()
Indicates if the program is full time, part time, both etc


getCip2000Code

String getCip2000Code()
CIP 2000 Code for the Program


getCip2010Code

String getCip2010Code()
CIP 2010 Code for the Program


getHegisCode

String getHegisCode()
HEGIS Code for the Program


getSelectiveEnrollmentCode

String getSelectiveEnrollmentCode()
Specifies if the Major is Selective Major, Limited Enrollment program or Selective Admissions


getEffectiveDate

Date getEffectiveDate()
Date this program became effective


getDiplomaTitle

String getDiplomaTitle()
Title to print on the diploma


getCampusLocations

List<String> getCampusLocations()
Places where this program might be offered


getResultOptions

List<String> getResultOptions()
Result Option for the Program This indicates the degrees that can be awarded from completing this program.


getStdDuration

TimeAmount getStdDuration()
Standard Duration of the Program Typically expressed in years or semesters


getDivisionsDeployment

List<String> getDivisionsDeployment()
Division Deployment for the program variation


getDivisionsFinancialResources

List<String> getDivisionsFinancialResources()
Returns:

getDivisionsFinancialControl

List<String> getDivisionsFinancialControl()

getUnitsDeployment

List<String> getUnitsDeployment()

getUnitsFinancialResources

List<String> getUnitsFinancialResources()

getUnitsFinancialControl

List<String> getUnitsFinancialControl()


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