public class OfferDescriptionDataBean extends OfferDescriptionDataBeanBase implements com.ibm.commerce.order.beans.OfferDescriptionInputDataBean, com.ibm.commerce.order.beans.OfferDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OfferDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns language id.
|
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 OfferDescriptionDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets language id.
|
void |
setDataBeanKeyOfferId(java.lang.String aOfferId)
This method sets offer id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOfferId, getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getOfferId, getOfferIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_languageId, setInitKey_offerId, setInitKey_offerId, setLanguageId, setLanguageId, setOfferId, setOfferIdpublic 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 getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.order.beans.OfferDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyOfferId()
getDataBeanKeyOfferId in interface com.ibm.commerce.order.beans.OfferDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
populate() method.
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextsetDataBeanKeyLanguageId(String),
setDataBeanKeyOfferId(String)public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.order.beans.OfferDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyOfferId(java.lang.String aOfferId)
setDataBeanKeyOfferId in interface com.ibm.commerce.order.beans.OfferDescriptionInputDataBeanaOfferId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception