com.ibm.commerce.inventory.objects
Class BackOrderItemAccessBean

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

public class BackOrderItemAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements BackOrderItemAccessBeanData

Each row contains the expected ship date of a backordered OrderItem.

See Also:
Serialized Form

Constructor Summary
BackOrderItemAccessBean()
          constructor
BackOrderItemAccessBean(javax.ejb.EJBObject o)
          constructor
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
protected  java.lang.String defaultJNDIName()
           
 java.lang.String getDateExpected()
          This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP.
 java.sql.Timestamp getDateExpectedInEJBType()
          This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP.
 java.lang.String getLastupdate()
          This method provides access to the BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP.
 java.lang.String getOrderItemsId()
          This method provides access to the BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOrderItemsIdInEJBType()
          This method provides access to the BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
protected  void instantiateEJB()
           
protected  boolean instantiateEJBByPrimaryKey()
           
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setDateExpected(java.lang.String newValue)
          This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP.
 void setDateExpected(java.sql.Timestamp newValue)
          This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP.
 void setInitKey_orderItemsId(java.lang.String newValue)
          Set the primary key for this object
 void setLastupdate(java.lang.String newValue)
          This method provides access to the BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP.
 void setLastupdate(java.sql.Timestamp newValue)
          This method provides access to the BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP.
 void setOrderItemsId(java.lang.Long newValue)
          This method provides access to the BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setOrderItemsId(java.lang.String newValue)
          This method provides access to the BKORDITEM.ORDERITEMS_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

BackOrderItemAccessBean

public BackOrderItemAccessBean()
constructor

BackOrderItemAccessBean

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

setInitKey_orderItemsId

public void setInitKey_orderItemsId(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

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 BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

Specified by:
getOrderItemsId in interface BackOrderItemAccessBeanData
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 BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

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 BKORDITEM.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

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

setOrderItemsId

public void setOrderItemsId(java.lang.Long newValue)

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

The following is a description of this column:

The OrderItem that is backordered.

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 BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Timestamp of the last update.

Specified by:
getLastupdate in interface BackOrderItemAccessBeanData
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 BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Timestamp of the 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 BKORDITEM.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Timestamp of the last update.

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

setLastupdate

public void setLastupdate(java.sql.Timestamp newValue)

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

The following is a description of this column:

Timestamp of the last update.

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

getDateExpected

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

This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP.

The following is a description of this column:

Expected ship date for the backordered Item.

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

getDateExpectedInEJBType

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

This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP.

The following is a description of this column:

Expected ship date for the backordered Item.

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

setDateExpected

public void setDateExpected(java.lang.String newValue)

This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP.

The following is a description of this column:

Expected ship date for the backordered Item.

Specified by:
setDateExpected in interface BackOrderItemAccessBeanData
Parameters:
newValue - String
Returns:
void

setDateExpected

public void setDateExpected(java.sql.Timestamp newValue)

This method provides access to the BKORDITEM.DATEEXPECTED column of DB2 type TIMESTAMP.

The following is a description of this column:

Expected ship date for the backordered Item.

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