public class RateOfferingRelationInfo extends RelationshipInfo implements RateOfferingRelation
| Constructor and Description | 
|---|
RateOfferingRelationInfo()
Constructs a new RateOfferingRelationInfo. 
 | 
RateOfferingRelationInfo(RateOfferingRelation relation)
Constructs a new RateOfferingRelationInfo from another
 RateOfferingRelation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getActivityOfferingIds()
The list of ActivityOfferings within the FormatOffering to
 which this Rate applies. 
 | 
String | 
getFormatOfferingId()
The Id for the FormatOffering. 
 | 
String | 
getRateId()
The Id for the rate. 
 | 
void | 
setActivityOfferingIds(List<String> activityOfferingIds)  | 
void | 
setFormatOfferingId(String formatOfferingId)  | 
void | 
setRateId(String rateId)  | 
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setEffectiveDate, setExpirationDate, setId, setState, setStateKey, setType, setTypeKeygetMeta, setMeta, toStringgetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetEffectiveDate, getExpirationDategetAttributespublic RateOfferingRelationInfo()
public RateOfferingRelationInfo(RateOfferingRelation relation)
relation - the RateOfferingRelation to copypublic String getRateId()
RateOfferingRelationgetRateId in interface RateOfferingRelationpublic String getFormatOfferingId()
RateOfferingRelationgetFormatOfferingId in interface RateOfferingRelationpublic void setFormatOfferingId(String formatOfferingId)
public List<String> getActivityOfferingIds()
RateOfferingRelationgetActivityOfferingIds in interface RateOfferingRelationpublic void setActivityOfferingIds(List<String> activityOfferingIds)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.