java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.inventory.objects.StoreItemFulfillmentCenterAccessBean
Each row of this table contains information about a BaseItem for a particular Store (or all the Stores in a StoreGroup) and FulfillmentCenter. This access bean corresponds to the database table 'STORITMFFC'.
Constructor Summary | |
StoreItemFulfillmentCenterAccessBean() Zero argument constructor used to initialize the access bean. |
|
StoreItemFulfillmentCenterAccessBean(javax.ejb.EJBObject o) constructor |
|
StoreItemFulfillmentCenterAccessBean(java.lang.Long newBaseItemId, java.lang.Integer newStoreentId, java.lang.Integer newFfmcenterId) Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getBaseItemId() This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getBaseItemIdInEJBType() This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getFfmCenterId() This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getFfmCenterIdInEJBType() This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getShippingOffset() This method accesses a non-CMP field |
java.lang.Integer | getShippingOffsetInEJBType() This method accesses a non-CMP field |
java.lang.String | getStoreentId() This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getStoreentIdInEJBType() This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setBaseItemId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setBaseItemId(java.lang.String newValue) This method accesses a non-CMP field |
void | setFfmCenterId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setFfmCenterId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_baseItemId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_ffmCenterId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_storeentId(java.lang.String newValue) Set the primary key for this object |
void | setShippingOffset(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setShippingOffset(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreentId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreentId(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 StoreItemFulfillmentCenterAccessBean()
public StoreItemFulfillmentCenterAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public StoreItemFulfillmentCenterAccessBean(java.lang.Long newBaseItemId, java.lang.Integer newStoreentId, java.lang.Integer newFfmcenterId) 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
Method Detail |
public void setInitKey_baseItemId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_ffmCenterId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_storeentId(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 getShippingOffset() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getShippingOffsetInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setShippingOffset(java.lang.String newValue)
public void setShippingOffset(java.lang.Integer 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 STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
public java.lang.Integer getFfmCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
public void setFfmCenterId(java.lang.String newValue)
public void setFfmCenterId(java.lang.Integer newValue)
public java.lang.String getBaseItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
public java.lang.Long getBaseItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
public void setBaseItemId(java.lang.String newValue)
public void setBaseItemId(java.lang.Long newValue)
public java.lang.String getStoreentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store or StoreGroup for this row. Attributes in this row apply to the specified Store, or to Stores in the specified StoreGroup that do not have their own row.
public java.lang.Integer getStoreentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store or StoreGroup for this row. Attributes in this row apply to the specified Store, or to Stores in the specified StoreGroup that do not have their own row.
public void setStoreentId(java.lang.String newValue)
public void setStoreentId(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.