public class ExtensionMapping extends Reference
extension_mapping asset type in IGC, displayed as 'Extension Mapping' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected MainObject |
extensionMappingDocument |
protected String |
function |
protected String |
name |
protected String |
nativeId |
protected String |
rule |
protected ItemList<InformationAsset> |
sources |
protected ItemList<InformationAsset> |
targets |
| Constructor and Description |
|---|
ExtensionMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
MainObject |
getExtensionMappingDocument()
Retrieve the
extension_mapping_document property (displayed as 'Extension Mapping Document') of the object. |
String |
getFunction()
Retrieve the
function property (displayed as 'Function') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getRule()
Retrieve the
rule property (displayed as 'Rule') of the object. |
ItemList<InformationAsset> |
getSources()
Retrieve the
sources property (displayed as 'Sources') of the object. |
ItemList<InformationAsset> |
getTargets()
Retrieve the
targets property (displayed as 'Targets') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setExtensionMappingDocument(MainObject extensionMappingDocument)
Set the
extension_mapping_document property (displayed as Extension Mapping Document) of the object. |
void |
setFunction(String function)
Set the
function property (displayed as Function) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setRule(String rule)
Set the
rule property (displayed as Rule) of the object. |
void |
setSources(ItemList<InformationAsset> sources)
Set the
sources property (displayed as Sources) of the object. |
void |
setTargets(ItemList<InformationAsset> targets)
Set the
targets property (displayed as Targets) 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 description
protected MainObject extensionMappingDocument
protected String function
protected String name
protected String nativeId
protected String rule
protected ItemList<InformationAsset> sources
protected ItemList<InformationAsset> targets
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 MainObject getExtensionMappingDocument()
extension_mapping_document property (displayed as 'Extension Mapping Document') of the object.MainObjectpublic void setExtensionMappingDocument(MainObject extensionMappingDocument)
extension_mapping_document property (displayed as Extension Mapping Document) of the object.extensionMappingDocument - the value to setpublic String getFunction()
function property (displayed as 'Function') of the object.Stringpublic void setFunction(String function)
function property (displayed as Function) of the object.function - 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 getRule()
rule property (displayed as 'Rule') of the object.Stringpublic void setRule(String rule)
rule property (displayed as Rule) of the object.rule - the value to setpublic ItemList<InformationAsset> getSources()
sources property (displayed as 'Sources') of the object.ItemList<InformationAsset>public void setSources(ItemList<InformationAsset> sources)
sources property (displayed as Sources) of the object.sources - the value to setpublic ItemList<InformationAsset> getTargets()
targets property (displayed as 'Targets') of the object.ItemList<InformationAsset>public void setTargets(ItemList<InformationAsset> targets)
targets property (displayed as Targets) of the object.targets - the value to setCopyright © 2018–2021 ODPi. All rights reserved.