public class DataConnection extends Reference
data_connection asset type in IGC, displayed as 'Data Connection' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectionString |
protected Connector |
dataConnectors |
protected Host |
host |
protected String |
importedFrom |
protected Database |
importsDatabase |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
| Constructor and Description |
|---|
DataConnection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionString()
Retrieve the
connection_string property (displayed as 'Connection String') of the object. |
Connector |
getDataConnectors()
Retrieve the
data_connectors property (displayed as 'Data Connectors') of the object. |
Host |
getHost()
Retrieve the
host property (displayed as 'Host') of the object. |
String |
getImportedFrom()
Retrieve the
imported_from property (displayed as 'Imported From') of the object. |
Database |
getImportsDatabase()
Retrieve the
imports_database property (displayed as 'Imports Database') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setConnectionString(String connectionString)
Set the
connection_string property (displayed as Connection String) of the object. |
void |
setDataConnectors(Connector dataConnectors)
Set the
data_connectors property (displayed as Data Connectors) of the object. |
void |
setHost(Host host)
Set the
host property (displayed as Host) of the object. |
void |
setImportedFrom(String importedFrom)
Set the
imported_from property (displayed as Imported From) of the object. |
void |
setImportsDatabase(Database importsDatabase)
Set the
imports_database property (displayed as Imports Database) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String connectionString
protected Connector dataConnectors
protected Host host
protected String importedFrom
protected Database importsDatabase
protected String longDescription
protected String name
protected String nativeId
protected String shortDescription
public String getConnectionString()
connection_string property (displayed as 'Connection String') of the object.Stringpublic void setConnectionString(String connectionString)
connection_string property (displayed as Connection String) of the object.connectionString - the value to setpublic Connector getDataConnectors()
data_connectors property (displayed as 'Data Connectors') of the object.Connectorpublic void setDataConnectors(Connector dataConnectors)
data_connectors property (displayed as Data Connectors) of the object.dataConnectors - the value to setpublic Host getHost()
host property (displayed as 'Host') of the object.Hostpublic void setHost(Host host)
host property (displayed as Host) of the object.host - the value to setpublic String getImportedFrom()
imported_from property (displayed as 'Imported From') of the object.Stringpublic void setImportedFrom(String importedFrom)
imported_from property (displayed as Imported From) of the object.importedFrom - the value to setpublic Database getImportsDatabase()
imports_database property (displayed as 'Imports Database') of the object.Databasepublic void setImportsDatabase(Database importsDatabase)
imports_database property (displayed as Imports Database) of the object.importsDatabase - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setCopyright © 2018–2021 ODPi. All rights reserved.