com.ibatis.db.sqlmap
Class StringKey

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

Deprecated.

public class StringKey
extends java.lang.Object


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

Constructor Detail

StringKey

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


StringKey

public StringKey(java.lang.String key)
Deprecated. 
Method Detail

getKey

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

Returns:
Value of property key.

setKey

public void setKey(java.lang.String 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