© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.catalog
Class ProductItemKey

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

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()
          Default constructor.
ProductItemKey(String identifier)
          Class constructor.
 
Method Summary
 Object clone()
          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()
Default constructor.


ProductItemKey

public ProductItemKey(String identifier)
Class constructor.

Method Detail

clone

public Object clone()
clone implementation for this class.

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

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved