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.
|
protected CommandContext | iCommandContext
command context
|
protected java.lang.String | iDataBeanKeyIOrderItemId
OrderItem ID
|
protected java.lang.String | iDataBeanKeyITradingId
Trading ID
|
protected TypedProperty | iRequestProperties
request properties
|
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.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyIOrderItemId
protected java.lang.String iDataBeanKeyITradingId
public OrderItemTradingRelationshipDataBean()
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyIOrderItemId()
public java.lang.String getDataBeanKeyITradingId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyIOrderItemId(java.lang.String aIOrderItemId)
public void setDataBeanKeyITradingId(java.lang.String aITradingId)
public void populate() throws java.lang.Exception