com.ibm.commerce.fulfillment.beans
Class FFMOrderItemsDataBean

java.lang.Object
  |
  +--com.ibm.commerce.fulfillment.beansrc.FFMOrderItemsListDataBeanBase
        |
        +--com.ibm.commerce.fulfillment.beans.FFMOrderItemsDataBean
All Implemented Interfaces:
DataBean, FFMOrderItemsInputDataBean, FFMOrderItemsSmartDataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class FFMOrderItemsDataBean
extends com.ibm.commerce.fulfillment.beansrc.FFMOrderItemsListDataBeanBase
implements FFMOrderItemsInputDataBean, FFMOrderItemsSmartDataBean

FulfillmentOrderItemsDataBean

See Also:
Serialized Form

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
IBM Copyright
See Also:
Constant Field Values

iCommandContext

protected CommandContext iCommandContext
Command context

iRequestProperties

protected TypedProperty iRequestProperties
Request properties

iDataBeanKeyDisplayName

protected java.lang.String iDataBeanKeyDisplayName
displayName

iDataBeanKeyYorN

protected java.lang.String iDataBeanKeyYorN
Yes or No

iDataBeanKeyName

protected java.lang.String iDataBeanKeyName
name

iDataBeanKeyFulfillmentCenterId

protected java.lang.String iDataBeanKeyFulfillmentCenterId
fulfillmentCenterId
Constructor Detail

FFMOrderItemsDataBean

public FFMOrderItemsDataBean()
Databean constructor.
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request property set within this bean.
Specified by:
getRequestProperties in interface InputDataBean
Returns:
com.ibm.commerce.datatype.TypedProperty

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request property within this bean.
Specified by:
setRequestProperties in interface InputDataBean
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Specified by:
getCommandContext in interface SmartDataBean
Returns:
com.ibm.commerce.command.CommandContext

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Specified by:
setCommandContext in interface SmartDataBean
Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext

getDataBeanKeyDisplayName

public java.lang.String getDataBeanKeyDisplayName()
Returns DisplayName
Specified by:
getDataBeanKeyDisplayName in interface FFMOrderItemsSmartDataBean
Returns:
java.lang.String

getDataBeanKeyYorN

public java.lang.String getDataBeanKeyYorN()
Returns YorN
Specified by:
getDataBeanKeyYorN in interface FFMOrderItemsSmartDataBean
Returns:
java.lang.String

getDataBeanKeyName

public java.lang.String getDataBeanKeyName()
Returns Name
Specified by:
getDataBeanKeyName in interface FFMOrderItemsSmartDataBean
Returns:
java.lang.String

getDataBeanKeyFulfillmentCenterId

public java.lang.String getDataBeanKeyFulfillmentCenterId()
Returns FulfillmentCenterId
Specified by:
getDataBeanKeyFulfillmentCenterId in interface FFMOrderItemsSmartDataBean
Returns:
java.lang.String

setDataBeanKeyDisplayName

public void setDataBeanKeyDisplayName(java.lang.String aDisplayName)
Sets displayName
Specified by:
setDataBeanKeyDisplayName in interface FFMOrderItemsInputDataBean
Parameters:
aDisplayName - java.lang.String
Returns:
void

setDataBeanKeyYorN

public void setDataBeanKeyYorN(java.lang.String aYorN)
Sets YorN
Specified by:
setDataBeanKeyYorN in interface FFMOrderItemsInputDataBean
Parameters:
aYorN - java.lang.String
Returns:
void

setDataBeanKeyName

public void setDataBeanKeyName(java.lang.String aName)
Sets name
Specified by:
setDataBeanKeyName in interface FFMOrderItemsInputDataBean
Parameters:
aName - java.lang.String
Returns:
void

setDataBeanKeyFulfillmentCenterId

public void setDataBeanKeyFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
Sets fulfillmentCentreId
Specified by:
setDataBeanKeyFulfillmentCenterId in interface FFMOrderItemsInputDataBean
Parameters:
aFulfillmentCenterId - java.lang.String
Returns:
void

populate

public void populate()
              throws java.lang.Exception
IBM internal use only.
Specified by:
populate in interface SmartDataBean
Throws:
java.lang.Exception