com.ibm.commerce.inventory.objects
Class ExpectedInventoryRecordsDetailAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsDetailAccessBean
All Implemented Interfaces:
ExpectedInventoryRecordsDetailAccessBeanData

public class ExpectedInventoryRecordsDetailAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ExpectedInventoryRecordsDetailAccessBeanData

This table contains detailed information about items on an expected inventory record. This access bean corresponds to the database table 'RADETAIL'.

See Also:
Serialized Form

Constructor Summary
ExpectedInventoryRecordsDetailAccessBean()
Zero argument constructor used to initialize the access bean.
ExpectedInventoryRecordsDetailAccessBean(javax.ejb.EJBObject o)
constructor
ExpectedInventoryRecordsDetailAccessBean(java.lang.Long newExpectedInventoryRecordsId, java.lang.Integer newFfmCenterId, java.lang.Long newItemspcId, java.sql.Timestamp newExpectedDate)
Maps to a corresponding ejbCreate method in the home interface of the EJB
ExpectedInventoryRecordsDetailAccessBean(java.lang.Long newExpectedInventoryRecordsId, java.lang.Long newItemspcId, java.sql.Timestamp newExpectedDate)
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).
protected java.lang.String defaultJNDIName()
java.util.Enumeration findByExpectedInventoryRecordsId(java.lang.Long aExpectedInventoryRecordsId) 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.RAID = ?
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 getExpectedInventoryRecordsDetailComment()
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254).
java.lang.String getExpectedInventoryRecordsDetailId()
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getExpectedInventoryRecordsDetailIdInEJBType()
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getExpectedInventoryRecordsId()
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getExpectedInventoryRecordsIdInEJBType()
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getFfmcenterId()
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER.
java.lang.Integer getFfmcenterIdInEJBType()
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER.
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.
java.sql.Timestamp getLastupdateInEJBType()
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP.
java.lang.String getMarkForDelete()
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.Integer getMarkForDeleteInEJBType()
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.String getQtyAllocated()
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.Integer getQtyAllocatedInEJBType()
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.String getQtyOrdered()
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.Integer getQtyOrderedInEJBType()
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.String getQtyReceived()
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.Integer getQtyReceivedInEJBType()
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.String getQtyRemaining()
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.Integer getQtyRemainingInEJBType()
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL DEFAULT 0.
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setExpectedDate(java.lang.String newValue)
This method accesses a non-CMP field
void setExpectedDate(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setExpectedInventoryRecordsDetailComment(java.lang.String newValue)
This method accesses a non-CMP field
void setExpectedInventoryRecordsDetailId(java.lang.Long newValue)
This method accesses a non-CMP field
void setExpectedInventoryRecordsDetailId(java.lang.String newValue)
This method accesses a non-CMP field
void setExpectedInventoryRecordsId(java.lang.Long newValue)
This method accesses a non-CMP field
void setExpectedInventoryRecordsId(java.lang.String newValue)
This method accesses a non-CMP field
void setFfmcenterId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setFfmcenterId(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_expectedInventoryRecordsDetailId(java.lang.String newValue)
Set the primary key for this object
void setItemspcId(java.lang.Long newValue)
This method accesses a non-CMP field
void setItemspcId(java.lang.String newValue)
This method accesses a non-CMP field
void setLastupdate(java.lang.String newValue)
This method accesses a non-CMP field
void setLastupdate(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setMarkForDelete(java.lang.Integer newValue)
This method accesses a non-CMP field
void setMarkForDelete(java.lang.String newValue)
This method accesses a non-CMP field
void setQtyAllocated(java.lang.Integer newValue)
This method accesses a non-CMP field
void setQtyAllocated(java.lang.String newValue)
This method accesses a non-CMP field
void setQtyOrdered(java.lang.Integer newValue)
This method accesses a non-CMP field
void setQtyOrdered(java.lang.String newValue)
This method accesses a non-CMP field
void setQtyReceived(java.lang.Integer newValue)
This method accesses a non-CMP field
void setQtyReceived(java.lang.String newValue)
This method accesses a non-CMP field
void setQtyRemaining(java.lang.Integer newValue)
This method accesses a non-CMP field
void setQtyRemaining(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ExpectedInventoryRecordsDetailAccessBean

public ExpectedInventoryRecordsDetailAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsDetail com.ibm.commerce.inventory.objimpl.ExpectedInventoryRecordsDetailHomeBase.findByPrimaryKey(com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsDetailKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_expectedInventoryRecordsDetailId( java.lang.Long )

ExpectedInventoryRecordsDetailAccessBean

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

ExpectedInventoryRecordsDetailAccessBean

public ExpectedInventoryRecordsDetailAccessBean(java.lang.Long newExpectedInventoryRecordsId,
                                                java.lang.Integer newFfmCenterId,
                                                java.lang.Long newItemspcId,
                                                java.sql.Timestamp newExpectedDate)
                                         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:
newExpectedInventoryRecordsId - - java.lang.Long
newFfmCenterId - - java.lang.Integer
newItemspcId - - java.lang.Long
newExpectedDate - - 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

ExpectedInventoryRecordsDetailAccessBean

public ExpectedInventoryRecordsDetailAccessBean(java.lang.Long newExpectedInventoryRecordsId,
                                                java.lang.Long newItemspcId,
                                                java.sql.Timestamp newExpectedDate)
                                         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:
newExpectedInventoryRecordsId - - java.lang.Long
newItemspcId - - java.lang.Long
newExpectedDate - - 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

findByExpectedInventoryRecordsId

public java.util.Enumeration findByExpectedInventoryRecordsId(java.lang.Long aExpectedInventoryRecordsId)
                                                       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.RAID = ?

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

setInitKey_expectedInventoryRecordsDetailId

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

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 DEFAULT 0.

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 ExpectedInventoryRecordsDetailAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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 DEFAULT 0.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyReceived

public void setQtyReceived(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setQtyReceived in interface ExpectedInventoryRecordsDetailAccessBeanData

setQtyReceived

public void setQtyReceived(java.lang.Integer newValue)
This method accesses a non-CMP field

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 ExpectedInventoryRecordsDetailAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setItemspcId

public void setItemspcId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setItemspcId in interface ExpectedInventoryRecordsDetailAccessBeanData

setItemspcId

public void setItemspcId(java.lang.Long newValue)
This method accesses a non-CMP field

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.

The following is a description of this column:

FulfillmentCenter identifier.

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

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.

The following is a description of this column:

FulfillmentCenter identifier.

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

setFfmcenterId

public void setFfmcenterId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setFfmcenterId in interface ExpectedInventoryRecordsDetailAccessBeanData

setFfmcenterId

public void setFfmcenterId(java.lang.Integer newValue)
This method accesses a non-CMP field

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 DEFAULT 0.

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 ExpectedInventoryRecordsDetailAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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 DEFAULT 0.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyRemaining

public void setQtyRemaining(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setQtyRemaining in interface ExpectedInventoryRecordsDetailAccessBeanData

setQtyRemaining

public void setQtyRemaining(java.lang.Integer newValue)
This method accesses a non-CMP field

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 DEFAULT 0.

The following is a description of this column:

Quantity ordered from vendor in this expected inventory record.

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

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 DEFAULT 0.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyOrdered

public void setQtyOrdered(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setQtyOrdered in interface ExpectedInventoryRecordsDetailAccessBeanData

setQtyOrdered

public void setQtyOrdered(java.lang.Integer newValue)
This method accesses a non-CMP field

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.

The following is a description of this column:

Timestamp of last update.

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

The following is a description of this column:

Timestamp 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 accesses a non-CMP field
Specified by:
setLastupdate in interface ExpectedInventoryRecordsDetailAccessBeanData

setLastupdate

public void setLastupdate(java.sql.Timestamp newValue)
This method accesses a non-CMP field

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 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 ExpectedInventoryRecordsDetailAccessBeanData
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 RADETAIL.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 accesses a non-CMP field
Specified by:
setMarkForDelete in interface ExpectedInventoryRecordsDetailAccessBeanData

setMarkForDelete

public void setMarkForDelete(java.lang.Integer newValue)
This method accesses a non-CMP field

getExpectedInventoryRecordsDetailComment

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

The following is a description of this column:

Comment.

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

setExpectedInventoryRecordsDetailComment

public void setExpectedInventoryRecordsDetailComment(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setExpectedInventoryRecordsDetailComment in interface ExpectedInventoryRecordsDetailAccessBeanData

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 DEFAULT 0.

The following is a description of this column:

Quantity of expected inventory that has been allocated to backorders.

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

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 DEFAULT 0.

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyAllocated

public void setQtyAllocated(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setQtyAllocated in interface ExpectedInventoryRecordsDetailAccessBeanData

setQtyAllocated

public void setQtyAllocated(java.lang.Integer newValue)
This method accesses a non-CMP field

getExpectedInventoryRecordsDetailId

public java.lang.String getExpectedInventoryRecordsDetailId()
                                                     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:
getExpectedInventoryRecordsDetailId in interface ExpectedInventoryRecordsDetailAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getExpectedInventoryRecordsDetailIdInEJBType

public java.lang.Long getExpectedInventoryRecordsDetailIdInEJBType()
                                                            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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setExpectedInventoryRecordsDetailId

public void setExpectedInventoryRecordsDetailId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setExpectedInventoryRecordsDetailId in interface ExpectedInventoryRecordsDetailAccessBeanData

setExpectedInventoryRecordsDetailId

public void setExpectedInventoryRecordsDetailId(java.lang.Long newValue)
This method accesses a non-CMP field

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 ExpectedInventoryRecordsDetailAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setExpectedDate

public void setExpectedDate(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setExpectedDate in interface ExpectedInventoryRecordsDetailAccessBeanData

setExpectedDate

public void setExpectedDate(java.sql.Timestamp newValue)
This method accesses a non-CMP field

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

The following is a description of this column:

Expected inventory record identifier.

Specified by:
getExpectedInventoryRecordsId in interface ExpectedInventoryRecordsDetailAccessBeanData
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 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setExpectedInventoryRecordsId

public void setExpectedInventoryRecordsId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setExpectedInventoryRecordsId in interface ExpectedInventoryRecordsDetailAccessBeanData

setExpectedInventoryRecordsId

public void setExpectedInventoryRecordsId(java.lang.Long newValue)
This method accesses a non-CMP field

Feedback