java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.OrderItemComponentAccessBean
Each rows contains information about the components of a configured OrderItem.
Constructor Summary | |
---|---|
OrderItemComponentAccessBean() constructor | |
OrderItemComponentAccessBean(javax.ejb.EJBObject o) constructor | |
OrderItemComponentAccessBean(java.lang.String arg0,
java.lang.Long arg1, java.lang.Long arg2) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByConfigurationId(java.lang.String arg0)
Retrieves all the components of a dynamic kit for specified
configuration id.
The SQL query used to fetch all the required rows from the
OICOMPLIST table
is:SELECT * FROM OICOMPLIST T1 WHERE (T1.CONFIGURATIONID = ?) |
java.util.Enumeration |
findByOrderItemId(java.lang.Long arg0)
Retrieves all the components of a dynamic kit for specified order
item.
The SQL query used to fetch all the required rows from the
OICOMPLIST table
is:SELECT * FROM OICOMPLIST T1 WHERE (T1.ORDERITEMS_ID = ?) |
java.util.Enumeration |
findByOrderItemIdAndConfigurationId(java.lang.Long arg0,
java.lang.String arg1)
Retrieves all the components of a dynamic kit for specified order
item and configuration id.
The SQL query used to fetch all the required rows from the
OICOMPLIST table
is:SELECT * FROM OICOMPLIST T1 WHERE (T1.ORDERITEMS_ID = ? and T1.CONFIGURATIONID = ?) |
java.lang.String |
getCatalogEntryId() This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT. |
java.lang.Long |
getCatalogEntryIdInEJBType() This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT. |
java.lang.String |
getCatalogQuantity() This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE. |
java.lang.Double |
getCatalogQuantityInEJBType() This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE. |
java.lang.String |
getConfigurationId() This method provides access to the OICOMPLIST.CONFIGURATIONID column of DB2 type VARCHAR(128). |
java.lang.String |
getCurrency() This method provides access to the OICOMPLIST.CURRENCY column of DB2 type CHAR(3). |
java.lang.String |
getInventoryQuantity() This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER. |
java.lang.Integer |
getInventoryQuantityInEJBType() This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER. |
java.lang.String |
getItemSpecificationId() This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT. |
java.lang.Long |
getItemSpecificationIdInEJBType() This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT. |
java.lang.String |
getOrderItemComponentId() This method provides access to the OICOMPLIST.OICOMPLIST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderItemComponentIdInEJBType() This method provides access to the OICOMPLIST.OICOMPLIST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrderItemId() This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT. |
java.lang.Long |
getOrderItemIdInEJBType() This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT. |
java.lang.String |
getRequired() This method provides access to the OICOMPLIST.REQUIRED column of DB2 type CHAR(1) DEFAULT 'Y'. |
java.lang.String |
getSupplierData() This method accesses a non-CMP field |
java.lang.String |
getSupplierPartNumber() This method accesses a non-CMP field |
java.lang.String |
getUnitPrice() This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getUnitPriceInEJBType() This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20 5). |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCatalogEntryId(java.lang.Long newValue) This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT. |
void |
setCatalogEntryId(java.lang.String newValue) This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT. |
void |
setCatalogQuantity(java.lang.Double newValue) This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE. |
void |
setCatalogQuantity(java.lang.String newValue) This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE. |
void |
setConfigurationId(java.lang.String newValue) This method provides access to the OICOMPLIST.CONFIGURATIONID column of DB2 type VARCHAR(128). |
void |
setCurrency(java.lang.String newValue) This method provides access to the OICOMPLIST.CURRENCY column of DB2 type CHAR(3). |
void |
setInitKey_orderItemComponentId(java.lang.String newValue) Set the primary key for this object |
void |
setInventoryQuantity(java.lang.Integer newValue) This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER. |
void |
setInventoryQuantity(java.lang.String newValue) This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER. |
void |
setItemSpecificationId(java.lang.Long newValue) This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT. |
void |
setItemSpecificationId(java.lang.String newValue) This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT. |
void |
setOrderItemId(java.lang.Long newValue) This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT. |
void |
setOrderItemId(java.lang.String newValue) This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT. |
void |
setRequired(java.lang.String newValue) This method provides access to the OICOMPLIST.REQUIRED column of DB2 type CHAR(1) DEFAULT 'Y'. |
void |
setSupplierData(java.lang.String newValue) This method accesses a non-CMP field |
void |
setSupplierPartNumber(java.lang.String newValue) This method accesses a non-CMP field |
void |
setUnitPrice(java.math.BigDecimal newValue) This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20 5). |
void |
setUnitPrice(java.lang.String newValue) This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20 5). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public OrderItemComponentAccessBean()
public OrderItemComponentAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OrderItemComponentAccessBean(java.lang.String arg0, java.lang.Long arg1, java.lang.Long arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Stringarg1
- java.lang.Longarg2
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByConfigurationId(java.lang.String arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the components of a dynamic kit for specified configuration
id.
The SQL query used to fetch all the required rows from the
OICOMPLIST table
is:
SELECT * FROM OICOMPLIST T1 WHERE (T1.CONFIGURATIONID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrderItemId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the components of a dynamic kit for specified order
item.
The SQL query used to fetch all the required rows from the
OICOMPLIST table
is:
SELECT * FROM OICOMPLIST T1 WHERE (T1.ORDERITEMS_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrderItemIdAndConfigurationId(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the components of a dynamic kit for specified order item and
configuration id.
The SQL query used to fetch all the required rows from the
OICOMPLIST table
is:
SELECT * FROM OICOMPLIST T1 WHERE (T1.ORDERITEMS_ID = ? and T1.CONFIGURATIONID
= ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_orderItemComponentId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getConfigurationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.CONFIGURATIONID column of DB2 type VARCHAR(128).
The following is a description of this column:
The configuration ID (supplied, for example, by an external configurator system) to uniquely define a set of components before thay are associated with an OrderItem.
getConfigurationId
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setConfigurationId(java.lang.String newValue)
This method provides access to the OICOMPLIST.CONFIGURATIONID column of DB2 type VARCHAR(128).
The following is a description of this column:
The configuration ID (supplied, for example, by an external configurator system) to uniquely define a set of components before thay are associated with an OrderItem.
setConfigurationId
in interface
OrderItemComponentAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getCatalogEntryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The CatalogEntry that this component refers to.
getCatalogEntryId
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getCatalogEntryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The CatalogEntry that this component refers to.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogEntryId(java.lang.String newValue)
This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The CatalogEntry that this component refers to.
setCatalogEntryId
in interface
OrderItemComponentAccessBeanData
newValue
- Stringpublic void setCatalogEntryId(java.lang.Long newValue)
This method provides access to the OICOMPLIST.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The CatalogEntry that this component refers to.
newValue
- java.lang.Longpublic java.lang.String getUnitPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The unit price of this component.
getUnitPrice
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getUnitPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The unit price of this component.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setUnitPrice(java.lang.String newValue)
This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The unit price of this component.
setUnitPrice
in interface
OrderItemComponentAccessBeanData
newValue
- Stringpublic void setUnitPrice(java.math.BigDecimal newValue)
This method provides access to the OICOMPLIST.UNITPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The unit price of this component.
newValue
- java.math.BigDecimalpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.CURRENCY column of DB2 type CHAR(3).
The following is a description of this column:
The currency of the unit price of this component. This is a currency code as per ISO 4217 standards.
getCurrency
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
This method provides access to the OICOMPLIST.CURRENCY column of DB2 type CHAR(3).
The following is a description of this column:
The currency of the unit price of this component. This is a currency code as per ISO 4217 standards.
setCurrency
in interface
OrderItemComponentAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getOrderItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT.
The following is a description of this column:
The OrderItem to which this component is related.
getOrderItemId
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOrderItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT.
The following is a description of this column:
The OrderItem to which this component is related.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderItemId(java.lang.String newValue)
This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT.
The following is a description of this column:
The OrderItem to which this component is related.
setOrderItemId
in interface
OrderItemComponentAccessBeanData
newValue
- Stringpublic void setOrderItemId(java.lang.Long newValue)
This method provides access to the OICOMPLIST.ORDERITEMS_ID column of DB2 type BIGINT.
The following is a description of this column:
The OrderItem to which this component is related.
newValue
- java.lang.Longpublic java.lang.String getInventoryQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER.
The following is a description of this column:
The quantity of the SpecifiedItem which is needed to satisfy an order for one unit of the configured OrderItem.
getInventoryQuantity
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getInventoryQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER.
The following is a description of this column:
The quantity of the SpecifiedItem which is needed to satisfy an order for one unit of the configured OrderItem.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInventoryQuantity(java.lang.String newValue)
This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER.
The following is a description of this column:
The quantity of the SpecifiedItem which is needed to satisfy an order for one unit of the configured OrderItem.
setInventoryQuantity
in interface
OrderItemComponentAccessBeanData
newValue
- Stringpublic void setInventoryQuantity(java.lang.Integer newValue)
This method provides access to the OICOMPLIST.INVENTORYQUANTITY column of DB2 type INTEGER.
The following is a description of this column:
The quantity of the SpecifiedItem which is needed to satisfy an order for one unit of the configured OrderItem.
newValue
- java.lang.Integerpublic java.lang.String getItemSpecificationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The SpecifiedItem ID for the component.
getItemSpecificationId
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getItemSpecificationIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The SpecifiedItem ID for the component.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setItemSpecificationId(java.lang.String newValue)
This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The SpecifiedItem ID for the component.
setItemSpecificationId
in interface
OrderItemComponentAccessBeanData
newValue
- Stringpublic void setItemSpecificationId(java.lang.Long newValue)
This method provides access to the OICOMPLIST.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The SpecifiedItem ID for the component.
newValue
- java.lang.Longpublic java.lang.String getOrderItemComponentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.OICOMPLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique identifier.
getOrderItemComponentId
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOrderItemComponentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.OICOMPLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique identifier.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getRequired() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.REQUIRED column of DB2 type CHAR(1) DEFAULT 'Y'.
The following is a description of this column:
Indicates if this Item is required to fulfill the OrderItem:&l
getRequired
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRequired(java.lang.String newValue)
This method provides access to the OICOMPLIST.REQUIRED column of DB2 type CHAR(1) DEFAULT 'Y'.
The following is a description of this column:
Indicates if this Item is required to fulfill the OrderItem:&l
setRequired
in interface
OrderItemComponentAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getCatalogQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
The quantity of the CatalogEntry for this component.
getCatalogQuantity
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Double getCatalogQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
The quantity of the CatalogEntry for this component.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogQuantity(java.lang.String newValue)
This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
The quantity of the CatalogEntry for this component.
setCatalogQuantity
in interface
OrderItemComponentAccessBeanData
newValue
- Stringpublic void setCatalogQuantity(java.lang.Double newValue)
This method provides access to the OICOMPLIST.CATALOGQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
The quantity of the CatalogEntry for this component.
newValue
- java.lang.Doublepublic java.lang.String getSupplierPartNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getSupplierPartNumber
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSupplierPartNumber(java.lang.String newValue)
setSupplierPartNumber
in interface
OrderItemComponentAccessBeanData
public java.lang.String getSupplierData() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getSupplierData
in interface
OrderItemComponentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSupplierData(java.lang.String newValue)
setSupplierData
in interface
OrderItemComponentAccessBeanData