public class ConnectionDetails extends Object
| Constructor and Description |
|---|
ConnectionDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionQualifiedName()
Return the qualified foreignKeyName of the connection
|
String |
getConnectorProviderName()
Return the connector provider foreignKeyName of the connection
|
String |
getConnectorProviderQualifiedName()
Return the connector provider qualified foreignKeyName for the connection
|
String |
getEndpointQualifiedName()
Return the qualified foreignKeyName of the endpoint
|
String |
getNetworkAddress()
Return the address of the connection
|
String |
getProtocol()
Return the protocol of the connection
|
String |
getType() |
String |
getUser() |
void |
setConnectionQualifiedName(String connectionQualifiedName)
set up the connection qualified foreignKeyName
|
void |
setConnectorProviderName(String connectorProviderName)
set up the connector provider foreignKeyName of the connection
|
void |
setConnectorProviderQualifiedName(String connectorProviderQualifiedName)
set up the connector provider qualified foreignKeyName of the connection
|
void |
setEndpointQualifiedName(String endpointQualifiedName)
set up the endpoint qualified foreignKeyName
|
void |
setNetworkAddress(String networkAddress)
set up the address of the connection
|
void |
setProtocol(String protocol)
set up the protocol of the connection
|
void |
setType(String type) |
void |
setUser(String user) |
String |
toString() |
public String getNetworkAddress()
public void setNetworkAddress(String networkAddress)
networkAddress - - address of the connectionpublic String getProtocol()
public void setProtocol(String protocol)
protocol - - protocol of the connectionpublic String getConnectorProviderName()
public void setConnectorProviderName(String connectorProviderName)
connectorProviderName - - connector provider foreignKeyName of the connectionpublic String getConnectorProviderQualifiedName()
public void setConnectorProviderQualifiedName(String connectorProviderQualifiedName)
connectorProviderQualifiedName - - qualified foreignKeyName of the connector providerpublic String getConnectionQualifiedName()
public void setConnectionQualifiedName(String connectionQualifiedName)
connectionQualifiedName - - qualified foreignKeyName of the connectionpublic String getEndpointQualifiedName()
public void setEndpointQualifiedName(String endpointQualifiedName)
endpointQualifiedName - - qualified foreignKeyName of the endpointpublic String getUser()
public void setUser(String user)
user - to connectpublic String getType()
public void setType(String type)
Copyright © 2018 ODPi. All rights reserved.