org.kuali.student.lum.lu.dto
Class CluAccountingInfo

java.lang.Object
  extended by 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

Field Summary
private  List<AffiliatedOrgInfo> affiliatedOrgs
           
private  Map<String,String> attributes
           
private  String id
           
private static long serialVersionUID
           
 
Constructor Summary
CluAccountingInfo()
           
 
Method Summary
 List<AffiliatedOrgInfo> getAffiliatedOrgs()
           
 Map<String,String> getAttributes()
          List of key/value pairs, typically used for dynamic attributes.
 String getId()
           
 void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
           
 void setAttributes(Map<String,String> attributes)
           
 void setId(String id)
           
 
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

id

private String id
Constructor Detail

CluAccountingInfo

public CluAccountingInfo()
Method Detail

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

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.