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, setTypeKey
getMeta, setMeta, toString
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getEffectiveDate, getExpirationDate
getAttributes
public RateOfferingRelationInfo()
public RateOfferingRelationInfo(RateOfferingRelation relation)
relation
- the RateOfferingRelation to copypublic String getRateId()
RateOfferingRelation
getRateId
in interface RateOfferingRelation
public String getFormatOfferingId()
RateOfferingRelation
getFormatOfferingId
in interface RateOfferingRelation
public void setFormatOfferingId(String formatOfferingId)
public List<String> getActivityOfferingIds()
RateOfferingRelation
getActivityOfferingIds
in interface RateOfferingRelation
public void setActivityOfferingIds(List<String> activityOfferingIds)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.