com.ibm.commerce.inventory.objects
Class ExpectedInventoryRecordsAccessBean

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

public class ExpectedInventoryRecordsAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ExpectedInventoryRecordsAccessBeanData

Records general information about inventory expected from a vendor. &quo

See Also:
Serialized Form

Constructor Summary
ExpectedInventoryRecordsAccessBean()
          constructor
ExpectedInventoryRecordsAccessBean(javax.ejb.EJBObject o)
          constructor
ExpectedInventoryRecordsAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.sql.Timestamp arg2, java.sql.Timestamp arg3)
          constructor
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
protected  java.lang.String defaultJNDIName()
           
 java.util.Enumeration findByAll()           Retrieves all the Expected Inventory Records The SQL query used to fetch the requested row from the RA table is:
SELECT * FROM RA T1 WHERE 1=1
 java.util.Enumeration findByExpectedInventoryRecordsIdAndMarkForDelete(java.lang.Long arg0)           Retrieves all the Expected Inventory Records with the specified RAID and have not been deleted The SQL query used to fetch the requested row from the RA table is:
SELECT * FROM RA T1 WHERE T1.RAID = ? AND T1.MARKFORDELETE = 0
 java.util.Enumeration findByVendorIdSortedByExpectedInventoryRecordsId(java.lang.Long arg0)           Retrieves all the Open Expected Inventory Records with the specified VENDOR_ID The SQL query used to fetch the requested row from the RA table is:
SELECT * FROM RA T1 WHERE T1.VENDOR_ID = ? AND T1.OPENINDICATOR = 'Y' ORDER BY T1.RA_ID
 java.lang.String getCreateTime()
          This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 java.sql.Timestamp getCreateTimeInEJBType()
          This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 java.lang.String getDateClosed()
          This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.
 java.sql.Timestamp getDateClosedInEJBType()
          This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.
 java.lang.String getExpectedInventoryRecordsId()
          This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getExpectedInventoryRecordsIdInEJBType()
          This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getExternalId()
          This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20).
 java.lang.String getLastupdate()
          This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP.
 java.lang.String getMarkForDelete()
          This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
 java.lang.Integer getMarkForDeleteInEJBType()
          This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
 java.lang.String getOpenIndicator()
          This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1).
 java.lang.String getOrderDate()
          This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
 java.sql.Timestamp getOrderDateInEJBType()
          This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
 java.lang.String getStoreId()
          This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreIdInEJBType()
          This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getVendorId()
          This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getVendorIdInEJBType()
          This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.
protected  void instantiateEJB()
           
protected  boolean instantiateEJBByPrimaryKey()
           
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setCreateTime(java.lang.String newValue)
          This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 void setCreateTime(java.sql.Timestamp newValue)
          This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 void setDateClosed(java.lang.String newValue)
          This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.
 void setDateClosed(java.sql.Timestamp newValue)
          This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.
 void setExpectedInventoryRecordsId(java.lang.Long newValue)
          This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.
 void setExpectedInventoryRecordsId(java.lang.String newValue)
          This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.
 void setExternalId(java.lang.String newValue)
          This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20).
 void setInitKey_expectedInventoryRecordsId(java.lang.String newValue)
          Set the primary key for this object
 void setLastupdate(java.lang.String newValue)
          This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP.
 void setLastupdate(java.sql.Timestamp newValue)
          This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP.
 void setMarkForDelete(java.lang.Integer newValue)
          This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setMarkForDelete(java.lang.String newValue)
          This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setOpenIndicator(java.lang.String newValue)
          This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1).
 void setOrderDate(java.lang.String newValue)
          This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
 void setOrderDate(java.sql.Timestamp newValue)
          This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
 void setStoreId(java.lang.Integer newValue)
          This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
 void setStoreId(java.lang.String newValue)
          This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
 void setVendorId(java.lang.Long newValue)
          This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.
 void setVendorId(java.lang.String newValue)
          This method provides access to the RA.VENDOR_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

ExpectedInventoryRecordsAccessBean

public ExpectedInventoryRecordsAccessBean()
constructor

ExpectedInventoryRecordsAccessBean

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

ExpectedInventoryRecordsAccessBean

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

findByAll

public java.util.Enumeration findByAll()
                                throws java.rmi.RemoteException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

Retrieves all the Expected Inventory Records
The SQL query used to fetch the requested row from the RA table is: SELECT * FROM RA T1 WHERE 1=1

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

findByExpectedInventoryRecordsIdAndMarkForDelete

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

Retrieves all the Expected Inventory Records with the specified RAID and have not been deleted
The SQL query used to fetch the requested row from the RA table is: SELECT * FROM RA T1 WHERE T1.RAID = ? AND T1.MARKFORDELETE = 0

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

findByVendorIdSortedByExpectedInventoryRecordsId

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

Retrieves all the Open Expected Inventory Records with the specified VENDOR_ID
The SQL query used to fetch the requested row from the RA table is: SELECT * FROM RA T1 WHERE T1.VENDOR_ID = ? AND T1.OPENINDICATOR = 'Y' ORDER BY T1.RA_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 - The javax.naming.NamingException exception

