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