com.ibm.commerce.orderstatus.beans
Class OrderFulfillmentItemStatusDataBean

com.ibm.commerce.orderstatus.beans.OrderFulfillmentItemStatusDataBean
All Implemented Interfaces:
Delegator, Protectable

public class OrderFulfillmentItemStatusDataBean
implements Delegator, Protectable

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.security.Protectable
COPYRIGHT
 
Constructor Summary
OrderFulfillmentItemStatusDataBean()
           
 
Method Summary
 boolean fulfills(java.lang.Long aFills, java.lang.String aFills)
          IBM internal use only.
 java.sql.Timestamp getActualShipDateTime()
          IBM internal use only.
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getCurrency()
          IBM internal use only.
 java.lang.String getDataBeanKeyOrderItemStatusId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.Integer getField1()
          IBM internal use only.
 java.math.BigDecimal getField2()
          IBM internal use only.
 java.lang.String getField3()
          IBM internal use only.
 java.sql.Timestamp getInvoiceDateTime()
          IBM internal use only.
 java.math.BigDecimal getInvoiceValue()
          IBM internal use only.
 java.lang.String getItemComment()
          IBM internal use only.
 java.lang.String getMerchantItemNumber()
          IBM internal use only.
 java.lang.String getMerchantOrderNumber()
          IBM internal use only.
 java.lang.Long getOrderId()
          IBM internal use only.
 java.lang.Long getOrderItemId()
          IBM internal use only.
 java.lang.String getOrderItemStatus()
          IBM internal use only.
 java.lang.Long getOrderItemStatusId()
          IBM internal use only.
 java.lang.Long getOwner()
          IBM internal use only.
 java.lang.String getPartNumber()
          IBM internal use only.
 java.sql.Timestamp getPlaceDateTime()
          IBM internal use only.
 java.math.BigDecimal getPriceTotal()
          IBM internal use only.
 java.lang.Integer getQuantityConfirmed()
          IBM internal use only.
 java.lang.Integer getQuantityRequested()
          IBM internal use only.
 java.lang.Integer getQuantityShipped()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.sql.Timestamp getRequestShipDateTime()
          IBM internal use only.
 java.sql.Timestamp getScheduleShipDateTime()
          IBM internal use only.
 java.lang.String getShipCondition()
          IBM internal use only.
 java.math.BigDecimal getShippingTaxTotal()
          IBM internal use only.
 java.math.BigDecimal getShippingTotal()
          IBM internal use only.
 java.math.BigDecimal getTaxTotal()
          IBM internal use only.
 java.lang.String getUnitOfMeasure()
          IBM internal use only.
 java.math.BigDecimal getUnitPrice()
          IBM internal use only.
 java.lang.Integer getVersioning()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
          IBM internal use only.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setCurrency(java.lang.String aCurrency)
          IBM internal use only.
 void setDataBeanKeyOrderItemStatusId(java.lang.String aDataBeanKeyOrderItemStatusId)
          Set its primary key for fetching.
 void setField1(java.lang.Integer aField1)
          IBM internal use only.
 void setField2(java.math.BigDecimal aField2)
          IBM internal use only.
 void setField3(java.lang.String aField3)
          IBM internal use only.
 void setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)
          IBM internal use only.
 void setInvoiceValue(java.math.BigDecimal aInvoiceValue)
          IBM internal use only.
 void setItemComment(java.lang.String aItemComment)
          IBM internal use only.
 void setMerchantItemNumber(java.lang.String aMerchantItemNumber)
          IBM internal use only.
 void setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)
          IBM internal use only.
 void setOrderId(java.lang.Long aOrderId)
          IBM internal use only.
 void setOrderItemId(java.lang.Long aOrderItemId)
          IBM internal use only.
 void setOrderItemStatus(java.lang.String aOrderItemStatus)
          IBM internal use only.
 void setOrderItemStatusId(java.lang.Long aOrderItemStatusId)
          IBM internal use only.
 void setPartNumber(java.lang.String aPartNumber)
          IBM internal use only.
 void setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)
          IBM internal use only.
 void setPriceTotal(java.math.BigDecimal aPriceTotal)
          IBM internal use only.
 void setQuantityConfirmed(java.lang.Integer aQuantityConfirmed)
          IBM internal use only.
 void setQuantityRequested(java.lang.Integer aQuantityRequested)
          IBM internal use only.
 void setQuantityShipped(java.lang.Integer aQuantityShipped)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)
          IBM internal use only.
 void setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)
          IBM internal use only.
 void setShipCondition(java.lang.String aShipCondition)
          IBM internal use only.
 void setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
          IBM internal use only.
 void setShippingTotal(java.math.BigDecimal aShippingTotal)
          IBM internal use only.
 void setTaxTotal(java.math.BigDecimal aTaxTotal)
          IBM internal use only.
 void setUnitOfMeasure(java.lang.String aUnitOfMeasure)
          IBM internal use only.
 void setUnitPrice(java.math.BigDecimal aUnitPrice)
          IBM internal use only.
 void setVersioning(java.lang.Integer aVersioning)
          IBM internal use only.
 

