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

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

public class CourseExpenditureInfo
extends Object
implements Serializable, HasAttributes

Detailed information about expenditure for the course.

See Also:
Serialized Form

Field Summary
private  List<AffiliatedOrgInfo> affiliatedOrgs
           
private  Map<String,String> attributes
           
private static long serialVersionUID
           
 
Constructor Summary
CourseExpenditureInfo()
           
 
Method Summary
 List<AffiliatedOrgInfo> getAffiliatedOrgs()
          List of affiliated organizations.
 Map<String,String> getAttributes()
          List of key/value pairs, typically used for dynamic attributes.
 void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
           
 void setAttributes(Map<String,String> attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

affiliatedOrgs

private List<AffiliatedOrgInfo> affiliatedOrgs

attributes

private Map<String,String> attributes
Constructor Detail

CourseExpenditureInfo

public CourseExpenditureInfo()
Method Detail

getAffiliatedOrgs

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


setAffiliatedOrgs

public void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)

getAttributes

public Map<String,String> getAttributes()
List of key/value pairs, typically used for dynamic attributes.

Specified by:
getAttributes in interface HasAttributes

setAttributes

public void setAttributes(Map<String,String> attributes)
Specified by:
setAttributes in interface HasAttributes


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