|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.InventoryReserveAccessBean
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.
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 |
public InventoryReserveAccessBean()
Default constructor. Maps to findByPrimaryKey.
public InventoryReserveAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- - javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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
InvRsrvTypeId
- - java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getDescription
in interface InventoryReserveAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getExpiration
in interface InventoryReserveAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getFfmCenterId
in interface InventoryReserveAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getInvReserveId
in interface InventoryReserveAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getInvRsrvTypeId
in interface InventoryReserveAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getItemSpcId
in interface InventoryReserveAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getLastUpdate
in interface InventoryReserveAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getQuantity
in interface InventoryReserveAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getStoreId
in interface InventoryReserveAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
setDescription
in interface InventoryReserveAccessBeanData
aDescription
- java.lang.Stringpublic 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.
setExpiration
in interface InventoryReserveAccessBeanData
aExpiration
- java.lang.Stringpublic 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.
aExpiration
- java.sql.Timestamppublic 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.
aFfmCenterId
- java.lang.Integerpublic 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.
setFfmCenterId
in interface InventoryReserveAccessBeanData
aFfmCenterId
- java.lang.Stringpublic void setInitKey_invReserveId(java.lang.String aInitKey_invReserveId)
Set the primary key for this object
aInitKey_invReserveId
- java.lang.Stringpublic 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.
aInvReserveId
- java.lang.Longpublic 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.
setInvReserveId
in interface InventoryReserveAccessBeanData
aInvReserveId
- java.lang.Stringpublic 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.
aInvRsrvTypeId
- java.lang.Longpublic 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.
setInvRsrvTypeId
in interface InventoryReserveAccessBeanData
aInvRsrvTypeId
- java.lang.Stringpublic 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.
aItemSpcId
- java.lang.Longpublic 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.
setItemSpcId
in interface InventoryReserveAccessBeanData
aItemSpcId
- java.lang.Stringpublic 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.
setLastUpdate
in interface InventoryReserveAccessBeanData
aLastUpdate
- java.lang.Stringpublic 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.
aLastUpdate
- java.sql.Timestamppublic 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.
aQuantity
- java.lang.Integerpublic 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.
setQuantity
in interface InventoryReserveAccessBeanData
aQuantity
- java.lang.Stringpublic 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.
aStoreId
- java.lang.Integerpublic 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.
setStoreId
in interface InventoryReserveAccessBeanData
aStoreId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |