com.beasys.commerce.ebusiness.catalog
Class ProductItemKey

java.lang.Object
  extended by com.beasys.commerce.ebusiness.catalog.CatalogItemKey
      extended by com.beasys.commerce.ebusiness.catalog.ProductItemKey
All Implemented Interfaces
Serializable, Cloneable, Comparable

Deprecated

@Deprecated
public class ProductItemKey
extends CatalogItemKey

The ProductItemKey class is a unique identifier for product items in the catalog.

See Also
Serialized Form

Constructor Summary
ProductItemKey()
          Deprecated Default constructor.
ProductItemKey(String identifier)
          Deprecated Class constructor.
 
Method Summary
 Object clone()
          Deprecated clone implementation for this class.
 
Methods inherited from class com.beasys.commerce.ebusiness.catalog.CatalogItemKey
compareTo, equals, getIdentifier, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductItemKey

public ProductItemKey()
Deprecated 
Default constructor.


ProductItemKey

public ProductItemKey(String identifier)
Deprecated 
Class constructor.

Parameters
identifier - A ProductItem identifier.
Method Detail

clone

public Object clone()
Deprecated 
clone implementation for this class.

Overrides:
clone in class CatalogItemKey
Returns
a copy of this object.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.