public class DatabaseInfo extends Object
| Constructor and Description |
|---|
DatabaseInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getLocalHostName() |
String |
getName() |
String |
getPassword() |
int |
getPort() |
String |
getType() |
String |
getUsername() |
boolean |
isLocalEnabled() |
boolean |
isPing() |
void |
setHost(String host) |
void |
setLocalEnabled(boolean localEnabled) |
void |
setLocalHostName(String localHostName) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setPing(boolean ping) |
void |
setPort(int port) |
void |
setType(String type) |
void |
setUsername(String username) |
String |
toString() |
public String getHost()
public void setHost(String host)
host - the host to setpublic boolean isPing()
public void setPing(boolean ping)
ping - the ping to setpublic int getPort()
public void setPort(int port)
port - the port to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getType()
public void setType(String type)
type - the type to setpublic boolean isLocalEnabled()
public void setLocalEnabled(boolean localEnabled)
localEnabled - the localEnabled to setpublic String getLocalHostName()
public void setLocalHostName(String localHostName)
localHostName - the localHostName to setCopyright © 2012. All Rights Reserved.