public class VirtualConnection extends Connection
| Modifier and Type | Field and Description |
|---|---|
protected List<EmbeddedConnection> |
embeddedConnections |
clearPassword, configurationProperties, connectorType, description, displayName, encryptedPassword, endpoint, securedProperties, userIdadditionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
VirtualConnection()
Default constructor
|
VirtualConnection(VirtualConnection templateVirtualConnection)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<EmbeddedConnection> |
getEmbeddedConnections()
Return the list of embedded connections for this virtual connection.
|
static ElementType |
getVirtualConnectionType()
Return the standard type for a connection type.
|
void |
setEmbeddedConnections(List<EmbeddedConnection> embeddedConnections)
Set up the list of embedded connections for this virtual connection.
|
String |
toString()
Standard toString method.
|
getClearPassword, getConfigurationProperties, getConnectionType, getConnectorType, getDescription, getDisplayName, getEncryptedPassword, getEndpoint, getSecuredProperties, getUserId, hashCode, setClearPassword, setConfigurationProperties, setConnectorType, setDescription, setDisplayName, setEncryptedPassword, setEndpoint, setSecuredProperties, setUserIdgetAdditionalProperties, getMeanings, getQualifiedName, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLprotected List<EmbeddedConnection> embeddedConnections
public VirtualConnection()
public VirtualConnection(VirtualConnection templateVirtualConnection)
templateVirtualConnection - element to copypublic static ElementType getVirtualConnectionType()
public List<EmbeddedConnection> getEmbeddedConnections()
public void setEmbeddedConnections(List<EmbeddedConnection> embeddedConnections)
embeddedConnections - list of EmbeddedConnection objectspublic String toString()
toString in class Connectionpublic boolean equals(Object objectToCompare)
equals in class ConnectionobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.