public class OrderItemOfferRelationshipDataBean extends OrderItemOfferRelationshipDataBeanBase implements com.ibm.commerce.order.beans.OrderItemOfferRelationshipInputDataBean, com.ibm.commerce.order.beans.OrderItemOfferRelationshipSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderItemOfferRelationshipDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIOfferId()
This method returns offer id.
|
java.lang.String |
getDataBeanKeyIOrderItemId()
This method returns order item id.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderItemOfferRelationshipDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyIOfferId(java.lang.String aIOfferId)
This method sets offer id.
|
void |
setDataBeanKeyIOrderItemId(java.lang.String aIOrderItemId)
This method sets order item id.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOfferId, findByOrderItemId, getEntity, getOfferId, getOfferIdInEntityType, getOrderItemId, getOrderItemIdInEntityType, instantiateEntity, setInitKey_iOfferId, setInitKey_iOfferId, setInitKey_iOrderItemId, setInitKey_iOrderItemId, setOfferId, setOfferId, setOrderItemId, setOrderItemIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - TypedPropertypublic java.lang.String getDataBeanKeyIOrderItemId()
getDataBeanKeyIOrderItemId in interface com.ibm.commerce.order.beans.OrderItemOfferRelationshipSmartDataBeanpublic java.lang.String getDataBeanKeyIOfferId()
getDataBeanKeyIOfferId in interface com.ibm.commerce.order.beans.OrderItemOfferRelationshipSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIOrderItemId(java.lang.String aIOrderItemId)
setDataBeanKeyIOrderItemId in interface com.ibm.commerce.order.beans.OrderItemOfferRelationshipInputDataBeanaIOrderItemId - java.lang.Stringpublic void setDataBeanKeyIOfferId(java.lang.String aIOfferId)
setDataBeanKeyIOfferId in interface com.ibm.commerce.order.beans.OrderItemOfferRelationshipInputDataBeanaIOfferId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyIOfferId(String),
setDataBeanKeyIOrderItemId(String)