public class VirtualConnectionProperties extends ConnectionProperties
| Modifier and Type | Field and Description |
|---|---|
protected VirtualConnection |
connectionBean |
referenceableBeanparentAsset| Constructor and Description |
|---|
VirtualConnectionProperties(AssetDescriptor parentAsset,
VirtualConnection connectionBean)
Bean constructor with parent asset
|
VirtualConnectionProperties(AssetDescriptor parentAsset,
VirtualConnectionProperties templateConnection)
Copy/clone Constructor to return a copy of a connection object that is connected to an asset.
|
VirtualConnectionProperties(VirtualConnection connectionBean)
Bean constructor
|
VirtualConnectionProperties(VirtualConnectionProperties templateConnection)
Copy/clone Constructor to return a copy of a connection object that is not connected to an asset.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
protected VirtualConnection |
getConnectionBean()
Return the bean with all of the properties.
|
String |
getConnectionName()
Returns a formatted string with the connection name.
|
ConnectorTypeProperties |
getConnectorType()
Returns a copy of the properties for this connection's connector type.
|
String |
getDescription()
Returns the stored description property for the connection.
|
List<EmbeddedConnectionProperties> |
getEmbeddedConnections()
Returns the stored display name property for the connection.
|
EndpointProperties |
getEndpoint()
Returns a copy of the properties for this connection's endpoint.
|
protected AdditionalProperties |
getSecuredProperties()
Return a copy of the secured properties.
|
String |
toString()
Standard toString method.
|
getDisplayNamegetAdditionalProperties, getQualifiedName, getReferenceableBeangetAssetClassifications, getElementHeaderBean, getGUID, getType, getURL, hashCodegetParentAsset, getParentAssetName, getParentAssetTypeNameprotected VirtualConnection connectionBean
public VirtualConnectionProperties(VirtualConnection connectionBean)
connectionBean - bean containing the propertiespublic VirtualConnectionProperties(AssetDescriptor parentAsset, VirtualConnection connectionBean)
parentAsset - description of the asset that this connection is attached to.connectionBean - bean containing the propertiespublic VirtualConnectionProperties(VirtualConnectionProperties templateConnection)
templateConnection - Connection to copypublic VirtualConnectionProperties(AssetDescriptor parentAsset, VirtualConnectionProperties templateConnection)
parentAsset - description of the asset that this connection is attached to.templateConnection - template object to copy.protected VirtualConnection getConnectionBean()
getConnectionBean in class ConnectionPropertiespublic List<EmbeddedConnectionProperties> getEmbeddedConnections()
public String getConnectionName()
getConnectionName in class ConnectionPropertiespublic String getDescription()
getDescription in class ConnectionPropertiespublic ConnectorTypeProperties getConnectorType()
getConnectorType in class ConnectionPropertiespublic EndpointProperties getEndpoint()
getEndpoint in class ConnectionPropertiesprotected AdditionalProperties getSecuredProperties()
getSecuredProperties in class ConnectionPropertiespublic String toString()
toString in class ConnectionPropertiespublic boolean equals(Object objectToCompare)
equals in class ConnectionPropertiesobjectToCompare - supplied objectCopyright © 2018 ODPi. All rights reserved.