Constructor Detail

OrderFulfillmentItemStatusDataBean

public OrderFulfillmentItemStatusDataBean()
Method Detail

fulfills

public boolean fulfills(java.lang.Long aFills,
                        java.lang.String aFills)
                 throws java.rmi.RemoteException,
                        java.lang.Exception

IBM internal use only.

Specified by:
fulfills in interface Protectable
Parameters:
aFills - java.lang.Long
aFills - java.lang.String
Returns:
boolean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception exception

getActualShipDateTime

public java.sql.Timestamp getActualShipDateTime()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getCurrency

public java.lang.String getCurrency()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDataBeanKeyOrderItemStatusId

public java.lang.String getDataBeanKeyOrderItemStatusId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getField1

public java.lang.Integer getField1()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

public java.math.BigDecimal getField2()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInvoiceDateTime

public java.sql.Timestamp getInvoiceDateTime()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInvoiceValue

public java.math.BigDecimal getInvoiceValue()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getItemComment

public java.lang.String getItemComment()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMerchantItemNumber

public java.lang.String getMerchantItemNumber()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMerchantOrderNumber

public java.lang.String getMerchantOrderNumber()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderId

public java.lang.Long getOrderId()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderItemId

public java.lang.Long getOrderItemId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderItemStatus

public java.lang.String getOrderItemStatus()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderItemStatusId

public java.lang.Long getOrderItemStatusId()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException

IBM internal use only.

Specified by:
getOwner in interface Protectable
Returns:
java.lang.Long
Throws:
java.lang.Exception - The java.lang.Exception exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getPartNumber

public java.lang.String getPartNumber()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPlaceDateTime

public java.sql.Timestamp getPlaceDateTime()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPriceTotal

public java.math.BigDecimal getPriceTotal()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantityConfirmed

public java.lang.Integer getQuantityConfirmed()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantityRequested

public java.lang.Integer getQuantityRequested()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantityShipped

public java.lang.Integer getQuantityShipped()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getRequestShipDateTime

public java.sql.Timestamp getRequestShipDateTime()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getScheduleShipDateTime

public java.sql.Timestamp getScheduleShipDateTime()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShipCondition

public java.lang.String getShipCondition()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingTaxTotal

public java.math.BigDecimal getShippingTaxTotal()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingTotal

public java.math.BigDecimal getShippingTotal()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTaxTotal

public java.math.BigDecimal getTaxTotal()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUnitOfMeasure

public java.lang.String getUnitOfMeasure()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUnitPrice

public java.math.BigDecimal getUnitPrice()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getVersioning

public java.lang.Integer getVersioning()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setActualShipDateTime

public void setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)

IBM internal use only.

Parameters:
aActualShipDateTime - java.sql.Timestamp
Returns:
void

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setCurrency

public void setCurrency(java.lang.String aCurrency)

IBM internal use only.

Parameters:
aCurrency - java.lang.String
Returns:
void

setDataBeanKeyOrderItemStatusId

public void setDataBeanKeyOrderItemStatusId(java.lang.String aDataBeanKeyOrderItemStatusId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyOrderItemStatusId - java.lang.String
Returns:
void

setField1

public void setField1(java.lang.Integer aField1)

IBM internal use only.

Parameters:
aField1 - java.lang.Integer
Returns:
void

setField2

public void setField2(java.math.BigDecimal aField2)

IBM internal use only.

Parameters:
aField2 - java.math.BigDecimal
Returns:
void

setField3

public void setField3(java.lang.String aField3)

IBM internal use only.

Parameters:
aField3 - java.lang.String
Returns:
void

setInvoiceDateTime

public void setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)

