org.apache.jmeter.protocol.jdbc.util
Class DBKey
java.lang.Object
|
+--org.apache.jmeter.protocol.jdbc.util.DBKey
- All Implemented Interfaces:
- Serializable
- public class DBKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
DBKey()
|
DBKey
public DBKey()
setUrl
public void setUrl(String newUrl)
getUrl
public String getUrl()
setUsername
public void setUsername(String newUsername)
getUsername
public String getUsername()
setPassword
public void setPassword(String newPassword)
getPassword
public String getPassword()
setDriver
public void setDriver(String newDriver)
getDriver
public String getDriver()
setMaxUsage
public void setMaxUsage(int newMaxUsage)
getMaxUsage
public int getMaxUsage()
setMaxConnections
public void setMaxConnections(int newMaxConnections)
getMaxConnections
public int getMaxConnections()
equals
public boolean equals(Object key)
- Determines if the two DBKey objects have the same property values.
- Overrides:
equals
in class Object
- Parameters:
key
- DBKey to compare with this one.
- Returns:
- bool True if equal, false otherwise.
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.