com.ibatis.db.sqlmap
Class IntegerKey

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

Deprecated.

public class IntegerKey
extends java.lang.Object


Field Summary
private  int key
          Deprecated. Holds value of property key.
 
Constructor Summary
IntegerKey()
          Deprecated. Creates a new instance of IntegerKey
IntegerKey(int key)
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object o)
          Deprecated.  
 int getKey()
          Deprecated. Getter for property key.
 int hashCode()
          Deprecated.  
 void setKey(int 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 int key
Deprecated. 
Holds value of property key.

Constructor Detail

IntegerKey

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


IntegerKey

public IntegerKey(int key)
Deprecated. 
Method Detail

getKey

public int getKey()
Deprecated. 
Getter for property key.

Returns:
Value of property key.

setKey

public void setKey(int 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