setInitKey_expectedInventoryRecordsId

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

getOrderDate

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

This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the order was created with the vendor.

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

getOrderDateInEJBType

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

This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the order was created with the vendor.

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

setOrderDate

public void setOrderDate(java.lang.String newValue)

This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the order was created with the vendor.

Specified by:
setOrderDate in interface ExpectedInventoryRecordsAccessBeanData
Parameters:
newValue - String
Returns:
void

setOrderDate

public void setOrderDate(java.sql.Timestamp newValue)

This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the order was created with the vendor.

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

getOpenIndicator

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

This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1).

The following is a description of this column:

Y = Expected inventory may still be received and allocated to backorders. N = No further inventory will be received. Expected inventory may not be allocated to backorders.

Specified by:
getOpenIndicator in interface ExpectedInventoryRecordsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOpenIndicator

public void setOpenIndicator(java.lang.String newValue)

This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1).

The following is a description of this column:

Y = Expected inventory may still be received and allocated to backorders. N = No further inventory will be received. Expected inventory may not be allocated to backorders.

Specified by:
setOpenIndicator in interface ExpectedInventoryRecordsAccessBeanData
Parameters:
newValue - java.lang.String
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 RA.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time of the last update.

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

The following is a description of this column:

The time 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 RA.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The time of the last update.

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

setLastupdate

public void setLastupdate(java.sql.Timestamp newValue)

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

The following is a description of this column:

The time of the last update.

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

getMarkForDelete

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

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

The following is a description of this column:

Indicates if this row has been marked for deletion:&l

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

getMarkForDeleteInEJBType

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

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

The following is a description of this column:

Indicates if this row has been marked for deletion:&l

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

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

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

The following is a description of this column:

Indicates if this row has been marked for deletion:&l

Specified by:
setMarkForDelete in interface ExpectedInventoryRecordsAccessBeanData
Parameters:
newValue - String
Returns:
void

setMarkForDelete

public void setMarkForDelete(java.lang.Integer newValue)

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

The following is a description of this column:

Indicates if this row has been marked for deletion:&l

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

getCreateTime

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

This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date and time the row was created.

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

getCreateTimeInEJBType

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

This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date and time the row was created.

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

setCreateTime

public void setCreateTime(java.lang.String newValue)

This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date and time the row was created.

Specified by:
setCreateTime in interface ExpectedInventoryRecordsAccessBeanData
Parameters:
newValue - String
Returns:
void

setCreateTime

public void setCreateTime(java.sql.Timestamp newValue)

This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date and time the row was created.

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

getStoreId

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

This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store that owns the order.

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

getStoreIdInEJBType

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

This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store that owns the order.

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

setStoreId

public void setStoreId(java.lang.String newValue)

This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store that owns the order.

Specified by:
setStoreId in interface ExpectedInventoryRecordsAccessBeanData
Parameters:
newValue - String
Returns:
void

setStoreId

public void setStoreId(java.lang.Integer newValue)

This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store that owns the order.

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

getVendorId

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

This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Vendor that will be supplying the inventory for the order.

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

getVendorIdInEJBType

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

This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Vendor that will be supplying the inventory for the order.

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

setVendorId

public void setVendorId(java.lang.String newValue)

This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Vendor that will be supplying the inventory for the order.

Specified by:
setVendorId in interface ExpectedInventoryRecordsAccessBeanData
Parameters:
newValue - String
Returns:
void

setVendorId

public void setVendorId(java.lang.Long newValue)

This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Vendor that will be supplying the inventory for the order.

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

getExternalId

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

This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20).

The following is a description of this column:

An external identifier, usually supplied by the vendor, that can be used to reference this record.

Specified by:
getExternalId in interface ExpectedInventoryRecordsAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setExternalId

public void setExternalId(java.lang.String newValue)

This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20).

The following is a description of this column:

An external identifier, usually supplied by the vendor, that can be used to reference this record.

Specified by:
setExternalId in interface ExpectedInventoryRecordsAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getExpectedInventoryRecordsId

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

This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

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

getExpectedInventoryRecordsIdInEJBType

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

This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

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

setExpectedInventoryRecordsId

public void setExpectedInventoryRecordsId(java.lang.String newValue)

This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

Specified by:
setExpectedInventoryRecordsId in interface ExpectedInventoryRecordsAccessBeanData
Parameters:
newValue - String
Returns:
void

setExpectedInventoryRecordsId

public void setExpectedInventoryRecordsId(java.lang.Long newValue)

This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

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

getDateClosed

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

This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.

The following is a description of this column:

The date this record was closed.

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

getDateClosedInEJBType

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

This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.

The following is a description of this column:

The date this record was closed.

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

setDateClosed

public void setDateClosed(java.lang.String newValue)

This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.

The following is a description of this column:

The date this record was closed.

Specified by:
setDateClosed in interface ExpectedInventoryRecordsAccessBeanData
Parameters:
newValue - String
Returns:
void

setDateClosed

public void setDateClosed(java.sql.Timestamp newValue)

This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.

The following is a description of this column:

The date this record was closed.

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