public class EmbeddedConnection extends PropertyBase
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
arguments |
protected String |
displayName |
protected Connection |
embeddedConnection |
protected int |
position |
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
EmbeddedConnection()
Default constructor
|
EmbeddedConnection(EmbeddedConnection template)
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.
|
Map<String,Object> |
getArguments()
Return the arguments for the embedded connection.
|
String |
getDisplayName()
Return the printable name of the embedded connection.
|
Connection |
getEmbeddedConnection()
Return the embedded connection.
|
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.
|
void |
setArguments(Map<String,Object> arguments)
Set up the arguments for the embedded connection.
|
void |
setDisplayName(String displayName)
Set up the printable name of the embedded connection.
|
void |
setEmbeddedConnection(Connection embeddedConnection)
Set up the embedded connection
|
void |
setPosition(int position)
Set up the position that this connector is in the list of embedded connectors.
|
String |
toString()
Standard toString method.
|
getHeaderVersion, setHeaderVersionprotected int position
protected String displayName
protected Connection embeddedConnection
public EmbeddedConnection()
public EmbeddedConnection(EmbeddedConnection template)
template - element to copypublic int getPosition()
public void setPosition(int position)
position - intpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - String namepublic Map<String,Object> getArguments()
public void setArguments(Map<String,Object> arguments)
arguments - property mappublic Connection getEmbeddedConnection()
public void setEmbeddedConnection(Connection embeddedConnection)
embeddedConnection - Connection objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.