public class Mapping extends Reference
mapping asset type in IGC, displayed as 'Mapping' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
description |
protected List<String> |
lastUpdateDescription |
protected ItemList<MainObject> |
mappingSpecification |
protected String |
name |
protected List<String> |
ruleDescription |
protected List<String> |
ruleExpression |
protected List<String> |
sourceColumnNames |
protected ItemList<DatabaseColumn> |
sourceColumns |
protected ItemList<Term> |
sourceTerms |
protected List<String> |
status |
protected String |
tags |
protected List<String> |
targetColumnNames |
protected ItemList<DatabaseColumn> |
targetColumns |
protected ItemList<Term> |
targetTerms |
| Constructor and Description |
|---|
Mapping() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
List<String> |
getLastUpdateDescription()
Retrieve the
last_update_description property (displayed as 'Last Update Description') of the object. |
ItemList<MainObject> |
getMappingSpecification()
Retrieve the
mapping_specification property (displayed as 'Mapping Specification') of the object. |
List<String> |
getRuleDescription()
Retrieve the
rule_description property (displayed as 'Rule Description') of the object. |
List<String> |
getRuleExpression()
Retrieve the
rule_expression property (displayed as 'Rule Expression') of the object. |
List<String> |
getSourceColumnNames()
Retrieve the
source_column_names property (displayed as 'Source Column Names') of the object. |
ItemList<DatabaseColumn> |
getSourceColumns()
Retrieve the
source_columns property (displayed as 'Source Columns') of the object. |
ItemList<Term> |
getSourceTerms()
Retrieve the
source_terms property (displayed as 'Source Terms') of the object. |
List<String> |
getStatus()
Retrieve the
status property (displayed as 'Status') of the object. |
String |
getTags()
Retrieve the
tags property (displayed as 'Tags') of the object. |
List<String> |
getTargetColumnNames()
Retrieve the
target_column_names property (displayed as 'Target Column Names') of the object. |
ItemList<DatabaseColumn> |
getTargetColumns()
Retrieve the
target_columns property (displayed as 'Target Columns') of the object. |
ItemList<Term> |
getTargetTerms()
Retrieve the
target_terms property (displayed as 'Target Terms') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setDescription(List<String> description)
Set the
description property (displayed as Description) of the object. |
void |
setLastUpdateDescription(List<String> lastUpdateDescription)
Set the
last_update_description property (displayed as Last Update Description) of the object. |
void |
setMappingSpecification(ItemList<MainObject> mappingSpecification)
Set the
mapping_specification property (displayed as Mapping Specification) of the object. |
void |
setRuleDescription(List<String> ruleDescription)
Set the
rule_description property (displayed as Rule Description) of the object. |
void |
setRuleExpression(List<String> ruleExpression)
Set the
rule_expression property (displayed as Rule Expression) of the object. |
void |
setSourceColumnNames(List<String> sourceColumnNames)
Set the
source_column_names property (displayed as Source Column Names) of the object. |
void |
setSourceColumns(ItemList<DatabaseColumn> sourceColumns)
Set the
source_columns property (displayed as Source Columns) of the object. |
void |
setSourceTerms(ItemList<Term> sourceTerms)
Set the
source_terms property (displayed as Source Terms) of the object. |
void |
setStatus(List<String> status)
Set the
status property (displayed as Status) of the object. |
void |
setTags(String tags)
Set the
tags property (displayed as Tags) of the object. |
void |
setTargetColumnNames(List<String> targetColumnNames)
Set the
target_column_names property (displayed as Target Column Names) of the object. |
void |
setTargetColumns(ItemList<DatabaseColumn> targetColumns)
Set the
target_columns property (displayed as Target Columns) of the object. |
void |
setTargetTerms(ItemList<Term> targetTerms)
Set the
target_terms property (displayed as Target Terms) 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 ItemList<MainObject> mappingSpecification
protected String name
protected ItemList<DatabaseColumn> sourceColumns
protected String tags
protected ItemList<DatabaseColumn> targetColumns
public List<String> getDescription()
description property (displayed as 'Description') of the object.List<String>public void setDescription(List<String> description)
description property (displayed as Description) of the object.description - the value to setpublic List<String> getLastUpdateDescription()
last_update_description property (displayed as 'Last Update Description') of the object.List<String>public void setLastUpdateDescription(List<String> lastUpdateDescription)
last_update_description property (displayed as Last Update Description) of the object.lastUpdateDescription - the value to setpublic ItemList<MainObject> getMappingSpecification()
mapping_specification property (displayed as 'Mapping Specification') of the object.ItemList<MainObject>public void setMappingSpecification(ItemList<MainObject> mappingSpecification)
mapping_specification property (displayed as Mapping Specification) of the object.mappingSpecification - 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 List<String> getRuleDescription()
rule_description property (displayed as 'Rule Description') of the object.List<String>public void setRuleDescription(List<String> ruleDescription)
rule_description property (displayed as Rule Description) of the object.ruleDescription - the value to setpublic List<String> getRuleExpression()
rule_expression property (displayed as 'Rule Expression') of the object.List<String>public void setRuleExpression(List<String> ruleExpression)
rule_expression property (displayed as Rule Expression) of the object.ruleExpression - the value to setpublic List<String> getSourceColumnNames()
source_column_names property (displayed as 'Source Column Names') of the object.List<String>public void setSourceColumnNames(List<String> sourceColumnNames)
source_column_names property (displayed as Source Column Names) of the object.sourceColumnNames - the value to setpublic ItemList<DatabaseColumn> getSourceColumns()
source_columns property (displayed as 'Source Columns') of the object.ItemList<DatabaseColumn>public void setSourceColumns(ItemList<DatabaseColumn> sourceColumns)
source_columns property (displayed as Source Columns) of the object.sourceColumns - the value to setpublic ItemList<Term> getSourceTerms()
source_terms property (displayed as 'Source Terms') of the object.ItemList<Term>public void setSourceTerms(ItemList<Term> sourceTerms)
source_terms property (displayed as Source Terms) of the object.sourceTerms - the value to setpublic List<String> getStatus()
status property (displayed as 'Status') of the object.List<String>public void setStatus(List<String> status)
status property (displayed as Status) of the object.status - the value to setpublic String getTags()
tags property (displayed as 'Tags') of the object.Stringpublic void setTags(String tags)
tags property (displayed as Tags) of the object.tags - the value to setpublic List<String> getTargetColumnNames()
target_column_names property (displayed as 'Target Column Names') of the object.List<String>public void setTargetColumnNames(List<String> targetColumnNames)
target_column_names property (displayed as Target Column Names) of the object.targetColumnNames - the value to setpublic ItemList<DatabaseColumn> getTargetColumns()
target_columns property (displayed as 'Target Columns') of the object.ItemList<DatabaseColumn>public void setTargetColumns(ItemList<DatabaseColumn> targetColumns)
target_columns property (displayed as Target Columns) of the object.targetColumns - the value to setpublic ItemList<Term> getTargetTerms()
target_terms property (displayed as 'Target Terms') of the object.ItemList<Term>Copyright © 2018–2021 ODPi. All rights reserved.