public class SapConnection extends Reference
sap_connection asset type in IGC, displayed as 'SAP Connection' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectionString |
protected Connector |
dataConnectors |
protected Host |
host |
protected MainObject |
importsIdocTypes |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
| Constructor and Description |
|---|
SapConnection() |
| 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. |
MainObject |
getImportsIdocTypes()
Retrieve the
imports_idoc_types property (displayed as 'Imports IDoc Types') 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 |
setImportsIdocTypes(MainObject importsIdocTypes)
Set the
imports_idoc_types property (displayed as Imports IDoc Types) 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 MainObject importsIdocTypes
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 MainObject getImportsIdocTypes()
imports_idoc_types property (displayed as 'Imports IDoc Types') of the object.MainObjectpublic void setImportsIdocTypes(MainObject importsIdocTypes)
imports_idoc_types property (displayed as Imports IDoc Types) of the object.importsIdocTypes - 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.