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, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
public ExpenditureInfo()
public ExpenditureInfo(Expenditure expenditure)
public List<AffiliatedOrgInfo> getAffiliatedOrgs()
Expenditure
getAffiliatedOrgs
in interface Expenditure
public void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
public String getId()
HasId
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.