com.beasys.commerce.ebusiness.catalog
Class CatalogItemKey

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

Deprecated

@Deprecated
public class CatalogItemKey
extends Object
implements Serializable, Comparable, Cloneable

This class is the base class for keys used to look-up CatalogItems (Products and Categories).

See Also
ProductItemKey, CategoryKey, Serialized Form

Constructor Summary
CatalogItemKey()
          Deprecated Default constructor.
CatalogItemKey(String identifier)
          Deprecated Class constructor.
 
Method Summary
 Object clone()
          Deprecated clone implementation for CatalogItemKeys.
 int compareTo(Object key)
          Deprecated compareTo for the Comparable interface
 boolean equals(Object key)
          Deprecated compareTo for the Comparable interface
 String getIdentifier()
          Deprecated Get the key identifier.
 int hashCode()
          Deprecated  
 String toString()
          Deprecated Builds a string representation of this object.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogItemKey

public CatalogItemKey()
Deprecated 
Default constructor.


CatalogItemKey

public CatalogItemKey(String identifier)
Deprecated 
Class constructor.

Parameters
identifier - A CatalogItem identifier.
Method Detail

equals

public boolean equals(Object key)
Deprecated 
compareTo for the Comparable interface

Overrides:
equals in class Object

compareTo

public int compareTo(Object key)
Deprecated 
compareTo for the Comparable interface

Specified by:
compareTo in interface Comparable

hashCode

public int hashCode()
Deprecated 
Overrides:
hashCode in class Object

getIdentifier

public String getIdentifier()
Deprecated 
Get the key identifier.

Returns
identifier.

clone

public Object clone()
Deprecated 
clone implementation for CatalogItemKeys.

Overrides:
clone in class Object
Returns
copy of this key.

toString

public String toString()
Deprecated 
Builds a string representation of this object.

Overrides:
toString in class Object
Returns
the string


Copyright © 2000, 2008, 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.