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

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
All Known Implementing Classes:
HonorsProgramInfo

public interface HonorsProgram
extends IdNamelessEntity

Detailed information about a single honors program

Author:
Kuali Student Team (sambitpa@kuali.org)

Method Summary
 String getCredentialProgramId()
          Identifier of the credential program under which the honors belongs
 List<String> getProgramRequirements()
          Identifiers of the requirements associated with this honors program.
 
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

getCredentialProgramId

String getCredentialProgramId()
Identifier of the credential program under which the honors belongs


getProgramRequirements

List<String> getProgramRequirements()
Identifiers of the requirements associated with this honors program.



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