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

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

public interface Revenue
extends HasId, HasAttributesAndMeta

Detailed information about the distribution of revenue collected from a learning unit.

Author:
nwright

Method Summary
 List<? extends AffiliatedOrg> getAffiliatedOrgs()
          List of affiliated organizations
 String getFeeType()
          The fee type that identifies the revenue to be distributed.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
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

getFeeType

String getFeeType()
The fee type that identifies the revenue to be distributed.

A code that identifies the type of the fee. For example: Lab Fee or Tuition Fee or CMF for Course Materials Fee. From a program perspective it may be an application fee.


getAffiliatedOrgs

List<? extends AffiliatedOrg> getAffiliatedOrgs()
List of affiliated organizations



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