com.ibm.commerce.inventory.objects
Class RaDetailAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.inventory.objects.RaDetailAccessBean
All Implemented Interfaces:
RaDetailAccessBeanData, java.io.Serializable

public class RaDetailAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements RaDetailAccessBeanData

This bean provides access to the RADETAIL table.

The following is a description of this table:

This table contains detailed information about items on an expected inventory record.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
RaDetailAccessBean()
          Default constructor.
RaDetailAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
RaDetailAccessBean(java.lang.Long RaId, java.lang.Long ItemspcId, java.sql.Timestamp ExpectedDate)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByRaId(java.lang.Long RaId)
          Retrieves all the Expected Inventory Record Details with the specified RAID
The SQL query used to fetch the requested row from the RADETAIL table is:
SELECT * FROM RADETAIL T1 WHERE T1.RA_ID = ?
 java.lang.String getExpectedDate()
          This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
 java.sql.Timestamp getExpectedDateInEJBType()
          This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
 java.lang.String getFfmcenterId()
          This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getFfmcenterIdInEJBType()
          This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.String getItemspcId()
          This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getItemspcIdInEJBType()
          This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getLastupdate()
          This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getMarkForDelete()
          This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMarkForDeleteInEJBType()
          This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyAllocated()
          This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyAllocatedInEJBType()
          This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyOrdered()
          This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyOrderedInEJBType()
          This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyReceived()
          This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyReceivedInEJBType()
          This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 java.lang.String getQtyRemaining()
          This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getQtyRemainingInEJBType()
          This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
 java.lang.String getRaDetailComment()
          This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.
 java.lang.String getRaDetailId()
          This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getRaDetailIdInEJBType()
          This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getRaId()
          This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getRaIdInEJBType()
          This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setExpectedDate(java.lang.String aExpectedDate)
          This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
 void setExpectedDate(java.sql.Timestamp aExpectedDate)
          This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
 void setFfmcenterId(java.lang.Integer aFfmcenterId)
          This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setFfmcenterId(java.lang.String aFfmcenterId)
          This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setInitKey_raDetailId(java.lang.String aInitKey_raDetailId)
          Set the primary key for this object
 void setItemspcId(java.lang.Long aItemspcId)
          This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 void setItemspcId(java.lang.String aItemspcId)
          This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 void setLastupdate(java.lang.String aLastupdate)
          This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setMarkForDelete(java.lang.String aMarkForDelete)
          This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setQtyAllocated(java.lang.Integer aQtyAllocated)
          This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
 void setQtyAllocated(java.lang.String aQtyAllocated)
          This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
 void setQtyOrdered(java.lang.Integer aQtyOrdered)
          This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
 void setQtyOrdered(java.lang.String aQtyOrdered)
          This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
 void setQtyReceived(java.lang.Integer aQtyReceived)
          This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 void setQtyReceived(java.lang.String aQtyReceived)
          This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
 void setQtyRemaining(java.lang.Integer aQtyRemaining)
          This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
 void setQtyRemaining(java.lang.String aQtyRemaining)
          This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
 void setRaDetailComment(java.lang.String aRaDetailComment)
          This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.
 void setRaDetailId(java.lang.Long aRaDetailId)
          This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 void setRaDetailId(java.lang.String aRaDetailId)
          This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 void setRaId(java.lang.Long aRaId)
          This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
 void setRaId(java.lang.String aRaId)
          This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RaDetailAccessBean

public RaDetailAccessBean()

Default constructor. Maps to findByPrimaryKey.


RaDetailAccessBean

public RaDetailAccessBean(javax.ejb.EJBObject object)
                   throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

RaDetailAccessBean

public RaDetailAccessBean(java.lang.Long RaId,
                          java.lang.Long ItemspcId,
                          java.sql.Timestamp ExpectedDate)
                   throws javax.naming.NamingException,
                          javax.ejb.CreateException,
                          java.rmi.RemoteException,
                          javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
RaId - - java.lang.Long
ItemspcId - - java.lang.Long
ExpectedDate - - java.sql.Timestamp
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

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).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
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

findByRaId

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

Retrieves all the Expected Inventory Record Details with the specified RAID
The SQL query used to fetch the requested row from the RADETAIL table is:
SELECT * FROM RADETAIL T1 WHERE T1.RA_ID = ?

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

getExpectedDate

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

This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the inventory is expected.

Specified by:
getExpectedDate in interface RaDetailAccessBeanData
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

getExpectedDateInEJBType

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

This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the inventory is expected.

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

getFfmcenterId

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

This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

FulfillmentCenter identifier.

Specified by:
getFfmcenterId in interface RaDetailAccessBeanData
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

getFfmcenterIdInEJBType

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

This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

FulfillmentCenter identifier.

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

getItemspcId

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

This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

Specified by:
getItemspcId in interface RaDetailAccessBeanData
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

getItemspcIdInEJBType

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

This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

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

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

The following is a description of this column:

Timestamp of last update.

Specified by:
getLastupdate in interface RaDetailAccessBeanData
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

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

The following is a description of this column:

Timestamp of last update.

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

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 RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.

Specified by:
getMarkForDelete in interface RaDetailAccessBeanData
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

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 RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.

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

getQtyAllocated

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

This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity of expected inventory that has been allocated to backorders.

Specified by:
getQtyAllocated in interface RaDetailAccessBeanData
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

getQtyAllocatedInEJBType

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

This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity of expected inventory that has been allocated to backorders.

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

getQtyOrdered

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

This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity ordered from vendor in this expected inventory record.

Specified by:
getQtyOrdered in interface RaDetailAccessBeanData
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

