java.lang.Object | +--com.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()
getRequestProperties
in interface
InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
setRequestProperties
in interface
InputDataBean
aRequestProperty
-
com.ibm.commerce.datatype.TypedPropertyjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public CommandContext getCommandContext()
getCommandContext
in interface
SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface
SmartDataBean
aCommandContext
-
com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyDisplayName()
getDataBeanKeyDisplayName
in interface
FFMOrderItemsSmartDataBean
public java.lang.String getDataBeanKeyYorN()
getDataBeanKeyYorN
in interface
FFMOrderItemsSmartDataBean
public java.lang.String getDataBeanKeyName()
getDataBeanKeyName
in interface
FFMOrderItemsSmartDataBean
public java.lang.String getDataBeanKeyFulfillmentCenterId()
getDataBeanKeyFulfillmentCenterId
in interface
FFMOrderItemsSmartDataBean
public void setDataBeanKeyDisplayName(java.lang.String aDisplayName)
setDataBeanKeyDisplayName
in interface
FFMOrderItemsInputDataBean
aDisplayName
- java.lang.Stringpublic void setDataBeanKeyYorN(java.lang.String aYorN)
setDataBeanKeyYorN
in interface
FFMOrderItemsInputDataBean
aYorN
- java.lang.Stringpublic void setDataBeanKeyName(java.lang.String aName)
setDataBeanKeyName
in interface
FFMOrderItemsInputDataBean
aName
- java.lang.Stringpublic void setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
setDataBeanKeyFulfillmentCenterId
in interface
FFMOrderItemsInputDataBean
aFulfillmentCenterId
- java.lang.Stringpublic void populate() throws java.lang.Exception
populate
in interface
SmartDataBean
java.lang.Exception