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

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

public interface ProgramRequirement
extends IdNamelessEntity

Detailed information about a program requirement

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

Method Summary
 RichText getDescr()
          Description of the requirement.
 List<LoDisplayInfo> getLearningObjectives()
          Learning Objectives for the Program Requirement
 String getLongTitle()
          Long name for the requirement
 Integer getMaxCredits()
          Maximum credits awarded
 Integer getMinCredits()
          Minimum credits awarded
 String getShortTitle()
          Brief title for the requirement.
 StatementTreeViewInfo getStatement()
          Rule Statement for the requirement
 
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

getDescr

RichText getDescr()
Description of the requirement.


getShortTitle

String getShortTitle()
Brief title for the requirement.


getLongTitle

String getLongTitle()
Long name for the requirement


getLearningObjectives

List<LoDisplayInfo> getLearningObjectives()
Learning Objectives for the Program Requirement


getStatement

StatementTreeViewInfo getStatement()
Rule Statement for the requirement


getMinCredits

Integer getMinCredits()
Minimum credits awarded


getMaxCredits

Integer getMaxCredits()
Maximum credits awarded



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