getQtyOrderedInEJBType

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

This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity ordered from vendor in this expected inventory record.

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

getQtyReceived

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

This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity received to date from the vendor for this expected inventory record.

Specified by:
getQtyReceived in interface RaDetailAccessBeanData
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

getQtyReceivedInEJBType

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

This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity received to date from the vendor for this expected inventory record.

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

getQtyRemaining

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

This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.

Specified by:
getQtyRemaining in interface RaDetailAccessBeanData
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

getQtyRemainingInEJBType

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

This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.

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

getRaDetailComment

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

This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Comment.

Specified by:
getRaDetailComment in interface RaDetailAccessBeanData
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

getRaDetailId

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

This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

Specified by:
getRaDetailId in interface RaDetailAccessBeanData
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

getRaDetailIdInEJBType

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

This method provides access to the RADETAIL.RADETAIL_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 - 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

getRaId

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

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

The following is a description of this column:

Expected inventory record identifier.

Specified by:
getRaId in interface RaDetailAccessBeanData
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

getRaIdInEJBType

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

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

The following is a description of this column:

Expected inventory record identifier.

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

refreshCopyHelper

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

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
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

setExpectedDate

public void setExpectedDate(java.lang.String aExpectedDate)

This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the inventory is expected.

Specified by:
setExpectedDate in interface RaDetailAccessBeanData
Parameters:
aExpectedDate - java.lang.String
Returns:
void

setExpectedDate

public void setExpectedDate(java.sql.Timestamp aExpectedDate)

This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the inventory is expected.

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

setFfmcenterId

public void setFfmcenterId(java.lang.Integer aFfmcenterId)

This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

FulfillmentCenter identifier.

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

setFfmcenterId

public void setFfmcenterId(java.lang.String aFfmcenterId)

This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

FulfillmentCenter identifier.

Specified by:
setFfmcenterId in interface RaDetailAccessBeanData
Parameters:
aFfmcenterId - java.lang.String
Returns:
void

setInitKey_raDetailId

public void setInitKey_raDetailId(java.lang.String aInitKey_raDetailId)

Set the primary key for this object

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

setItemspcId

public void setItemspcId(java.lang.Long aItemspcId)

This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

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

setItemspcId

public void setItemspcId(java.lang.String aItemspcId)

This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Item identifier.

Specified by:
setItemspcId in interface RaDetailAccessBeanData
Parameters:
aItemspcId - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.lang.String aLastupdate)

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

The following is a description of this column:

Timestamp of last update.

Specified by:
setLastupdate in interface RaDetailAccessBeanData
Parameters:
aLastupdate - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

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

The following is a description of this column:

Timestamp of last update.

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

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.

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

setMarkForDelete

public void setMarkForDelete(java.lang.String aMarkForDelete)

This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.

Specified by:
setMarkForDelete in interface RaDetailAccessBeanData
Parameters:
aMarkForDelete - java.lang.String
Returns:
void

setQtyAllocated

public void setQtyAllocated(java.lang.Integer aQtyAllocated)

This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity of expected inventory that has been allocated to backorders.

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

setQtyAllocated

public void setQtyAllocated(java.lang.String aQtyAllocated)

This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity of expected inventory that has been allocated to backorders.

Specified by:
setQtyAllocated in interface RaDetailAccessBeanData
Parameters:
aQtyAllocated - java.lang.String
Returns:
void

setQtyOrdered

public void setQtyOrdered(java.lang.Integer aQtyOrdered)

This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity ordered from vendor in this expected inventory record.

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

setQtyOrdered

public void setQtyOrdered(java.lang.String aQtyOrdered)

This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity ordered from vendor in this expected inventory record.

Specified by:
setQtyOrdered in interface RaDetailAccessBeanData
Parameters:
aQtyOrdered - java.lang.String
Returns:
void

setQtyReceived

public void setQtyReceived(java.lang.Integer aQtyReceived)

This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity received to date from the vendor for this expected inventory record.

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

setQtyReceived

public void setQtyReceived(java.lang.String aQtyReceived)

This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity received to date from the vendor for this expected inventory record.

Specified by:
setQtyReceived in interface RaDetailAccessBeanData
Parameters:
aQtyReceived - java.lang.String
Returns:
void

setQtyRemaining

public void setQtyRemaining(java.lang.Integer aQtyRemaining)

This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.

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

setQtyRemaining

public void setQtyRemaining(java.lang.String aQtyRemaining)

This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.

Specified by:
setQtyRemaining in interface RaDetailAccessBeanData
Parameters:
aQtyRemaining - java.lang.String
Returns:
void

setRaDetailComment

public void setRaDetailComment(java.lang.String aRaDetailComment)

This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Comment.

Specified by:
setRaDetailComment in interface RaDetailAccessBeanData
Parameters:
aRaDetailComment - java.lang.String
Returns:
void

setRaDetailId

public void setRaDetailId(java.lang.Long aRaDetailId)

This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

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

setRaDetailId

public void setRaDetailId(java.lang.String aRaDetailId)

This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

Specified by:
setRaDetailId in interface RaDetailAccessBeanData
Parameters:
aRaDetailId - java.lang.String
Returns:
void

setRaId

public void setRaId(java.lang.Long aRaId)

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

The following is a description of this column:

Expected inventory record identifier.

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

setRaId

public void setRaId(java.lang.String aRaId)

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

The following is a description of this column:

Expected inventory record identifier.

Specified by:
setRaId in interface RaDetailAccessBeanData
Parameters:
aRaId - java.lang.String
Returns:
void