org.kuali.student.r2.lum.course.dto
Class CourseRevenueInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.IdNamelessEntityInfo
                  extended by org.kuali.student.r2.lum.course.dto.CourseRevenueInfo
All Implemented Interfaces:
Serializable, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity, CourseRevenue

public class CourseRevenueInfo
extends IdNamelessEntityInfo
implements CourseRevenue, Serializable

Detailed information about revenue collected from the course.

See Also:
Serialized Form

Constructor Summary
CourseRevenueInfo()
           
CourseRevenueInfo(CourseRevenue courseRevenue)
           
 
Method Summary
 List<AffiliatedOrgInfo> getAffiliatedOrgs()
          List of affiliated organizations.
 String getFeeType()
          A code that identifies the type of the fee with which this revenue is associated with.
 void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
           
 void setFeeType(String feeType)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdNamelessEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

CourseRevenueInfo

public CourseRevenueInfo()

CourseRevenueInfo

public CourseRevenueInfo(CourseRevenue courseRevenue)
Method Detail

getFeeType

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

Specified by:
getFeeType in interface CourseRevenue

setFeeType

public void setFeeType(String feeType)

getAffiliatedOrgs

public List<AffiliatedOrgInfo> getAffiliatedOrgs()
List of affiliated organizations.

Specified by:
getAffiliatedOrgs in interface CourseRevenue

setAffiliatedOrgs

public void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)


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