java.lang.Objectcom.ibm.commerce.fulfillment.beansrc.FFMOrderItemsListDataBeanBase
com.ibm.commerce.fulfillment.beans.FFMOrderItemsDataBean
FulfillmentOrderItemsDataBean
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright |
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 |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
FFMOrderItemsDataBean() Databean constructor. |
Method Summary | |
CommandContext | getCommandContext() Gets the command context set within this bean. |
java.lang.String | getDataBeanKeyDisplayName() Returns DisplayName |
java.lang.String | getDataBeanKeyFulfillmentCenterId() Returns FulfillmentCenterId |
java.lang.String | getDataBeanKeyName() Returns Name |
java.lang.String | getDataBeanKeyYorN() Returns YorN |
TypedProperty | getRequestProperties() Gets the request property set within this bean. |
void | populate() IBM internal use only. |
void | setCommandContext(CommandContext aCommandContext) Sets the command context within this bean. |
void | setDataBeanKeyDisplayName(java.lang.String aDisplayName) Sets displayName |
void | setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId) Sets fulfillmentCentreId |
void | setDataBeanKeyName(java.lang.String aName) Sets name |
void | setDataBeanKeyYorN(java.lang.String aYorN) Sets YorN |
void | setRequestProperties(TypedProperty aRequestProperty) Sets the request property within this bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
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
Constructor Detail |
public FFMOrderItemsDataBean()
Method Detail |
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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.