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

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.lum.course.dto.CourseExpenditureInfo
All Implemented Interfaces:
Serializable, HasAttributes, CourseExpenditure

public class CourseExpenditureInfo
extends HasAttributesInfo
implements CourseExpenditure, Serializable

Author:
Kuali Student Team (sambitpa@kuali.org)
See Also:
Serialized Form

Constructor Summary
CourseExpenditureInfo()
           
CourseExpenditureInfo(CourseExpenditure courseExpenditure)
           
 
Method Summary
 List<AffiliatedOrgInfo> getAffiliatedOrgs()
          List of affiliated organizations.
 void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
           
 
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.HasAttributes
getAttributes
 

Constructor Detail

CourseExpenditureInfo

public CourseExpenditureInfo()

CourseExpenditureInfo

public CourseExpenditureInfo(CourseExpenditure courseExpenditure)
Method Detail

getAffiliatedOrgs

public List<AffiliatedOrgInfo> getAffiliatedOrgs()
Description copied from interface: CourseExpenditure
List of affiliated organizations.

Specified by:
getAffiliatedOrgs in interface CourseExpenditure

setAffiliatedOrgs

public void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)


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