public class Datasourcealiasgroup extends Reference
datasourcealiasgroup asset type in IGC, displayed as 'DataSourceAliasGroup' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Database |
boundToDatabase |
protected DataConnectionMapping |
preferredDataConnection |
protected ItemList<DataConnectionMapping> |
sameAsDataConnections |
| Constructor and Description |
|---|
Datasourcealiasgroup() |
| Modifier and Type | Method and Description |
|---|---|
Database |
getBoundToDatabase()
Retrieve the
bound_to_database property (displayed as 'Bound To Database') 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. |
void |
setBoundToDatabase(Database boundToDatabase)
Set the
bound_to_database property (displayed as Bound To Database) 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. |
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 DataConnectionMapping preferredDataConnection
protected ItemList<DataConnectionMapping> sameAsDataConnections
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 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 setCopyright © 2018–2021 ODPi. All rights reserved.