com.ibm.commerce.inventory.objects
Class InventoryReserveAccessBean

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

public class InventoryReserveAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements InventoryReserveAccessBeanData

This bean provides access to the INVRESERVE table.

The following is a description of this table:

Each row contains information about existing inventory that has been reserved for such purposes as auctions. This reserved inventory is not available for customer orders until the reservation is reversed.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
InventoryReserveAccessBean()
          Default constructor.
InventoryReserveAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
InventoryReserveAccessBean(java.lang.Long InvRsrvTypeId)
          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 getDescription()
          This method provides access to the INVRESERVE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.String getExpiration()
          This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getExpirationInEJBType()
          This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.
 java.lang.String getFfmCenterId()
          This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getFfmCenterIdInEJBType()
          This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.String getInvReserveId()
          This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getInvReserveIdInEJBType()
          This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getInvRsrvTypeId()
          This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getInvRsrvTypeIdInEJBType()
          This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getItemSpcId()
          This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT NULL.
 java.lang.Long getItemSpcIdInEJBType()
          This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT NULL.
 java.lang.String getLastUpdate()
          This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLastUpdateInEJBType()
          This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getQuantity()
          This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.
 java.lang.Integer getQuantityInEJBType()
          This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.
 java.lang.String getStoreId()
          This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getStoreIdInEJBType()
          This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setDescription(java.lang.String aDescription)
          This method provides access to the INVRESERVE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setExpiration(java.lang.String aExpiration)
          This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.
 void setExpiration(java.sql.Timestamp aExpiration)
          This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.
 void setFfmCenterId(java.lang.Integer aFfmCenterId)
          This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setFfmCenterId(java.lang.String aFfmCenterId)
          This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setInitKey_invReserveId(java.lang.String aInitKey_invReserveId)
          Set the primary key for this object
 void setInvReserveId(java.lang.Long aInvReserveId)
          This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
 void setInvReserveId(java.lang.String aInvReserveId)
          This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
 void setInvRsrvTypeId(java.lang.Long aInvRsrvTypeId)
          This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
 void setInvRsrvTypeId(java.lang.String aInvRsrvTypeId)
          This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
 void setItemSpcId(java.lang.Long aItemSpcId)
          This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT NULL.
 void setItemSpcId(java.lang.String aItemSpcId)
          This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT NULL.
 void setLastUpdate(java.lang.String aLastUpdate)
          This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastUpdate(java.sql.Timestamp aLastUpdate)
          This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setQuantity(java.lang.Integer aQuantity)
          This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.
 void setQuantity(java.lang.String aQuantity)
          This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.
 void setStoreId(java.lang.Integer aStoreId)
          This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER NULL.
 void setStoreId(java.lang.String aStoreId)
          This method provides access to the INVRESERVE.STORE_ID 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

InventoryReserveAccessBean

public InventoryReserveAccessBean()

Default constructor. Maps to findByPrimaryKey.


InventoryReserveAccessBean

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

InventoryReserveAccessBean

public InventoryReserveAccessBean(java.lang.Long InvRsrvTypeId)
                           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:
InvRsrvTypeId - - 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

getDescription

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

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

The following is a description of this column:

Descriptive information about this reservation.

Specified by:
getDescription in interface InventoryReserveAccessBeanData
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

getExpiration

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

This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date and time when this reservation will expire.

Specified by:
getExpiration in interface InventoryReserveAccessBeanData
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

getExpirationInEJBType

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

This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date and time when this reservation will expire.

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 INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The FulfillmentCenter which holds the reserved inventory.

Specified by:
getFfmCenterId in interface InventoryReserveAccessBeanData
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 INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The FulfillmentCenter which holds the reserved inventory.

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

getInvReserveId

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

This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

System generated unique identifier.

Specified by:
getInvReserveId in interface InventoryReserveAccessBeanData
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

getInvReserveIdInEJBType

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

This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

System generated 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

getInvRsrvTypeId

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

This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.

Specified by:
getInvRsrvTypeId in interface InventoryReserveAccessBeanData
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

getInvRsrvTypeIdInEJBType

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

This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.

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

The following is a description of this column:

The identifier for the item being reserved.

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

The following is a description of this column:

The identifier for the item being reserved.

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

The following is a description of this column:

