Class EmbeddedConnectionProperties
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
EmbeddedConnectionProperties provides a facade for the properties of a Connection that is embedded in a
VirtualConnection.
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedConnectionProperties(EmbeddedConnection embeddedConnectionBean) Bean constructorCopy/clone constructor makes a copy of the supplied object. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the list of properties associated with this schema link.Return the connection properties used to create the connector for this embedded connection.Return the display name of the embedded connection.intReturn the position that this connector is in the list of embedded connectors.inthashCode()Create a hash code for this element type.toString()Standard toString method.
-
Constructor Details
-
EmbeddedConnectionProperties
Bean constructor- Parameters:
embeddedConnectionBean- bean containing all the properties
-
EmbeddedConnectionProperties
Copy/clone constructor makes a copy of the supplied object.- Parameters:
template- template object to copy
-
-
Method Details
-
getPosition
public int getPosition()Return the position that this connector is in the list of embedded connectors.- Returns:
- int
-
getDisplayName
Return the display name of the embedded connection.- Returns:
- String name
-
getConnectionProperties
Return the connection properties used to create the connector for this embedded connection.- Returns:
- String name
-
getArguments
Return the list of properties associated with this schema link.- Returns:
- map of properties
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classAssetPropertyElementBase- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classAssetPropertyElementBase- Returns:
- int hash code
-