com.ibm.commerce.inventory.objects
Class OrderItemShippingHistoryAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
        |
        +--com.ibm.commerce.inventory.objects.OrderItemShippingHistoryAccessBean
All Implemented Interfaces:
OrderItemShippingHistoryAccessBeanData

public class OrderItemShippingHistoryAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements OrderItemShippingHistoryAccessBeanData

Each row contains information about inventory that has been released for fulfillment of an OrderItem.

See Also:
Serialized Form

Constructor Summary
OrderItemShippingHistoryAccessBean()
          constructor
OrderItemShippingHistoryAccessBean(javax.ejb.EJBObject o)
          constructor
OrderItemShippingHistoryAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Integer arg2, java.lang.Integer arg3)
          constructor
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
protected  java.lang.String defaultJNDIName()
           
 java.util.Enumeration findByOrderItemsId(java.lang.Long arg0)           Retrieves the information about inventory that has been released for fulfillment with the specified ORDERITEMS_ID The SQL query used to fetch the requested row from the ORDSHIPHST table is:
SELECT * FROM ORDSHIPHST T1 WHERE T1.ORDERITEMS_ID = ?
 java.util.Enumeration findNonTrackedInventoryByOrderItemsId(java.lang.Long arg0)           Retrieves the information about inventory that has been released for fulfillment with the specified Receipt_Id and OrderItems_id The SQL query used to fetch the requested row from the ORDSHIPHST table is:
SELECT * FROM ORDSHIPHST T1 WHERE T1.Receipt_Id is null and T1.OrderItems_id =?
 java.lang.String getDateShipped()
          This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.
 java.sql.Timestamp getDateShippedInEJBType()
          This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.
 java.lang.String getLastupdate()
          This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.
 java.lang.String getOrderItemsId()
          This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOrderItemsIdInEJBType()
          This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getOrdShipHstNum()
          This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getOrdShipHstNumInEJBType()
          This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyReturned()
          This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.
 java.lang.Integer getQtyReturnedInEJBType()
          This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.
 java.lang.String getQtyShipped()
          This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.
 java.lang.Integer getQtyShippedInEJBType()
          This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.
 java.lang.String getReceiptId()
          This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.
 java.lang.Long getReceiptIdInEJBType()
          This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.
 java.lang.String getVersionSpcId()
          This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getVersionSpcIdInEJBType()
          This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
protected  void instantiateEJB()
           
protected  boolean instantiateEJBByPrimaryKey()
           
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setDateShipped(java.lang.String newValue)
          This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.
 void setDateShipped(java.sql.Timestamp newValue)
          This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.
 void setInitKey_orderItemsId(java.lang.String newValue)
          Set the primary key for this object
 void setInitKey_ordShipHstNum(java.lang.String newValue)
          Set the primary key for this object
 void setLastupdate(java.lang.String newValue)
          This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.
 void setLastupdate(java.sql.Timestamp newValue)
          This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.
 void setOrderItemsId(java.lang.Long newValue)
          This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setOrderItemsId(java.lang.String newValue)
          This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setOrdShipHstNum(java.lang.Integer newValue)
          This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
 void setOrdShipHstNum(java.lang.String newValue)
          This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.
 void setQtyReturned(java.lang.Integer newValue)
          This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setQtyReturned(java.lang.String newValue)
          This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setQtyShipped(java.lang.Integer newValue)
          This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.
 void setQtyShipped(java.lang.String newValue)
          This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.
 void setReceiptId(java.lang.Long newValue)
          This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.
 void setReceiptId(java.lang.String newValue)
          This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.
 void setVersionSpcId(java.lang.Long newValue)
          This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 void setVersionSpcId(java.lang.String newValue)
          This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderItemShippingHistoryAccessBean

public OrderItemShippingHistoryAccessBean()
constructor

OrderItemShippingHistoryAccessBean

public OrderItemShippingHistoryAccessBean(javax.ejb.EJBObject o)
                                   throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

OrderItemShippingHistoryAccessBean

public OrderItemShippingHistoryAccessBean(java.lang.Long arg0,
                                          java.lang.Long arg1,
                                          java.lang.Integer arg2,
                                          java.lang.Integer arg3)
                                   throws javax.naming.NamingException,
                                          javax.ejb.CreateException,
                                          java.rmi.RemoteException,
                                          javax.ejb.FinderException
constructor
Parameters:
arg0 - java.lang.Long
arg1 - java.lang.Long
arg2 - java.lang.Integer
arg3 - java.lang.Integer
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail

findByOrderItemsId

public java.util.Enumeration findByOrderItemsId(java.lang.Long arg0)
                                         throws java.rmi.RemoteException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

Retrieves the information about inventory that has been released for fulfillment with the specified ORDERITEMS_ID
The SQL query used to fetch the requested row from the ORDSHIPHST table is: SELECT * FROM ORDSHIPHST T1 WHERE T1.ORDERITEMS_ID = ?

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findNonTrackedInventoryByOrderItemsId

public java.util.Enumeration findNonTrackedInventoryByOrderItemsId(java.lang.Long arg0)
                                                            throws java.rmi.RemoteException,
                                                                   javax.ejb.FinderException,
                                                                   javax.naming.NamingException

Retrieves the information about inventory that has been released for fulfillment with the specified Receipt_Id and OrderItems_id
The SQL query used to fetch the requested row from the ORDSHIPHST table is: SELECT * FROM ORDSHIPHST T1 WHERE T1.Receipt_Id is null and T1.OrderItems_id =?

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInitKey_orderItemsId

public void setInitKey_orderItemsId(java.lang.String newValue)

