org.kuali.student.lum.lu.dto
Class CluAccountingInfo
java.lang.Object
   org.kuali.student.lum.lu.dto.CluAccountingInfo
org.kuali.student.lum.lu.dto.CluAccountingInfo
- All Implemented Interfaces: 
- Serializable, HasAttributes
- public class CluAccountingInfo 
- extends Object- implements Serializable, HasAttributes
Detailed information about accounting for a clu.
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
affiliatedOrgs
private List<AffiliatedOrgInfo> affiliatedOrgs
attributes
private Map<String,String> attributes
id
private String id
CluAccountingInfo
public CluAccountingInfo()
getAttributes
public Map<String,String> getAttributes()
- List of key/value pairs, typically used for dynamic attributes.
 
- 
- Specified by:
- getAttributesin interface- HasAttributes
 
- 
 
setAttributes
public void setAttributes(Map<String,String> attributes)
- 
- Specified by:
- setAttributesin interface- HasAttributes
 
- 
 
getAffiliatedOrgs
public List<AffiliatedOrgInfo> getAffiliatedOrgs()
- 
 
- 
 
setAffiliatedOrgs
public void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
- 
 
- 
 
getId
public String getId()
- 
 
- 
 
setId
public void setId(String id)
- 
 
- 
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.