com.ibm.commerce.fulfillment.beans
Class FFMOrderItemsListDataBean

java.lang.Object
  |
  +--com.ibm.commerce.fulfillment.beansrc.FFMOrderItemsListListDataBeanBase
        |
        +--com.ibm.commerce.fulfillment.beans.FFMOrderItemsListDataBean
All Implemented Interfaces:
DataBean, FFMOrderItemsInputListDataBean, FFMOrderItemsSmartListDataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class FFMOrderItemsListDataBean
extends com.ibm.commerce.fulfillment.beansrc.FFMOrderItemsListListDataBeanBase
implements FFMOrderItemsInputListDataBean, FFMOrderItemsSmartListDataBean

FulfillmentOrderItems ListDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright
protected  CommandContext iCommandContext
          Command context
protected  java.lang.String iDataBeanKeyLanguageId
          languageId
protected  java.lang.String iDataBeanKeyStoreentId
          storeentId
protected   FFMOrderItemsDataBean[] iFFMOrderItemsListDataBean
          FFMOrderItemsDataBean array
protected  TypedProperty iRequestProperties
          Request properties
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Constructor Summary
FFMOrderItemsListDataBean()
          Databean constructor.
 
Method Summary
  CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyLanguageId()
          Returns LanguageId
 java.lang.String getDataBeanKeyStoreentId()
          Returns StoreentId
  FFMOrderItemsDataBean[] getFFMOrderItemsList()
          Returns FFMOrderItemDataBean array
  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 setDataBeanKeyLanguageId(java.lang.String aLanguageId)
          Sets languageId
 void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
          Sets storeentId
 void setFFMOrderItemsList( FFMOrderItemsDataBean[] aListDataBean)
          Sets FFMOrderItemsDataBean array
 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

iDataBeanKeyLanguageId

protected java.lang.String iDataBeanKeyLanguageId
languageId

iDataBeanKeyStoreentId

protected java.lang.String iDataBeanKeyStoreentId
storeentId

iFFMOrderItemsListDataBean

protected FFMOrderItemsDataBean[] iFFMOrderItemsListDataBean
FFMOrderItemsDataBean array
Constructor Detail

FFMOrderItemsListDataBean

public FFMOrderItemsListDataBean()
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

getDataBeanKeyLanguageId

public java.lang.String getDataBeanKeyLanguageId()
Returns LanguageId
Specified by:
getDataBeanKeyLanguageId in interface FFMOrderItemsSmartListDataBean
Returns:
java.lang.String

getDataBeanKeyStoreentId

public java.lang.String getDataBeanKeyStoreentId()
Returns StoreentId
Specified by:
getDataBeanKeyStoreentId in interface FFMOrderItemsSmartListDataBean
Returns:
java.lang.String

getFFMOrderItemsList

public FFMOrderItemsDataBean[] getFFMOrderItemsList()
Returns FFMOrderItemDataBean array
Specified by:
getFFMOrderItemsList in interface FFMOrderItemsSmartListDataBean
Returns:
FFMOrderItemsDataBean[]

setDataBeanKeyLanguageId

public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets languageId
Specified by:
setDataBeanKeyLanguageId in interface FFMOrderItemsInputListDataBean
Parameters:
aLanguageId - java.lang.String
Returns:
void

setDataBeanKeyStoreentId

public void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
Sets storeentId
Specified by:
setDataBeanKeyStoreentId in interface FFMOrderItemsInputListDataBean
Parameters:
aStoreentId - java.lang.String
Returns:
void

setFFMOrderItemsList

public void setFFMOrderItemsList(FFMOrderItemsDataBean[] aListDataBean)
Sets FFMOrderItemsDataBean array
Specified by:
setFFMOrderItemsList in interface FFMOrderItemsInputListDataBean
Parameters:
aListDataBean - FFMOrderItemsDataBean[]
Returns:
void

populate

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