© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.catalog
Class CategoryKey

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

public class CategoryKey
extends CatalogItemKey

The CategoryKey class is used to index and retrieve Category objects.

See Also:
Serialized Form

Field Summary
static CategoryKey ROOT
          This key allows you to specify retrieval of items from the root of the category hierarchy.
 
Constructor Summary
CategoryKey()
          Default constructor.
CategoryKey(String identifier)
          Class constructor.
 
Method Summary
 Object clone()
          clone implementation for CategoryKey.
 
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
 

Field Detail

ROOT

public static final CategoryKey ROOT
This key allows you to specify retrieval of items from the root of the category hierarchy.

Constructor Detail

CategoryKey

public CategoryKey()
Default constructor.


CategoryKey

public CategoryKey(String identifier)
Class constructor.

Method Detail

clone

public Object clone()
clone implementation for CategoryKey.

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

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved