public class CluAccountingInfo extends HasAttributesInfo implements CluAccounting, Serializable
| Constructor and Description |
|---|
CluAccountingInfo() |
CluAccountingInfo(CluAccounting cluAccounting) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic CluAccountingInfo()
public CluAccountingInfo(CluAccounting cluAccounting)
public String getId()
HasIdpublic RichTextInfo getDescr()
CluAccountinggetDescr in interface CluAccountingpublic void setDescr(RichTextInfo descr)
public List<AffiliatedOrgInfo> getAffiliatedOrgs()
CluAccountinggetAffiliatedOrgs in interface CluAccountingpublic void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.