java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.StoreItemAccessBean
Each row of this table contains attributes that affect how a particular Store allocates inventory for the specified items of a particular BaseItem. If there is no row for the Store, then the row for its StoreGroup is used.
Constructor Summary | |
---|---|
StoreItemAccessBean() constructor | |
StoreItemAccessBean(javax.ejb.EJBObject o) constructor | |
StoreItemAccessBean(java.lang.Long arg0,
java.lang.Integer arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByForeignSystem(java.lang.Long arg0) |
java.util.Enumeration |
findByStoreId(java.lang.Long arg0)
Retrieves the attributes that affect how a particular Store allocates
inventory for the specified STOREENT_ID
The SQL query used to fetch the requested row from the
STOREITEM table
is:SELECT * FROM STOREITEM T1 WHERE T1.STOREENT_ID = ? |
java.lang.String |
getBackOrderable() This method provides access to the STOREITEM.BACKORDERABLE column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'. |
java.lang.String |
getBaseItemId() This method provides access to the STOREITEM.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getBaseItemIdInEJBType() This method provides access to the STOREITEM.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCreditable() This method provides access to the STOREITEM.CREDITABLE column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'. |
java.lang.String |
getForceBackOrder() This method provides access to the STOREITEM.FORCEBACKORDER column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
java.lang.String |
getForeignSKU() This method provides access to the STOREITEM.FOREIGNSKU column of DB2 type CHAR(20). |
java.lang.String |
getForeignSystem() This method provides access to the STOREITEM.FOREIGNSYSTEM column of DB2 type BIGINT. |
java.lang.Long |
getForeignSystemInEJBType() This method provides access to the STOREITEM.FOREIGNSYSTEM column of DB2 type BIGINT. |
java.lang.String |
getLastupdate() This method provides access to the STOREITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastupdateInEJBType() This method provides access to the STOREITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getMinimumQtyForSplit() This method provides access to the STOREITEM.MINQTYFORSPLIT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getMinimumQtyForSplitInEJBType() This method provides access to the STOREITEM.MINQTYFORSPLIT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getReleaseSeparately() This method provides access to the STOREITEM.RELEASESEPARATELY column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
java.lang.String |
getReturnNotDesired() This method provides access to the STOREITEM.RETURNNOTDESIRED column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
java.lang.String |
getStoreentId() This method provides access to the STOREITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreentIdInEJBType() This method provides access to the STOREITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTrackInventory() This method provides access to the STOREITEM.TRACKINVENTORY column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setBackOrderable(java.lang.String newValue) This method provides access to the STOREITEM.BACKORDERABLE column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'. |
void |
setBaseItemId(java.lang.Long newValue) This method provides access to the STOREITEM.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setBaseItemId(java.lang.String newValue) This method provides access to the STOREITEM.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setCreditable(java.lang.String newValue) This method provides access to the STOREITEM.CREDITABLE column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'. |
void |
setForceBackOrder(java.lang.String newValue) This method provides access to the STOREITEM.FORCEBACKORDER column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
void |
setforeignSKU(java.lang.String newValue) This method provides access to the STOREITEM.FOREIGNSKU column of DB2 type CHAR(20). |
void |
setForeignSystem(java.lang.Long newValue) This method provides access to the STOREITEM.FOREIGNSYSTEM column of DB2 type BIGINT. |
void |
setForeignSystem(java.lang.String newValue) This method provides access to the STOREITEM.FOREIGNSYSTEM column of DB2 type BIGINT. |
void |
setInitKey_baseItemId(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 |
setLastupdate(java.lang.String newValue) This method provides access to the STOREITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastupdate(java.sql.Timestamp newValue) This method provides access to the STOREITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setMinimumQtyForSplit(java.lang.Integer newValue) This method provides access to the STOREITEM.MINQTYFORSPLIT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setMinimumQtyForSplit(java.lang.String newValue) This method provides access to the STOREITEM.MINQTYFORSPLIT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setReleaseSeparately(java.lang.String newValue) This method provides access to the STOREITEM.RELEASESEPARATELY column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
void |
setReturnNotDesired(java.lang.String newValue) This method provides access to the STOREITEM.RETURNNOTDESIRED column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'. |
void |
setStoreentId(java.lang.Integer newValue) This method provides access to the STOREITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.String newValue) This method provides access to the STOREITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setTrackInventory(java.lang.String newValue) This method provides access to the STOREITEM.TRACKINVENTORY column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public StoreItemAccessBean()
public StoreItemAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public StoreItemAccessBean(java.lang.Long arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByForeignSystem(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
arg0
- java.lang.Longjava.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
public java.util.Enumeration findByStoreId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the attributes that affect how a particular Store allocates
inventory for the specified STOREENT_ID
The SQL query used to fetch the requested row from the
STOREITEM table
is:
SELECT * FROM STOREITEM T1 WHERE T1.STOREENT_ID = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_baseItemId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_storeentId(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 getForeignSystem() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.FOREIGNSYSTEM column of DB2 type BIGINT.
The following is a description of this column:
Customizable.
getForeignSystem
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getForeignSystemInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.FOREIGNSYSTEM column of DB2 type BIGINT.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setForeignSystem(java.lang.String newValue)
This method provides access to the STOREITEM.FOREIGNSYSTEM column of DB2 type BIGINT.
The following is a description of this column:
Customizable.
setForeignSystem
in interface
StoreItemAccessBeanData
newValue
- Stringpublic void setForeignSystem(java.lang.Long newValue)
This method provides access to the STOREITEM.FOREIGNSYSTEM column of DB2 type BIGINT.
The following is a description of this column:
Customizable.
newValue
- java.lang.Longpublic java.lang.String getForceBackOrder() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.FORCEBACKORDER column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'.
The following is a description of this column:
Can be used to temporarily suspend allocation of specified items for this BaseItem.&l
getForceBackOrder
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setForceBackOrder(java.lang.String newValue)
This method provides access to the STOREITEM.FORCEBACKORDER column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'.
The following is a description of this column:
Can be used to temporarily suspend allocation of specified items for this BaseItem.&l
setForceBackOrder
in interface
StoreItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getTrackInventory() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.TRACKINVENTORY column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'.
The following is a description of this column:
Controls whether or not inventory is tracked in the RECEIPT table.&l
getTrackInventory
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTrackInventory(java.lang.String newValue)
This method provides access to the STOREITEM.TRACKINVENTORY column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'.
The following is a description of this column:
Controls whether or not inventory is tracked in the RECEIPT table.&l
setTrackInventory
in interface
StoreItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time this row was updated.
getLastupdate
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getLastupdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time this row was updated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastupdate(java.lang.String newValue)
This method provides access to the STOREITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time this row was updated.
setLastupdate
in interface
StoreItemAccessBeanData
newValue
- Stringpublic void setLastupdate(java.sql.Timestamp newValue)
This method provides access to the STOREITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time this row was updated.
newValue
- java.sql.Timestamppublic java.lang.String getBackOrderable() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.BACKORDERABLE column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'.
The following is a description of this column:
Can be used to indicate that specified items for this BaseItem cannot be backordered.&l
getBackOrderable
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBackOrderable(java.lang.String newValue)
This method provides access to the STOREITEM.BACKORDERABLE column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'.
The following is a description of this column:
Can be used to indicate that specified items for this BaseItem cannot be backordered.&l
setBackOrderable
in interface
StoreItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getBaseItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
getBaseItemId
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getBaseItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBaseItemId(java.lang.String newValue)
This method provides access to the STOREITEM.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
setBaseItemId
in interface
StoreItemAccessBeanData
newValue
- Stringpublic void setBaseItemId(java.lang.Long newValue)
This method provides access to the STOREITEM.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
newValue
- java.lang.Longpublic java.lang.String getStoreentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.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.
getStoreentId
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStoreentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreentId(java.lang.String newValue)
This method provides access to the STOREITEM.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.
setStoreentId
in interface
StoreItemAccessBeanData
newValue
- Stringpublic void setStoreentId(java.lang.Integer newValue)
This method provides access to the STOREITEM.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.
newValue
- java.lang.Integerpublic java.lang.String getReturnNotDesired() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.RETURNNOTDESIRED column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'.
The following is a description of this column:
Item return not wanted, even if customer is willing or able to return it. For example, perishable food items.
getReturnNotDesired
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setReturnNotDesired(java.lang.String newValue)
This method provides access to the STOREITEM.RETURNNOTDESIRED column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'.
The following is a description of this column:
Item return not wanted, even if customer is willing or able to return it. For example, perishable food items.
setReturnNotDesired
in interface
StoreItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getCreditable() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.CREDITABLE column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'.
The following is a description of this column:
Whether the merchant will, without an override, issue a credit for this item.&l
getCreditable
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCreditable(java.lang.String newValue)
This method provides access to the STOREITEM.CREDITABLE column of DB2 type CHAR(1) NOT NULL DEFAULT 'Y'.
The following is a description of this column:
Whether the merchant will, without an override, issue a credit for this item.&l
setCreditable
in interface
StoreItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getForeignSKU() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.FOREIGNSKU column of DB2 type CHAR(20).
The following is a description of this column:
Customizable.
getForeignSKU
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setforeignSKU(java.lang.String newValue)
This method provides access to the STOREITEM.FOREIGNSKU column of DB2 type CHAR(20).
The following is a description of this column:
Customizable.
setforeignSKU
in interface
StoreItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getMinimumQtyForSplit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.MINQTYFORSPLIT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Used by the default AllocateInventory task command implementation. OrderItems will not be automatically split during inventory allocation if the remaining unallocated quantity in the new OrderItem would be less than the specified minimum quantity.
getMinimumQtyForSplit
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMinimumQtyForSplitInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.MINQTYFORSPLIT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Used by the default AllocateInventory task command implementation. OrderItems will not be automatically split during inventory allocation if the remaining unallocated quantity in the new OrderItem would be less than the specified minimum quantity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMinimumQtyForSplit(java.lang.String newValue)
This method provides access to the STOREITEM.MINQTYFORSPLIT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Used by the default AllocateInventory task command implementation. OrderItems will not be automatically split during inventory allocation if the remaining unallocated quantity in the new OrderItem would be less than the specified minimum quantity.
setMinimumQtyForSplit
in interface
StoreItemAccessBeanData
newValue
- Stringpublic void setMinimumQtyForSplit(java.lang.Integer newValue)
This method provides access to the STOREITEM.MINQTYFORSPLIT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Used by the default AllocateInventory task command implementation. OrderItems will not be automatically split during inventory allocation if the remaining unallocated quantity in the new OrderItem would be less than the specified minimum quantity.
newValue
- java.lang.Integerpublic java.lang.String getReleaseSeparately() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREITEM.RELEASESEPARATELY column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'.
The following is a description of this column:
Controls how OrderItems for specified items for this BaseItem are released.&l
getReleaseSeparately
in interface
StoreItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setReleaseSeparately(java.lang.String newValue)
This method provides access to the STOREITEM.RELEASESEPARATELY column of DB2 type CHAR(1) NOT NULL DEFAULT 'N'.
The following is a description of this column:
Controls how OrderItems for specified items for this BaseItem are released.&l
setReleaseSeparately
in interface
StoreItemAccessBeanData
newValue
- java.lang.String