org.kuali.student.r2.lum.course.dto
Class CourseRevenueInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.TypeStateEntityInfo
org.kuali.student.r2.common.dto.IdNamelessEntityInfo
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
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.HasMeta |
getMeta |
CourseRevenueInfo
public CourseRevenueInfo()
CourseRevenueInfo
public CourseRevenueInfo(CourseRevenue courseRevenue)
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.