public class FFMOrderItemsDataBean extends com.ibm.commerce.fulfillment.beansrc.FFMOrderItemsListDataBeanBase implements FFMOrderItemsInputDataBean, FFMOrderItemsSmartDataBean
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 | iDataBeanKeyDisplayName
displayName
|
protected java.lang.String | iDataBeanKeyFulfillmentCenterId
fulfillmentCenterId
|
protected java.lang.String | iDataBeanKeyName
name
|
protected java.lang.String | iDataBeanKeyYorN
Yes or No
|
protected TypedProperty | iRequestProperties
Request properties
|
Constructor and Description |
---|
FFMOrderItemsDataBean()
Databean constructor.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyDisplayName()
This method returns the databean key:display name.
|
java.lang.String | getDataBeanKeyFulfillmentCenterId()
This method returns the databean key:fulfillment center id.
|
java.lang.String | getDataBeanKeyName()
This method returns the databean key:name.
|
java.lang.String | getDataBeanKeyYorN()
This method returns the databean key:yes or not(YorN).
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the FFMOrderItemsDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyDisplayName(java.lang.String aDisplayName)
This method sets the databean key:display name.
|
void | setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
This method sets the databean key:fulfillment center id.
|
void | setDataBeanKeyName(java.lang.String aName)
This method sets the databean key:name.
|
void | setDataBeanKeyYorN(java.lang.String aYorN)
This method sets the databean key:yes or not(YorN).
|
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 iDataBeanKeyDisplayName
protected java.lang.String iDataBeanKeyYorN
protected java.lang.String iDataBeanKeyName
protected java.lang.String iDataBeanKeyFulfillmentCenterId
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public java.lang.String getDataBeanKeyDisplayName()
public java.lang.String getDataBeanKeyYorN()
public java.lang.String getDataBeanKeyName()
public java.lang.String getDataBeanKeyFulfillmentCenterId()
public void setDataBeanKeyDisplayName(java.lang.String aDisplayName)
public void setDataBeanKeyYorN(java.lang.String aYorN)
public void setDataBeanKeyName(java.lang.String aName)
public void setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
public void populate() throws java.lang.Exception