public class DsdataConnection extends Reference
dsdata_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 String |
folderPath |
protected Host |
host |
protected MainObject |
importsDatabase |
protected ItemList<TableDefinition> |
importsTableDefinitions |
protected String |
longDescription |
protected String |
name |
protected String |
namespace |
protected String |
nativeId |
protected String |
shortDescription |
| Constructor and Description |
|---|
DsdataConnection() |
| 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. |
String |
getFolderPath()
Retrieve the
folder_path property (displayed as 'Folder Path') of the object. |
Host |
getHost()
Retrieve the
host property (displayed as 'Host') of the object. |
MainObject |
getImportsDatabase()
Retrieve the
imports_database property (displayed as 'Imports Database') of the object. |
ItemList<TableDefinition> |
getImportsTableDefinitions()
Retrieve the
imports_table_definitions property (displayed as 'Imports Table Definitions') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNamespace()
Retrieve the
namespace property (displayed as 'Namespace') 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 |
setFolderPath(String folderPath)
Set the
folder_path property (displayed as Folder Path) of the object. |
void |
setHost(Host host)
Set the
host property (displayed as Host) of the object. |
void |
setImportsDatabase(MainObject importsDatabase)
Set the
imports_database property (displayed as Imports Database) of the object. |
void |
setImportsTableDefinitions(ItemList<TableDefinition> importsTableDefinitions)
Set the
imports_table_definitions property (displayed as Imports Table Definitions) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNamespace(String namespace)
Set the
namespace property (displayed as Namespace) 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 String folderPath
protected Host host
protected MainObject importsDatabase
protected ItemList<TableDefinition> importsTableDefinitions
protected String longDescription
protected String name
protected String namespace
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 String getFolderPath()
folder_path property (displayed as 'Folder Path') of the object.Stringpublic void setFolderPath(String folderPath)
folder_path property (displayed as Folder Path) of the object.folderPath - 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 MainObject getImportsDatabase()
imports_database property (displayed as 'Imports Database') of the object.MainObjectpublic void setImportsDatabase(MainObject importsDatabase)
imports_database property (displayed as Imports Database) of the object.importsDatabase - the value to setpublic ItemList<TableDefinition> getImportsTableDefinitions()
imports_table_definitions property (displayed as 'Imports Table Definitions') of the object.ItemList<TableDefinition>public void setImportsTableDefinitions(ItemList<TableDefinition> importsTableDefinitions)
imports_table_definitions property (displayed as Imports Table Definitions) of the object.importsTableDefinitions - 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 getNamespace()
namespace property (displayed as 'Namespace') of the object.Stringpublic void setNamespace(String namespace)
namespace property (displayed as Namespace) of the object.namespace - 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.