public class DataConnectionMapping extends Reference
data_connection_mapping asset type in IGC, displayed as 'Data Connection Mapping' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Database |
boundToDatabase |
protected String |
hostEngineName |
protected String |
name |
protected DataConnectionMapping |
preferredDataConnection |
protected ItemList<DataConnectionMapping> |
sameAsDataConnections |
protected String |
type |
protected ItemList<MainObject> |
usedBy |
| Constructor and Description |
|---|
DataConnectionMapping() |
| Modifier and Type | Method and Description |
|---|---|
Database |
getBoundToDatabase()
Retrieve the
bound_to_database property (displayed as 'Bound to Database') of the object. |
String |
getHostEngineName()
Retrieve the
host_(engine)_name property (displayed as 'Host (Engine) Name') of the object. |
DataConnectionMapping |
getPreferredDataConnection()
Retrieve the
preferred_data_connection property (displayed as 'Preferred Data Connection') of the object. |
ItemList<DataConnectionMapping> |
getSameAsDataConnections()
Retrieve the
same_as_data_connections property (displayed as 'Same as Data Connections') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
ItemList<MainObject> |
getUsedBy()
Retrieve the
used_by property (displayed as 'Used by') of the object. |
void |
setBoundToDatabase(Database boundToDatabase)
Set the
bound_to_database property (displayed as Bound to Database) of the object. |
void |
setHostEngineName(String hostEngineName)
Set the
host_(engine)_name property (displayed as Host (Engine) Name) of the object. |
void |
setPreferredDataConnection(DataConnectionMapping preferredDataConnection)
Set the
preferred_data_connection property (displayed as Preferred Data Connection) of the object. |
void |
setSameAsDataConnections(ItemList<DataConnectionMapping> sameAsDataConnections)
Set the
same_as_data_connections property (displayed as Same as Data Connections) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setUsedBy(ItemList<MainObject> usedBy)
Set the
used_by property (displayed as Used by) 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 Database boundToDatabase
protected String hostEngineName
protected String name
protected DataConnectionMapping preferredDataConnection
protected ItemList<DataConnectionMapping> sameAsDataConnections
protected String type
protected ItemList<MainObject> usedBy
public Database getBoundToDatabase()
bound_to_database property (displayed as 'Bound to Database') of the object.Databasepublic void setBoundToDatabase(Database boundToDatabase)
bound_to_database property (displayed as Bound to Database) of the object.boundToDatabase - the value to setpublic String getHostEngineName()
host_(engine)_name property (displayed as 'Host (Engine) Name') of the object.Stringpublic void setHostEngineName(String hostEngineName)
host_(engine)_name property (displayed as Host (Engine) Name) of the object.hostEngineName - 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 DataConnectionMapping getPreferredDataConnection()
preferred_data_connection property (displayed as 'Preferred Data Connection') of the object.DataConnectionMappingpublic void setPreferredDataConnection(DataConnectionMapping preferredDataConnection)
preferred_data_connection property (displayed as Preferred Data Connection) of the object.preferredDataConnection - the value to setpublic ItemList<DataConnectionMapping> getSameAsDataConnections()
same_as_data_connections property (displayed as 'Same as Data Connections') of the object.ItemList<DataConnectionMapping>public void setSameAsDataConnections(ItemList<DataConnectionMapping> sameAsDataConnections)
same_as_data_connections property (displayed as Same as Data Connections) of the object.sameAsDataConnections - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setpublic ItemList<MainObject> getUsedBy()
used_by property (displayed as 'Used by') of the object.ItemList<MainObject>public void setUsedBy(ItemList<MainObject> usedBy)
used_by property (displayed as Used by) of the object.usedBy - the value to setCopyright © 2018–2021 ODPi. All rights reserved.