| 
 | Copyright © 2008 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.foundation.SmartKey
@Deprecated public abstract class SmartKey
For each Entity there must be a primary key class derived from SmartKey. Implementing SmartKey requires that the classes be serializable and comparable.
Entity, 
Serialized Form| Constructor Summary | |
|---|---|
| SmartKey()Deprecated See BEA Commerce product offering | |
| Method Summary | |
|---|---|
| abstract  int | compareTo(Object o)Deprecated See BEA Commerce product offering | 
|  boolean | equals(Object o)Deprecated See BEA Commerce product offering | 
|  String | toString()Deprecated See BEA Commerce product offering | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public SmartKey()
| Method Detail | 
|---|
public abstract int compareTo(Object o)
compareTo in interface Comparableo - the Object to be compared.
ClastCastException - if the specified object's type prevents it from
         being compared with this SmartKey.public boolean equals(Object o)
equals in class Objecto - the Object to be compared.
true if the supplied Object is equivalent,
          false otherwise.public String toString()
String representation of the SmartKey.
toString in class ObjectString representation of the SmartKey.| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||