Set the primary key for this object

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

setInitKey_ordShipHstNum

public void setInitKey_ordShipHstNum(java.lang.String newValue)

Set the primary key for this object

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

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

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

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

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

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyShipped

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

This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.

The following is a description of this column:

Quantity shipped from this receipt.

Specified by:
getQtyShipped in interface OrderItemShippingHistoryAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyShippedInEJBType

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

This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.

The following is a description of this column:

Quantity shipped from this receipt.

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

setQtyShipped

public void setQtyShipped(java.lang.String newValue)

This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.

The following is a description of this column:

Quantity shipped from this receipt.

Specified by:
setQtyShipped in interface OrderItemShippingHistoryAccessBeanData
Parameters:
newValue - String
Returns:
void

setQtyShipped

public void setQtyShipped(java.lang.Integer newValue)

This method provides access to the ORDSHIPHST.QTYSHIPPED column of DB2 type INTEGER.

The following is a description of this column:

Quantity shipped from this receipt.

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

getVersionSpcId

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

This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The item that describes the shipped inventory.

Specified by:
getVersionSpcId in interface OrderItemShippingHistoryAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getVersionSpcIdInEJBType

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

This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The item that describes the shipped inventory.

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

setVersionSpcId

public void setVersionSpcId(java.lang.String newValue)

This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The item that describes the shipped inventory.

Specified by:
setVersionSpcId in interface OrderItemShippingHistoryAccessBeanData
Parameters:
newValue - String
Returns:
void

setVersionSpcId

public void setVersionSpcId(java.lang.Long newValue)

This method provides access to the ORDSHIPHST.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The item that describes the shipped inventory.

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

getQtyReturned

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

This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

The amount returned by the customer.

Specified by:
getQtyReturned in interface OrderItemShippingHistoryAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyReturnedInEJBType

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

This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

The amount returned by the customer.

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

setQtyReturned

public void setQtyReturned(java.lang.String newValue)

This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

The amount returned by the customer.

Specified by:
setQtyReturned in interface OrderItemShippingHistoryAccessBeanData
Parameters:
newValue - String
Returns:
void

setQtyReturned

public void setQtyReturned(java.lang.Integer newValue)

This method provides access to the ORDSHIPHST.QTYRETURNED column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

The amount returned by the customer.

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

getOrdShipHstNum

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

This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for an OrderItem.

Specified by:
getOrdShipHstNum in interface OrderItemShippingHistoryAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOrdShipHstNumInEJBType

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

This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for an OrderItem.

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

setOrdShipHstNum

public void setOrdShipHstNum(java.lang.String newValue)

This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for an OrderItem.

Specified by:
setOrdShipHstNum in interface OrderItemShippingHistoryAccessBeanData
Parameters:
newValue - String
Returns:
void

setOrdShipHstNum

public void setOrdShipHstNum(java.lang.Integer newValue)

This method provides access to the ORDSHIPHST.ORDSHIPHSTNUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for an OrderItem.

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

getOrderItemsId

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

This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem.

Specified by:
getOrderItemsId in interface OrderItemShippingHistoryAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOrderItemsIdInEJBType

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

This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem.

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

setOrderItemsId

public void setOrderItemsId(java.lang.String newValue)

This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem.

Specified by:
setOrderItemsId in interface OrderItemShippingHistoryAccessBeanData
Parameters:
newValue - String
Returns:
void

setOrderItemsId

public void setOrderItemsId(java.lang.Long newValue)

This method provides access to the ORDSHIPHST.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem.

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

getLastupdate

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

This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time of last update.

Specified by:
getLastupdate in interface OrderItemShippingHistoryAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLastupdateInEJBType

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

This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time of last update.

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

setLastupdate

public void setLastupdate(java.lang.String newValue)

This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time of last update.

Specified by:
setLastupdate in interface OrderItemShippingHistoryAccessBeanData
Parameters:
newValue - String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp newValue)

This method provides access to the ORDSHIPHST.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time of last update.

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

getDateShipped

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

This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.

The following is a description of this column:

The time the OrderItem was released for fulfillment.

Specified by:
getDateShipped in interface OrderItemShippingHistoryAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getDateShippedInEJBType

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

This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.

The following is a description of this column:

The time the OrderItem was released for fulfillment.

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

setDateShipped

public void setDateShipped(java.lang.String newValue)

This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.

The following is a description of this column:

The time the OrderItem was released for fulfillment.

Specified by:
setDateShipped in interface OrderItemShippingHistoryAccessBeanData
Parameters:
newValue - String
Returns:
void

setDateShipped

public void setDateShipped(java.sql.Timestamp newValue)

This method provides access to the ORDSHIPHST.DATESHIPPED column of DB2 type TIMESTAMP.

The following is a description of this column:

The time the OrderItem was released for fulfillment.

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

getReceiptId

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

This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.

The following is a description of this column:

The receipt for the shipped inventory.

Specified by:
getReceiptId in interface OrderItemShippingHistoryAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getReceiptIdInEJBType

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

This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.

The following is a description of this column:

The receipt for the shipped inventory.

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

setReceiptId

public void setReceiptId(java.lang.String newValue)

This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.

The following is a description of this column:

The receipt for the shipped inventory.

Specified by:
setReceiptId in interface OrderItemShippingHistoryAccessBeanData
Parameters:
newValue - String
Returns:
void

setReceiptId

public void setReceiptId(java.lang.Long newValue)

This method provides access to the ORDSHIPHST.RECEIPT_ID column of DB2 type BIGINT.

The following is a description of this column:

The receipt for the shipped inventory.

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