com.ibm.commerce.inventory.objects
Class ExpectedInventoryRecordsBackOrderAllocationAccessBean

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

public class ExpectedInventoryRecordsBackOrderAllocationAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ExpectedInventoryRecordsBackOrderAllocationAccessBeanData

This bean provides access to the RABACKALLO table.

The following is a description of this table:

Each row contains information about how backorders are allocated against expected inventory.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
ExpectedInventoryRecordsBackOrderAllocationAccessBean()
          Default constructor.
ExpectedInventoryRecordsBackOrderAllocationAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
ExpectedInventoryRecordsBackOrderAllocationAccessBean(java.lang.Integer ExpectedInventoryRecordsBackAlloNum, java.lang.Long ExpectedInventoryRecordsDetailId, java.lang.Long OrderItemsId, java.lang.Long ItemSpcId)
          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.lang.String getExpectedInventoryRecordsBackAlloNum()
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getExpectedInventoryRecordsBackAlloNumInEJBType()
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 java.lang.String getExpectedInventoryRecordsDetailId()
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getExpectedInventoryRecordsDetailIdInEJBType()
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getItemSpcId()
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getItemSpcIdInEJBType()
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getLastupdate()
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getOrderitemsId()
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOrderitemsIdInEJBType()
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getQtyAllocated()
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
 java.lang.Integer getQtyAllocatedInEJBType()
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setExpectedInventoryRecordsBackAlloNum(java.lang.Integer aExpectedInventoryRecordsBackAlloNum)
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 void setExpectedInventoryRecordsBackAlloNum(java.lang.String aExpectedInventoryRecordsBackAlloNum)
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 void setExpectedInventoryRecordsDetailId(java.lang.Long aExpectedInventoryRecordsDetailId)
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 void setExpectedInventoryRecordsDetailId(java.lang.String aExpectedInventoryRecordsDetailId)
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 void setInitKey_expectedInventoryRecordsBackAlloNum(java.lang.String aInitKey_expectedInventoryRecordsBackAlloNum)
          Set the primary key for this object
 void setInitKey_orderitemsId(java.lang.String aInitKey_orderitemsId)
          Set the primary key for this object
 void setItemSpcId(java.lang.Long aItemSpcId)
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 void setItemSpcId(java.lang.String aItemSpcId)
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 void setLastupdate(java.lang.String aLastupdate)
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setOrderitemsId(java.lang.Long aOrderitemsId)
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setOrderitemsId(java.lang.String aOrderitemsId)
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setQtyAllocated(java.lang.Integer aQtyAllocated)
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
 void setQtyAllocated(java.lang.String aQtyAllocated)
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER 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

ExpectedInventoryRecordsBackOrderAllocationAccessBean

public ExpectedInventoryRecordsBackOrderAllocationAccessBean()

Default constructor. Maps to findByPrimaryKey.


ExpectedInventoryRecordsBackOrderAllocationAccessBean

public ExpectedInventoryRecordsBackOrderAllocationAccessBean(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

ExpectedInventoryRecordsBackOrderAllocationAccessBean

public ExpectedInventoryRecordsBackOrderAllocationAccessBean(java.lang.Integer ExpectedInventoryRecordsBackAlloNum,
                                                             java.lang.Long ExpectedInventoryRecordsDetailId,
                                                             java.lang.Long OrderItemsId,
                                                             java.lang.Long ItemSpcId)
                                                      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:
ExpectedInventoryRecordsBackAlloNum - - java.lang.Integer
ExpectedInventoryRecordsDetailId - - java.lang.Long
OrderItemsId - - java.lang.Long
ItemSpcId - - java.lang.Long
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

getExpectedInventoryRecordsBackAlloNum

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

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

Specified by:
getExpectedInventoryRecordsBackAlloNum in interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData
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

getExpectedInventoryRecordsBackAlloNumInEJBType

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

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

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

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

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

Specified by:
getExpectedInventoryRecordsDetailId in interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData
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

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

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

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

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

The following is a description of this column:

The backordered item.

Specified by:
getItemSpcId in interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData
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 RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The backordered item.

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

The following is a description of this column:

Timestamp of the last update.

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

The following is a description of this column:

Timestamp of the 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

getOrderitemsId

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

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

The following is a description of this column:

The OrderItem that is backordered.

Specified by:
getOrderitemsId in interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData
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

getOrderitemsIdInEJBType

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

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

The following is a description of this column:

The OrderItem that is backordered.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - 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 RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

Specified by:
getQtyAllocated in interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData
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 RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

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

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

setExpectedInventoryRecordsBackAlloNum

public void setExpectedInventoryRecordsBackAlloNum(java.lang.Integer aExpectedInventoryRecordsBackAlloNum)

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

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

setExpectedInventoryRecordsBackAlloNum

public void setExpectedInventoryRecordsBackAlloNum(java.lang.String aExpectedInventoryRecordsBackAlloNum)

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

Specified by:
setExpectedInventoryRecordsBackAlloNum in interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData
Parameters:
aExpectedInventoryRecordsBackAlloNum - java.lang.String
Returns:
void

setExpectedInventoryRecordsDetailId

public void setExpectedInventoryRecordsDetailId(java.lang.Long aExpectedInventoryRecordsDetailId)

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

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

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

setExpectedInventoryRecordsDetailId

public void setExpectedInventoryRecordsDetailId(java.lang.String aExpectedInventoryRecordsDetailId)

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

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

Specified by:
setExpectedInventoryRecordsDetailId in interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData
Parameters:
aExpectedInventoryRecordsDetailId - java.lang.String
Returns:
void

setInitKey_expectedInventoryRecordsBackAlloNum

public void setInitKey_expectedInventoryRecordsBackAlloNum(java.lang.String aInitKey_expectedInventoryRecordsBackAlloNum)

Set the primary key for this object

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

setInitKey_orderitemsId

public void setInitKey_orderitemsId(java.lang.String aInitKey_orderitemsId)

Set the primary key for this object

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

setItemSpcId

public void setItemSpcId(java.lang.Long aItemSpcId)

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

The following is a description of this column:

The backordered item.

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

setItemSpcId

public void setItemSpcId(java.lang.String aItemSpcId)

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

The following is a description of this column:

The backordered item.

Specified by:
setItemSpcId in interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData
Parameters:
aItemSpcId - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.lang.String aLastupdate)

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

The following is a description of this column:

Timestamp of the last update.

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

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

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

The following is a description of this column:

Timestamp of the last update.

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

setOrderitemsId

public void setOrderitemsId(java.lang.Long aOrderitemsId)

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

The following is a description of this column:

The OrderItem that is backordered.

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

setOrderitemsId

public void setOrderitemsId(java.lang.String aOrderitemsId)

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

The following is a description of this column:

The OrderItem that is backordered.

Specified by:
setOrderitemsId in interface ExpectedInventoryRecordsBackOrderAllocationAccessBeanData
Parameters:
aOrderitemsId - java.lang.String
Returns:
void

setQtyAllocated

public void setQtyAllocated(java.lang.Integer aQtyAllocated)

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

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

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

setQtyAllocated

public void setQtyAllocated(java.lang.String aQtyAllocated)

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

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

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