public class Mapping extends Reference
mapping asset type in IGC, displayed as 'Mapping' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
created_by
The
created_by property, displayed as 'Created By' in the IGC UI. |
protected Date |
created_on
The
created_on property, displayed as 'Created On' in the IGC UI. |
protected ArrayList<String> |
description
The
description property, displayed as 'Description' in the IGC UI. |
protected ArrayList<String> |
last_update_description
The
last_update_description property, displayed as 'Last Update Description' in the IGC UI. |
protected ReferenceList |
mapping_specification
The
mapping_specification property, displayed as 'Mapping Specification' in the IGC UI. |
protected String |
modified_by
The
modified_by property, displayed as 'Modified By' in the IGC UI. |
protected Date |
modified_on
The
modified_on property, displayed as 'Modified On' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected ArrayList<String> |
rule_description
The
rule_description property, displayed as 'Rule Description' in the IGC UI. |
protected ArrayList<String> |
rule_expression
The
rule_expression property, displayed as 'Rule Expression' in the IGC UI. |
protected ArrayList<String> |
source_column_names
The
source_column_names property, displayed as 'Source Column Names' in the IGC UI. |
protected ReferenceList |
source_columns
The
source_columns property, displayed as 'Source Columns' in the IGC UI. |
protected ReferenceList |
source_terms
The
source_terms property, displayed as 'Source Terms' in the IGC UI. |
protected ArrayList<String> |
status
The
status property, displayed as 'Status' in the IGC UI. |
protected String |
tags
The
tags property, displayed as 'Tags' in the IGC UI. |
protected ArrayList<String> |
target_column_names
The
target_column_names property, displayed as 'Target Column Names' in the IGC UI. |
protected ReferenceList |
target_columns
The
target_columns property, displayed as 'Target Columns' in the IGC UI. |
protected ReferenceList |
target_terms
The
target_terms property, displayed as 'Target Terms' in the IGC UI. |
| Constructor and Description |
|---|
Mapping() |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String name
name property, displayed as 'Name' in the IGC UI.protected ArrayList<String> description
description property, displayed as 'Description' in the IGC UI.protected ReferenceList mapping_specification
mapping_specification property, displayed as 'Mapping Specification' in the IGC UI.
ReferenceList of MainObject objects.protected ArrayList<String> source_column_names
source_column_names property, displayed as 'Source Column Names' in the IGC UI.protected ReferenceList source_columns
source_columns property, displayed as 'Source Columns' in the IGC UI.
ReferenceList of DatabaseColumn objects.protected ReferenceList source_terms
source_terms property, displayed as 'Source Terms' in the IGC UI.
ReferenceList of Term objects.protected ArrayList<String> target_column_names
target_column_names property, displayed as 'Target Column Names' in the IGC UI.protected ReferenceList target_columns
target_columns property, displayed as 'Target Columns' in the IGC UI.
ReferenceList of DatabaseColumn objects.protected ReferenceList target_terms
target_terms property, displayed as 'Target Terms' in the IGC UI.
ReferenceList of Term objects.protected String tags
tags property, displayed as 'Tags' in the IGC UI.protected ArrayList<String> rule_description
rule_description property, displayed as 'Rule Description' in the IGC UI.protected ArrayList<String> rule_expression
rule_expression property, displayed as 'Rule Expression' in the IGC UI.protected ArrayList<String> last_update_description
last_update_description property, displayed as 'Last Update Description' in the IGC UI.protected String created_by
created_by property, displayed as 'Created By' in the IGC UI.protected Date created_on
created_on property, displayed as 'Created On' in the IGC UI.protected String modified_by
modified_by property, displayed as 'Modified By' in the IGC UI.protected Date modified_on
modified_on property, displayed as 'Modified On' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public ArrayList<String> getDescription()
descriptionpublic void setDescription(ArrayList<String> description)
descriptionpublic ReferenceList getMappingSpecification()
mapping_specificationpublic void setMappingSpecification(ReferenceList mapping_specification)
mapping_specificationpublic ArrayList<String> getSourceColumnNames()
source_column_namespublic void setSourceColumnNames(ArrayList<String> source_column_names)
source_column_namespublic ReferenceList getSourceColumns()
source_columnspublic void setSourceColumns(ReferenceList source_columns)
source_columnspublic ReferenceList getSourceTerms()
source_termspublic void setSourceTerms(ReferenceList source_terms)
source_termspublic ArrayList<String> getTargetColumnNames()
target_column_namespublic void setTargetColumnNames(ArrayList<String> target_column_names)
target_column_namespublic ReferenceList getTargetColumns()
target_columnspublic void setTargetColumns(ReferenceList target_columns)
target_columnspublic ReferenceList getTargetTerms()
target_termspublic void setTargetTerms(ReferenceList target_terms)
target_termspublic ArrayList<String> getRuleDescription()
rule_descriptionpublic void setRuleDescription(ArrayList<String> rule_description)
rule_descriptionpublic ArrayList<String> getRuleExpression()
rule_expressionpublic void setRuleExpression(ArrayList<String> rule_expression)
rule_expressionpublic ArrayList<String> getLastUpdateDescription()
last_update_descriptionpublic void setLastUpdateDescription(ArrayList<String> last_update_description)
last_update_descriptionpublic String getCreatedBy()
created_bypublic void setCreatedBy(String created_by)
created_bypublic Date getCreatedOn()
created_onpublic void setCreatedOn(Date created_on)
created_onpublic String getModifiedBy()
modified_bypublic void setModifiedBy(String modified_by)
modified_bypublic Date getModifiedOn()
modified_onpublic void setModifiedOn(Date modified_on)
modified_onpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.