public class OrderItemTradingRelationshipDataBean extends OrderItemTradingRelationshipDataBeanBase implements com.ibm.commerce.order.beans.OrderItemTradingRelationshipInputDataBean, com.ibm.commerce.order.beans.OrderItemTradingRelationshipSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderItemTradingRelationshipDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIOrderItemId()
This method returns the databean key: IOrderItemId.
|
java.lang.String |
getDataBeanKeyITradingId()
This method returns the databean key: ITradingId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderItemTradingRelationshipDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyIOrderItemId(java.lang.String aIOrderItemId)
This method sets the databean key: IOrderItemId.
|
void |
setDataBeanKeyITradingId(java.lang.String aITradingId)
This method sets the databean key: ITradingId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOrderItemId, findByTradingId, getEntity, getOrderItemId, getOrderItemIdInEntityType, getTradingId, getTradingIdInEntityType, instantiateEntity, setInitKey_iOrderItemId, setInitKey_iOrderItemId, setInitKey_iTradingId, setInitKey_iTradingId, setOrderItemId, setOrderItemId, setTradingId, setTradingIdpublic static final java.lang.String COPYRIGHT
public OrderItemTradingRelationshipDataBean()
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyIOrderItemId()
getDataBeanKeyIOrderItemId in interface com.ibm.commerce.order.beans.OrderItemTradingRelationshipSmartDataBeanpublic java.lang.String getDataBeanKeyITradingId()
getDataBeanKeyITradingId in interface com.ibm.commerce.order.beans.OrderItemTradingRelationshipSmartDataBeanpublic 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.OrderItemTradingRelationshipInputDataBeanaIOrderItemId - java.lang.Stringpublic void setDataBeanKeyITradingId(java.lang.String aITradingId)
setDataBeanKeyITradingId in interface com.ibm.commerce.order.beans.OrderItemTradingRelationshipInputDataBeanaITradingId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyIOrderItemId(String),
setDataBeanKeyITradingId(String)