com.ibatis.db.sqlmap
Class ObjectKey

java.lang.Object
  extended bycom.ibatis.db.sqlmap.ObjectKey

public class ObjectKey
extends java.lang.Object


Field Summary
private  java.lang.Object key
          Deprecated. Holds value of property key.
 
Constructor Summary
ObjectKey()
          Deprecated. Creates a new instance of ObjectKey
 
Method Summary
 boolean equals(java.lang.Object o)
          Deprecated.  
 java.lang.Object getKey()
          Deprecated. Getter for property key.
 int hashCode()
          Deprecated.  
 void setKey(java.lang.Object key)
          Deprecated. Setter for property key.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private java.lang.Object key
Deprecated. 
Holds value of property key.

Constructor Detail

ObjectKey

public ObjectKey()
Deprecated. 
Creates a new instance of ObjectKey

Method Detail

getKey

public java.lang.Object getKey()
Deprecated. 
Getter for property key.

Returns:
Value of property key.

setKey

public void setKey(java.lang.Object key)
Deprecated. 
Setter for property key.

Parameters:
key - New value of property key.

equals

public boolean equals(java.lang.Object o)
Deprecated. 

hashCode

public int hashCode()
Deprecated.