com.ibatis.db.sqlmap
Class ObjectKey

java.lang.Object
  extended by com.ibatis.db.sqlmap.ObjectKey

Deprecated.

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. 
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object