public class ExpenditureInfo extends HasAttributesAndMetaInfo implements Expenditure, Serializable
| Constructor and Description |
|---|
ExpenditureInfo() |
ExpenditureInfo(Expenditure expenditure) |
| Modifier and Type | Method and Description |
|---|---|
List<AffiliatedOrgInfo> |
getAffiliatedOrgs()
List of affiliated organizations.
|
String |
getId()
The system assigned unique id to identify this Object.
|
void |
setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs) |
void |
setId(String id) |
getMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic ExpenditureInfo()
public ExpenditureInfo(Expenditure expenditure)
public List<AffiliatedOrgInfo> getAffiliatedOrgs()
ExpendituregetAffiliatedOrgs in interface Expenditurepublic void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
public String getId()
HasIdCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.