public class OfferPriceDataBean extends OfferPriceDataBeanBase implements com.ibm.commerce.order.beans.OfferPriceInputDataBean, com.ibm.commerce.order.beans.OfferPriceSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OfferPriceDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCurrency()
This method returns currency.
|
java.lang.String |
getDataBeanKeyOfferId()
This method returns offer id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OfferPriceDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCurrency(java.lang.String aCurrency)
This method sets currency
|
void |
setDataBeanKeyOfferId(java.lang.String aOfferId)
This method sets offer id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOffer, findByOffersAndCurrency, getComparePrice, getComparePriceInEntityType, getCurrency, getEntity, getOfferId, getOfferIdInEntityType, getPrice, getPriceInEntityType, instantiateEntity, setComparePrice, setComparePrice, setInitKey_currency, setInitKey_offerId, setInitKey_offerId, setPrice, setPricepublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyOfferId()
getDataBeanKeyOfferId in interface com.ibm.commerce.order.beans.OfferPriceSmartDataBeanpublic java.lang.String getDataBeanKeyCurrency()
getDataBeanKeyCurrency in interface com.ibm.commerce.order.beans.OfferPriceSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyOfferId(java.lang.String aOfferId)
setDataBeanKeyOfferId in interface com.ibm.commerce.order.beans.OfferPriceInputDataBeanaOfferId - java.lang.Stringpublic void setDataBeanKeyCurrency(java.lang.String aCurrency)
setDataBeanKeyCurrency in interface com.ibm.commerce.order.beans.OfferPriceInputDataBeanaCurrency - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyCurrency(String),
setDataBeanKeyOfferId(String)