|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.ebusiness.catalog.CatalogItemKey
This class is the base class for keys used to look-up CatalogItems (Products and Categories).
ProductItemKey
,
CategoryKey
, Serialized FormConstructor Summary | |
CatalogItemKey()
Default constructor. |
|
CatalogItemKey(java.lang.String identifier)
Class constructor. |
Method Summary | |
java.lang.Object |
clone()
clone implementation for CatalogItemKeys. |
int |
compareTo(java.lang.Object key)
compareTo for the Comparable interface |
boolean |
equals(java.lang.Object key)
compareTo for the Comparable interface |
java.lang.String |
getIdentifier()
Get the key identifier. |
int |
hashCode()
|
java.lang.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(java.lang.String identifier)
identifier
- A CatalogItem
identifier.Method Detail |
public boolean equals(java.lang.Object key)
public int compareTo(java.lang.Object key)
public int hashCode()
public java.lang.String getIdentifier()
public java.lang.Object clone()
public java.lang.String toString()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |