| 
© 2001 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.foundation.SmartKey
        |
        +--com.beasys.commerce.foundation.EmptySmartKey
EmptySmartKey is equivalent to a "null" SmartKey. If one wants to store a SmartKey to a datastore, the SmartKey can never be null. Hence an EmptySmartKey is needed.
SmartKey, Serialized Form| Constructor Summary | |
EmptySmartKey()
Default Constructor.  | 
|
| Method Summary | |
 int | 
compareTo(java.lang.Object o)
Compare always returns equal.  | 
 java.lang.String | 
toString()
toString always returns an empty string.  | 
| Methods inherited from class com.beasys.commerce.foundation.SmartKey | 
equals | 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public EmptySmartKey()
| Method Detail | 
public int compareTo(java.lang.Object o)
compareTo in class SmartKeypublic java.lang.String toString()
toString in class SmartKey
  | 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||