public class Connector extends Reference
connector asset type in IGC, displayed as 'Connector' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataConnection> |
dataConnections |
protected Host |
host |
protected StageType |
implementsStageType |
protected String |
library |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
protected String |
type |
protected String |
variant |
protected String |
version |
| Constructor and Description |
|---|
Connector() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataConnection> |
getDataConnections()
Retrieve the
data_connections property (displayed as 'Data Connections') of the object. |
Host |
getHost()
Retrieve the
host property (displayed as 'Host') of the object. |
StageType |
getImplementsStageType()
Retrieve the
implements_stage_type property (displayed as 'Implements Stage Type') of the object. |
String |
getLibrary()
Retrieve the
library property (displayed as 'Library') 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. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
String |
getVariant()
Retrieve the
variant property (displayed as 'Variant') of the object. |
String |
getVersion()
Retrieve the
version property (displayed as 'Version') of the object. |
void |
setDataConnections(ItemList<DataConnection> dataConnections)
Set the
data_connections property (displayed as Data Connections) of the object. |
void |
setHost(Host host)
Set the
host property (displayed as Host) of the object. |
void |
setImplementsStageType(StageType implementsStageType)
Set the
implements_stage_type property (displayed as Implements Stage Type) of the object. |
void |
setLibrary(String library)
Set the
library property (displayed as Library) 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. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setVariant(String variant)
Set the
variant property (displayed as Variant) of the object. |
void |
setVersion(String version)
Set the
version property (displayed as Version) 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 ItemList<DataConnection> dataConnections
protected Host host
protected StageType implementsStageType
protected String library
protected String longDescription
protected String name
protected String nativeId
protected String shortDescription
protected String type
protected String variant
protected String version
public ItemList<DataConnection> getDataConnections()
data_connections property (displayed as 'Data Connections') of the object.ItemList<DataConnection>public void setDataConnections(ItemList<DataConnection> dataConnections)
data_connections property (displayed as Data Connections) of the object.dataConnections - 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 StageType getImplementsStageType()
implements_stage_type property (displayed as 'Implements Stage Type') of the object.StageTypepublic void setImplementsStageType(StageType implementsStageType)
implements_stage_type property (displayed as Implements Stage Type) of the object.implementsStageType - the value to setpublic String getLibrary()
library property (displayed as 'Library') of the object.Stringpublic void setLibrary(String library)
library property (displayed as Library) of the object.library - 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 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 String getVariant()
variant property (displayed as 'Variant') of the object.Stringpublic void setVariant(String variant)
variant property (displayed as Variant) of the object.variant - the value to setpublic String getVersion()
version property (displayed as 'Version') of the object.Stringpublic void setVersion(String version)
version property (displayed as Version) of the object.version - the value to setCopyright © 2018–2021 ODPi. All rights reserved.