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, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
public CluAccountingInfo()
public CluAccountingInfo(CluAccounting cluAccounting)
public String getId()
HasId
public RichTextInfo getDescr()
CluAccounting
getDescr
in interface CluAccounting
public void setDescr(RichTextInfo descr)
public List<AffiliatedOrgInfo> getAffiliatedOrgs()
CluAccounting
getAffiliatedOrgs
in interface CluAccounting
public void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.