© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.catalog
Class ProductItemKey

java.lang.Object
  |
  +--com.beasys.commerce.ebusiness.catalog.CatalogItemKey
        |
        +--com.beasys.commerce.ebusiness.catalog.ProductItemKey

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(java.lang.String identifier)
          Class constructor.
 
Method Summary
 java.lang.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(java.lang.String identifier)
Class constructor.

Parameters:
identifier - A ProductItem identifier.
Method Detail

clone

public java.lang.Object clone()
clone implementation for this class.

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

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved