com.ibm.commerce.orderstatus.beans
Class OrderFulfillmentStatusDataBean

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

public class OrderFulfillmentStatusDataBean
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
OrderFulfillmentStatusDataBean()
           
 
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 getComment()
          IBM internal use only.
 java.lang.String getCurrency()
          IBM internal use only.
 java.lang.String getDataBeanKeyOrderStatusId()
          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.sql.Timestamp getLastUpdateTime()
          IBM internal use only.
 java.lang.String getMerchantOrderNumber()
          IBM internal use only.
 java.lang.Long getOrderId()
          IBM internal use only.
 java.lang.String getOrderStatus()
          IBM internal use only.
 java.lang.Long getOrderStatusId()
          IBM internal use only.
 java.lang.Long getOwner()
          IBM internal use only.
 java.sql.Timestamp getPlaceDateTime()
          IBM internal use only.
 java.math.BigDecimal getPriceTotal()
          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 getSequenceNumber()
          IBM internal use only.
 java.lang.String getShipCondition()
          IBM internal use only.
 java.lang.String getShippingModeFlag()
          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.Integer getVersioning()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void propertySet(java.util.Hashtable aPertySet)
          IBM internal use only.
 void setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
          IBM internal use only.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setComment(java.lang.String aComment)
          IBM internal use only.
 void setCurrency(java.lang.String aCurrency)
          IBM internal use only.
 void setDataBeanKeyOrderStatusId(java.lang.String aDataBeanKeyOrderStatusId)
          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 setLastUpdateTime(java.sql.Timestamp aLastUpdateTime)
          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 setOrderStatus(java.lang.String aOrderStatus)
          IBM internal use only.
 void setOrderStatusId(java.lang.Long aOrderStatusId)
          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 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 setSequenceNumber(java.lang.String aSequenceNumber)
          IBM internal use only.
 void setShipCondition(java.lang.String aShipCondition)
          IBM internal use only.
 void setShippingModeFlag(java.lang.String aShippingModeFlag)
          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 setVersioning(java.lang.Integer aVersioning)
          IBM internal use only.
 

Constructor Detail

OrderFulfillmentStatusDataBean

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

getComment

public java.lang.String getComment()
                            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

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

getDataBeanKeyOrderStatusId

public java.lang.String getDataBeanKeyOrderStatusId()

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

getLastUpdateTime

public java.sql.Timestamp getLastUpdateTime()
                                     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

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

getOrderStatus

public java.lang.String getOrderStatus()
                                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

getOrderStatusId

public java.lang.Long getOrderStatusId()
                                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

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

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

getSequenceNumber

public java.lang.String getSequenceNumber()
                                   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

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

getShippingModeFlag

public java.lang.String getShippingModeFlag()
                                     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

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

propertySet

public void propertySet(java.util.Hashtable aPertySet)
                 throws java.rmi.RemoteException,
                        javax.ejb.FinderException,
                        javax.naming.NamingException

IBM internal use only.

Parameters:
aPertySet - java.util.Hashtable
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException 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

setComment

public void setComment(java.lang.String aComment)

IBM internal use only.

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

setCurrency

public void setCurrency(java.lang.String aCurrency)

IBM internal use only.

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

setDataBeanKeyOrderStatusId

public void setDataBeanKeyOrderStatusId(java.lang.String aDataBeanKeyOrderStatusId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyOrderStatusId - 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

setLastUpdateTime

public void setLastUpdateTime(java.sql.Timestamp aLastUpdateTime)

IBM internal use only.

Parameters:
aLastUpdateTime - java.sql.Timestamp
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

setOrderStatus

public void setOrderStatus(java.lang.String aOrderStatus)

IBM internal use only.

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

setOrderStatusId

public void setOrderStatusId(java.lang.Long aOrderStatusId)

IBM internal use only.

Parameters:
aOrderStatusId - java.lang.Long
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

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

setSequenceNumber

public void setSequenceNumber(java.lang.String aSequenceNumber)

IBM internal use only.

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

setShipCondition

public void setShipCondition(java.lang.String aShipCondition)

IBM internal use only.

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

setShippingModeFlag

public void setShippingModeFlag(java.lang.String aShippingModeFlag)

IBM internal use only.

Parameters:
aShippingModeFlag - 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

setVersioning

public void setVersioning(java.lang.Integer aVersioning)

IBM internal use only.

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