public class DBDescriptor extends Object
| Constructor and Description |
|---|
DBDescriptor(String endpoint,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint() |
String |
getPassword() |
String |
getUser() |
void |
setEndpoint(String endpoint) |
void |
setPassword(String password) |
void |
setUser(String user) |
String |
toString() |
public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic String getPassword()
public void setPassword(String password)
password - the password to setCopyright © 2015. All Rights Reserved.