org.kuali.student.r2.lum.clu.infc
Interface CluFee

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey
All Known Implementing Classes:
CluFeeInfo

public interface CluFee
extends HasAttributesAndMeta, HasId

Detailed information associated with this CLU related to the calculation of fees.


Method Summary
 List<? extends CluFeeRecord> getCluFeeRecords()
          List of Fee Records
 RichTextInfo getDescr()
          Narrative description of the CLU Fee
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 

Method Detail

getCluFeeRecords

List<? extends CluFeeRecord> getCluFeeRecords()
List of Fee Records


getDescr

RichTextInfo getDescr()
Narrative description of the CLU Fee



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