org.kuali.student.r2.lum.clu.dto
Class CluAccountingInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.lum.clu.dto.CluAccountingInfo
All Implemented Interfaces:
Serializable, HasAttributes, HasId, HasPrimaryKey, CluAccounting

public class CluAccountingInfo
extends HasAttributesInfo
implements CluAccounting, Serializable

See Also:
Serialized Form

Constructor Summary
CluAccountingInfo()
           
CluAccountingInfo(CluAccounting cluAccounting)
           
 
Method Summary
 List<AffiliatedOrgInfo> getAffiliatedOrgs()
          List of Affiliated Orgs
 RichTextInfo getDescr()
          Narrative description of the CLU Accounting
 String getId()
          The system assigned unique id to identify this Object.
 void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
           
 void setDescr(RichTextInfo descr)
           
 void setId(String id)
           
 
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

CluAccountingInfo

public CluAccountingInfo()

CluAccountingInfo

public CluAccountingInfo(CluAccounting cluAccounting)
Method Detail

getId

public String getId()
Description copied from interface: HasId
The system assigned unique id to identify this Object. Could be implemented as as sequence number or as a UUID. Attempts to set this value on creates should result in a ReadOnlyException being thrown An Id:

Specified by:
getId in interface HasId

setId

public void setId(String id)

getDescr

public RichTextInfo getDescr()
Description copied from interface: CluAccounting
Narrative description of the CLU Accounting

Specified by:
getDescr in interface CluAccounting

setDescr

public void setDescr(RichTextInfo descr)

getAffiliatedOrgs

public List<AffiliatedOrgInfo> getAffiliatedOrgs()
Description copied from interface: CluAccounting
List of Affiliated Orgs

Specified by:
getAffiliatedOrgs in interface CluAccounting

setAffiliatedOrgs

public void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)


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