public class EmbeddedConnectionProperties extends AssetPropertyBase
| Modifier and Type | Field and Description |
|---|---|
protected EmbeddedConnection |
embeddedConnectionBean |
parentAsset| Constructor and Description |
|---|
EmbeddedConnectionProperties(AssetDescriptor parentAsset,
EmbeddedConnection embeddedConnectionBean)
Bean constructor with parent asset
|
EmbeddedConnectionProperties(AssetDescriptor parentAsset,
EmbeddedConnectionProperties template)
Copy/clone constructor makes a copy of the supplied object.
|
EmbeddedConnectionProperties(EmbeddedConnection embeddedConnectionBean)
Bean 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.
|
Map<String,Object> |
getArguments()
Return the list of properties associated with this schema link.
|
ConnectionProperties |
getConnectionProperties()
Return the connection properties used to create the connector for this embedded connection.
|
String |
getDisplayName()
Return the display name of the embedded connection.
|
protected EmbeddedConnection |
getEmbeddedConnectionBean()
Return the bean with all of the properties
|
int |
getPosition()
Return the position that this connector is in the list of embedded connectors.
|
int |
hashCode()
Create a hash code for this element type.
|
String |
toString()
Standard toString method.
|
getParentAsset, getParentAssetName, getParentAssetTypeNameprotected EmbeddedConnection embeddedConnectionBean
public EmbeddedConnectionProperties(EmbeddedConnection embeddedConnectionBean)
embeddedConnectionBean - bean containing all of the propertiespublic EmbeddedConnectionProperties(AssetDescriptor parentAsset, EmbeddedConnection embeddedConnectionBean)
parentAsset - descriptor of parent assetembeddedConnectionBean - bean containing all of the propertiespublic EmbeddedConnectionProperties(AssetDescriptor parentAsset, EmbeddedConnectionProperties template)
parentAsset - descriptor of parent assettemplate - template object to copyprotected EmbeddedConnection getEmbeddedConnectionBean()
public int getPosition()
public String getDisplayName()
public ConnectionProperties getConnectionProperties()
public Map<String,Object> getArguments()
public String toString()
public boolean equals(Object objectToCompare)
equals in class AssetPropertyBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetPropertyBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.