ProductItemKey Class
- public class ProductItemKey
extends CatalogItemKey
The ProductItemKey class is a unique identifier for product items in the catalog.
-
Hierarchy
-
Object
CatalogItemKey
ProductItemKey
-
All Implemented Interfaces
-
Cloneable
, Comparable
, Serializable
public Object |
-
clone ()
- clone implementation for this class.
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductItemKey
public ProductItemKey()
- Default constructor.
ProductItemKey
public ProductItemKey(String
identifier)
- Class constructor.
clone() Method
public Object
clone()
clone implementation for this class.
-
Overrides
-
CatalogItemKey.clone()
Returns
- a copy of this object.