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.
|
getDelegate
findByOrderItemId, findByTradingId, getEntity, getOrderItemId, getOrderItemIdInEntityType, getTradingId, getTradingIdInEntityType, instantiateEntity, setInitKey_iOrderItemId, setInitKey_iOrderItemId, setInitKey_iTradingId, setInitKey_iTradingId, setOrderItemId, setOrderItemId, setTradingId, setTradingId
public static final java.lang.String COPYRIGHT
public OrderItemTradingRelationshipDataBean()
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyIOrderItemId()
getDataBeanKeyIOrderItemId
in interface com.ibm.commerce.order.beans.OrderItemTradingRelationshipSmartDataBean
public java.lang.String getDataBeanKeyITradingId()
getDataBeanKeyITradingId
in interface com.ibm.commerce.order.beans.OrderItemTradingRelationshipSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIOrderItemId(java.lang.String aIOrderItemId)
setDataBeanKeyIOrderItemId
in interface com.ibm.commerce.order.beans.OrderItemTradingRelationshipInputDataBean
aIOrderItemId
- java.lang.Stringpublic void setDataBeanKeyITradingId(java.lang.String aITradingId)
setDataBeanKeyITradingId
in interface com.ibm.commerce.order.beans.OrderItemTradingRelationshipInputDataBean
aITradingId
- java.lang.Stringpublic void populate()
populate()
method.
populate
in interface SmartDataBean
java.lang.Exception
setDataBeanKeyIOrderItemId(String)
,
setDataBeanKeyITradingId(String)