java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.inventory.objects.InventoryReserveAccessBean
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. This access bean corresponds to the database table 'INVRESERVE'.
Constructor Summary | |
InventoryReserveAccessBean() Zero argument constructor used to initialize the access bean. |
|
InventoryReserveAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getDescription() This method provides access to the INVRESERVE.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String | getExpiration() This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getExpirationInEJBType() This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP. |
java.lang.String | getFfmCenterId() This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER. |
java.lang.Integer | getFfmCenterIdInEJBType() This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER. |
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. |
java.lang.Long | getItemSpcIdInEJBType() This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT. |
java.lang.String | getLastUpdate() This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getLastUpdateInEJBType() This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String | getQuantity() This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER. |
java.lang.Integer | getQuantityInEJBType() This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER. |
java.lang.String | getStoreId() This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER. |
java.lang.Integer | getStoreIdInEJBType() This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setExpiration(java.lang.String newValue) This method accesses a non-CMP field |
void | setExpiration(java.sql.Timestamp 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_invReserveId(java.lang.String newValue) Set the primary key for this object |
void | setInvReserveId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setInvReserveId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInvRsrvTypeId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setInvRsrvTypeId(java.lang.String newValue) This method accesses a non-CMP field |
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 | setQuantity(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreId(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 |
public InventoryReserveAccessBean()
public InventoryReserveAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public void setInitKey_invReserveId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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.
The following is a description of this column:
The quantity of the reservation.
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.
The following is a description of this column:
The quantity of the reservation.
public void setQuantity(java.lang.String newValue)
public void setQuantity(java.lang.Integer newValue)
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).
The following is a description of this column:
Descriptive information about this reservation.
public void setDescription(java.lang.String newValue)
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.
The following is a description of this column:
The last time the row was updated.
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.
The following is a description of this column:
The last time the row was updated.
public void setLastUpdate(java.lang.String newValue)
public void setLastUpdate(java.sql.Timestamp newValue)
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.
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.
public void setInvReserveId(java.lang.String newValue)
public void setInvReserveId(java.lang.Long newValue)
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.
The following is a description of this column:
The FulfillmentCenter which holds the reserved inventory.
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.
The following is a description of this column:
The FulfillmentCenter which holds the reserved inventory.
public void setFfmCenterId(java.lang.String newValue)
public void setFfmCenterId(java.lang.Integer newValue)
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.
The following is a description of this column:
The identifier for the item being reserved.
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.
The following is a description of this column:
The identifier for the item being reserved.
public void setItemSpcId(java.lang.String newValue)
public void setItemSpcId(java.lang.Long newValue)
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.
The following is a description of this column:
The date and time when this reservation will expire.
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.
The following is a description of this column:
The date and time when this reservation will expire.
public void setExpiration(java.lang.String newValue)
public void setExpiration(java.sql.Timestamp newValue)
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.
The following is a description of this column:
The Store which owns the inventory.
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.
The following is a description of this column:
The Store which owns the inventory.
public void setStoreId(java.lang.String newValue)
public void setStoreId(java.lang.Integer newValue)
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.
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.
public void setInvRsrvTypeId(java.lang.String newValue)
public void setInvRsrvTypeId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.