|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.ebusiness.catalog.CatalogItemKey
public class CatalogItemKey
This class is the base class for keys used to look-up CatalogItems (Products and Categories).
ProductItemKey,
CategoryKey,
Serialized Form| Constructor Summary | |
|---|---|
CatalogItemKey()
Default constructor. |
|
CatalogItemKey(String identifier)
Class constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
clone implementation for CatalogItemKeys. |
int |
compareTo(Object key)
compareTo for the Comparable interface |
boolean |
equals(Object key)
compareTo for the Comparable interface |
String |
getIdentifier()
Get the key identifier. |
int |
hashCode()
|
String |
toString()
Builds a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CatalogItemKey()
public CatalogItemKey(String identifier)
identifier - A CatalogItem identifier.| Method Detail |
|---|
public boolean equals(Object key)
equals in class Objectpublic int compareTo(Object key)
compareTo in interface Comparablepublic int hashCode()
hashCode in class Objectpublic String getIdentifier()
public Object clone()
clone in class Objectpublic String toString()
toString in class Object
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||