The last time the row was updated.

Specified by:
getLastUpdate in interface InventoryReserveAccessBeanData
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 INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The last time the row was updated.

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

getQuantity

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

This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.

The following is a description of this column:

The quantity of the reservation.

Specified by:
getQuantity in interface InventoryReserveAccessBeanData
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

getQuantityInEJBType

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

This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.

The following is a description of this column:

The quantity of the reservation.

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

getStoreId

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

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

The following is a description of this column:

The Store which owns the inventory.

Specified by:
getStoreId in interface InventoryReserveAccessBeanData
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

getStoreIdInEJBType

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

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

The following is a description of this column:

The Store which owns the inventory.

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

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

Descriptive information about this reservation.

Specified by:
setDescription in interface InventoryReserveAccessBeanData
Parameters:
aDescription - java.lang.String
Returns:
void

setExpiration

public void setExpiration(java.lang.String aExpiration)

This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date and time when this reservation will expire.

Specified by:
setExpiration in interface InventoryReserveAccessBeanData
Parameters:
aExpiration - java.lang.String
Returns:
void

setExpiration

public void setExpiration(java.sql.Timestamp aExpiration)

This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date and time when this reservation will expire.

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

setFfmCenterId

public void setFfmCenterId(java.lang.Integer aFfmCenterId)

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

The following is a description of this column:

The FulfillmentCenter which holds the reserved inventory.

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

setFfmCenterId

public void setFfmCenterId(java.lang.String aFfmCenterId)

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

The following is a description of this column:

The FulfillmentCenter which holds the reserved inventory.

Specified by:
setFfmCenterId in interface InventoryReserveAccessBeanData
Parameters:
aFfmCenterId - java.lang.String
Returns:
void

setInitKey_invReserveId

public void setInitKey_invReserveId(java.lang.String aInitKey_invReserveId)

Set the primary key for this object

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

setInvReserveId

public void setInvReserveId(java.lang.Long aInvReserveId)

This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

System generated unique identifier.

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

setInvReserveId

public void setInvReserveId(java.lang.String aInvReserveId)

This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

System generated unique identifier.

Specified by:
setInvReserveId in interface InventoryReserveAccessBeanData
Parameters:
aInvReserveId - java.lang.String
Returns:
void

setInvRsrvTypeId

public void setInvRsrvTypeId(java.lang.Long aInvRsrvTypeId)

This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.

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

setInvRsrvTypeId

public void setInvRsrvTypeId(java.lang.String aInvRsrvTypeId)

This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.

Specified by:
setInvRsrvTypeId in interface InventoryReserveAccessBeanData
Parameters:
aInvRsrvTypeId - java.lang.String
Returns:
void

setItemSpcId

public void setItemSpcId(java.lang.Long aItemSpcId)

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

The following is a description of this column:

The identifier for the item being reserved.

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

setItemSpcId

public void setItemSpcId(java.lang.String aItemSpcId)

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

The following is a description of this column:

The identifier for the item being reserved.

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

setLastUpdate

public void setLastUpdate(java.lang.String aLastUpdate)

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

The following is a description of this column:

The last time the row was updated.

Specified by:
setLastUpdate in interface InventoryReserveAccessBeanData
Parameters:
aLastUpdate - java.lang.String
Returns:
void

setLastUpdate

public void setLastUpdate(java.sql.Timestamp aLastUpdate)

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

The following is a description of this column:

The last time the row was updated.

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

setQuantity

public void setQuantity(java.lang.Integer aQuantity)

This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.

The following is a description of this column:

The quantity of the reservation.

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

setQuantity

public void setQuantity(java.lang.String aQuantity)

This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER NULL.

The following is a description of this column:

The quantity of the reservation.

Specified by:
setQuantity in interface InventoryReserveAccessBeanData
Parameters:
aQuantity - java.lang.String
Returns:
void

setStoreId

public void setStoreId(java.lang.Integer aStoreId)

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

The following is a description of this column:

The Store which owns the inventory.

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

setStoreId

public void setStoreId(java.lang.String aStoreId)

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

The following is a description of this column:

The Store which owns the inventory.

Specified by:
setStoreId in interface InventoryReserveAccessBeanData
Parameters:
aStoreId - java.lang.String
Returns:
void