public class OslcLink extends Reference
oslc_link asset type in IGC, displayed as 'Link' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Linktype |
linkType |
protected MainObject |
ofMainObject |
protected InformationAsset |
ofProviderConnection |
protected String |
url |
| Constructor and Description |
|---|
OslcLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
Linktype |
getLinkType()
Retrieve the
link_type property (displayed as 'Link Type') of the object. |
MainObject |
getOfMainObject()
Retrieve the
of_main_object property (displayed as 'Of Main Object') of the object. |
InformationAsset |
getOfProviderConnection()
Retrieve the
of_provider_connection property (displayed as 'Of Provider Connection') of the object. |
String |
getTheUrl()
Retrieve the
url property (displayed as 'Url') of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setLinkType(Linktype linkType)
Set the
link_type property (displayed as Link Type) of the object. |
void |
setOfMainObject(MainObject ofMainObject)
Set the
of_main_object property (displayed as Of Main Object) of the object. |
void |
setOfProviderConnection(InformationAsset ofProviderConnection)
Set the
of_provider_connection property (displayed as Of Provider Connection) of the object. |
void |
setTheUrl(String url)
Set the
url property (displayed as Url) 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 description
protected Linktype linkType
protected MainObject ofMainObject
protected InformationAsset ofProviderConnection
protected String url
public String getDescription()
description property (displayed as 'Description') of the object.Stringpublic void setDescription(String description)
description property (displayed as Description) of the object.description - the value to setpublic Linktype getLinkType()
link_type property (displayed as 'Link Type') of the object.Linktypepublic void setLinkType(Linktype linkType)
link_type property (displayed as Link Type) of the object.linkType - the value to setpublic MainObject getOfMainObject()
of_main_object property (displayed as 'Of Main Object') of the object.MainObjectpublic void setOfMainObject(MainObject ofMainObject)
of_main_object property (displayed as Of Main Object) of the object.ofMainObject - the value to setpublic InformationAsset getOfProviderConnection()
of_provider_connection property (displayed as 'Of Provider Connection') of the object.InformationAssetpublic void setOfProviderConnection(InformationAsset ofProviderConnection)
of_provider_connection property (displayed as Of Provider Connection) of the object.ofProviderConnection - the value to setpublic String getTheUrl()
url property (displayed as 'Url') of the object.Stringpublic void setTheUrl(String url)
url property (displayed as Url) of the object.url - the value to setCopyright © 2018–2021 ODPi. All rights reserved.