org.kuali.student.r2.lum.course.infc
Interface CourseRevenue

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

public interface CourseRevenue
extends IdNamelessEntity


Method Summary
 List<? extends AffiliatedOrg> getAffiliatedOrgs()
          List of affiliated organizations.
 String getFeeType()
          A code that identifies the type of the fee with which this revenue is associated with.
 
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

getFeeType

String getFeeType()
A code that identifies the type of the fee with which this revenue is associated with.


getAffiliatedOrgs

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



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