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.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEmbeddedConnectionProperties
(EmbeddedConnection embeddedConnectionBean) Bean constructorCopy/clone constructor makes a copy of the supplied object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare 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.protected EmbeddedConnection
Return the bean with all the propertiesint
Return the position that this connector is in the list of embedded connectors.int
hashCode()
Create a hash code for this element type.toString()
Standard toString method.
-
Field Details
-
embeddedConnectionBean
-
-
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
-
getEmbeddedConnectionBean
Return the bean with all the properties- Returns:
- schema link bean
-
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:
equals
in classAssetPropertyElementBase
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classAssetPropertyElementBase
- Returns:
- int hash code
-