public class RevenueInfo extends HasAttributesAndMetaInfo implements Revenue, Serializable
| Constructor and Description |
|---|
RevenueInfo() |
RevenueInfo(Revenue revenue) |
| Modifier and Type | Method and Description |
|---|---|
List<AffiliatedOrgInfo> |
getAffiliatedOrgs()
List of affiliated organizations
|
String |
getFeeType()
The fee type that identifies the revenue to be distributed.
|
String |
getId()
The system assigned unique id to identify this Object.
|
void |
setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs) |
void |
setFeeType(String feeType) |
void |
setId(String id) |
getMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributes, setAttributeValue, setAttributeValueListclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic RevenueInfo()
public RevenueInfo(Revenue revenue)
public String getFeeType()
RevenuegetFeeType in interface Revenuepublic void setFeeType(String feeType)
public List<AffiliatedOrgInfo> getAffiliatedOrgs()
RevenuegetAffiliatedOrgs in interface Revenuepublic void setAffiliatedOrgs(List<AffiliatedOrgInfo> affiliatedOrgs)
public String getId()
HasIdCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.