CategoryKey Class
- public class CategoryKey
extends CatalogItemKey
The CategoryKey class is used to index and retrieve Category objects.
-
Hierarchy
-
Object
CatalogItemKey
CategoryKey
-
All Implemented Interfaces
-
Cloneable
, Comparable
, Serializable
public static final CategoryKey |
-
ROOT
- This key allows you to specify retrieval of items from the
root of the category hierarchy.
|
public Object |
-
clone ()
- clone implementation for CategoryKey.
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROOT
public static final CategoryKey
ROOT
- This key allows you to specify retrieval of items from the
root of the category hierarchy.
CategoryKey
public CategoryKey()
- Default constructor.
CategoryKey
public CategoryKey(String
identifier)
- Class constructor.
clone() Method
public Object
clone()
clone implementation for CategoryKey.
-
Overrides
-
CatalogItemKey.clone()
Returns
- a clone of this object.