com.ibm.commerce.catalog.objects
Class ItemBean

com.ibm.commerce.catalog.objects.CatalogEntryBean
  |
  +--com.ibm.commerce.catalog.objects.ItemBean
All Implemented Interfaces:
java.io.Serializable

public class ItemBean
extends CatalogEntryBean

This bean provides access to the CATENTRY table.

The following is a description of this table:

This table hold the information related to a CatalogEntry. Examples of CatalogEntries include Products, Items, Packages, and Bundles.

See Also:
Serialized Form

Constructor Summary
ItemBean()
           
 
Methods inherited from class com.ibm.commerce.catalog.objects.CatalogEntryBean
getBaseItemId, getBuyable, getCatalogEntryReferenceNumber, getField1, getField2, getField3, getField4, getField5, getItemspc_id, getLastUpdate, getManufacturerName, getManufacturerPartNumber, getMarkForDelete, getMemberId, getOid, getOnAuction, getOnSpecial, getPartNumber, getState, getUrl, setBaseItemId, setBuyable, setField1, setField2, setField3, setField4, setField5, setItemspc_id, setLastUpdate, setManufacturerName, setManufacturerPartNumber, setMarkForDelete, setMemberId, setOid, setOnAuction, setOnSpecial, setPartNumber, setState, setUrl
 

Constructor Detail

ItemBean

public ItemBean()