public static class ClientProperties.DataStore extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProperties.DataStore.Connection |
static class |
ClientProperties.DataStore.Schema |
| Modifier and Type | Field and Description |
|---|---|
private ClientProperties.DataStore.Connection |
connection |
private String |
name |
private Properties |
properties |
private List<ClientProperties.DataStore.Schema> |
schemas |
| Constructor and Description |
|---|
ClientProperties.DataStore() |
| Modifier and Type | Method and Description |
|---|---|
ClientProperties.DataStore.Connection |
getConnection() |
String |
getName() |
Properties |
getProperties() |
List<ClientProperties.DataStore.Schema> |
getSchemas() |
void |
setConnection(ClientProperties.DataStore.Connection connection) |
void |
setName(String name) |
void |
setProperties(Properties properties) |
void |
setSchemas(List<ClientProperties.DataStore.Schema> schemas) |
private ClientProperties.DataStore.Connection connection
private List<ClientProperties.DataStore.Schema> schemas
private String name
private Properties properties
public ClientProperties.DataStore.Connection getConnection()
public void setConnection(ClientProperties.DataStore.Connection connection)
connection - the connection to setpublic List<ClientProperties.DataStore.Schema> getSchemas()
public String getName()
public void setName(String name)
name - the name to setpublic Properties getProperties()
public void setProperties(Properties properties)
properties - the properties to setpublic void setSchemas(List<ClientProperties.DataStore.Schema> schemas)
schemas - the schemas to setCopyright © 2015. All Rights Reserved.