IBM internal use only.

Parameters:
aInvoiceDateTime - java.sql.Timestamp
Returns:
void

setInvoiceValue

public void setInvoiceValue(java.math.BigDecimal aInvoiceValue)

IBM internal use only.

Parameters:
aInvoiceValue - java.math.BigDecimal
Returns:
void

setItemComment

public void setItemComment(java.lang.String aItemComment)

IBM internal use only.

Parameters:
aItemComment - java.lang.String
Returns:
void

setMerchantItemNumber

public void setMerchantItemNumber(java.lang.String aMerchantItemNumber)

IBM internal use only.

Parameters:
aMerchantItemNumber - java.lang.String
Returns:
void

setMerchantOrderNumber

public void setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)

IBM internal use only.

Parameters:
aMerchantOrderNumber - java.lang.String
Returns:
void

setOrderId

public void setOrderId(java.lang.Long aOrderId)

IBM internal use only.

Parameters:
aOrderId - java.lang.Long
Returns:
void

setOrderItemId

public void setOrderItemId(java.lang.Long aOrderItemId)

IBM internal use only.

Parameters:
aOrderItemId - java.lang.Long
Returns:
void

setOrderItemStatus

public void setOrderItemStatus(java.lang.String aOrderItemStatus)

IBM internal use only.

Parameters:
aOrderItemStatus - java.lang.String
Returns:
void

setOrderItemStatusId

public void setOrderItemStatusId(java.lang.Long aOrderItemStatusId)

IBM internal use only.

Parameters:
aOrderItemStatusId - java.lang.Long
Returns:
void

setPartNumber

public void setPartNumber(java.lang.String aPartNumber)

IBM internal use only.

Parameters:
aPartNumber - java.lang.String
Returns:
void

setPlaceDateTime

public void setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)

IBM internal use only.

Parameters:
aPlaceDateTime - java.sql.Timestamp
Returns:
void

setPriceTotal

public void setPriceTotal(java.math.BigDecimal aPriceTotal)

IBM internal use only.

Parameters:
aPriceTotal - java.math.BigDecimal
Returns:
void

setQuantityConfirmed

public void setQuantityConfirmed(java.lang.Integer aQuantityConfirmed)

IBM internal use only.

Parameters:
aQuantityConfirmed - java.lang.Integer
Returns:
void

setQuantityRequested

public void setQuantityRequested(java.lang.Integer aQuantityRequested)

IBM internal use only.

Parameters:
aQuantityRequested - java.lang.Integer
Returns:
void

setQuantityShipped

public void setQuantityShipped(java.lang.Integer aQuantityShipped)

IBM internal use only.

Parameters:
aQuantityShipped - java.lang.Integer
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setRequestShipDateTime

public void setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)

IBM internal use only.

Parameters:
aRequestShipDateTime - java.sql.Timestamp
Returns:
void

setScheduleShipDateTime

public void setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)

IBM internal use only.

Parameters:
aScheduleShipDateTime - java.sql.Timestamp
Returns:
void

setShipCondition

public void setShipCondition(java.lang.String aShipCondition)

IBM internal use only.

Parameters:
aShipCondition - java.lang.String
Returns:
void

setShippingTaxTotal

public void setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)

IBM internal use only.

Parameters:
aShippingTaxTotal - java.math.BigDecimal
Returns:
void

setShippingTotal

public void setShippingTotal(java.math.BigDecimal aShippingTotal)

IBM internal use only.

Parameters:
aShippingTotal - java.math.BigDecimal
Returns:
void

setTaxTotal

public void setTaxTotal(java.math.BigDecimal aTaxTotal)

IBM internal use only.

Parameters:
aTaxTotal - java.math.BigDecimal
Returns:
void

setUnitOfMeasure

public void setUnitOfMeasure(java.lang.String aUnitOfMeasure)

IBM internal use only.

Parameters:
aUnitOfMeasure - java.lang.String
Returns:
void

setUnitPrice

public void setUnitPrice(java.math.BigDecimal aUnitPrice)

IBM internal use only.

Parameters:
aUnitPrice - java.math.BigDecimal
Returns:
void

setVersioning

public void setVersioning(java.lang.Integer aVersioning)

IBM internal use only.

Parameters:
aVersioning - java.lang.Integer
Returns:
void