| java.lang.Object com.rift.coad.lib.bean.test.TestKey
TestKey | public TestKey()(Code) | | Creates a new instance of TestKey
|
equals | public boolean equals(Object value)(Code) | | This method returns the hash code of the test key.
TRUE if equals, FALSE if not. Parameters: value - The value to perform the test on. |
getKey1 | public String getKey1()(Code) | | Retrieve the key 1 value.
|
getKey2 | public String getKey2()(Code) | | Retrieve the key 2 value.
|
hashCode | public int hashCode()(Code) | | This method returns the hash code of the test key.
|
setKey1 | public void setKey1(String key1)(Code) | | This method sets key 1
|
setKey2 | public void setKey2(String key2)(Code) | | This method sets key 2
|
|
|