public class FileRecordAnalysis extends Reference
file_record_analysis asset type in IGC, displayed as 'Record Analysis' 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 Reference |
data_file_record
The
data_file_record property, displayed as 'Data File Record' in the IGC UI. |
protected Number |
foreign_key_violations
The
foreign_key_violations property, displayed as 'Foreign Key Violations' 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 Number |
nb_record_tested
The
nb_record_tested property, displayed as 'Number of Records Tested' in the IGC UI. |
protected Number |
number_of_fields
The
number_of_fields property, displayed as 'Number of Fields' in the IGC UI. |
protected Number |
number_of_rows
The
number_of_rows property, displayed as 'Number of Rows' in the IGC UI. |
protected Number |
primary_key_duplicates
The
primary_key_duplicates property, displayed as 'Primary Key Duplicates' in the IGC UI. |
protected String |
project
The
project property, displayed as 'Project' in the IGC UI. |
protected String |
quality_score_percent
The
quality_score_percent property, displayed as 'Quality Score' in the IGC UI. |
protected ReferenceList |
quality_score_problems
The
quality_score_problems property, displayed as 'Quality Score Problems' in the IGC UI. |
protected Date |
review_date
The
review_date property, displayed as 'Review Date' in the IGC UI. |
protected ReferenceList |
selected_foreign_key
The
selected_foreign_key property, displayed as 'User Selected Foreign Key' in the IGC UI. |
protected ReferenceList |
selected_natural_key
The
selected_natural_key property, displayed as 'User Selected Natural Key' in the IGC UI. |
protected ReferenceList |
selected_primary_key
The
selected_primary_key property, displayed as 'User Selected Primary Key' in the IGC UI. |
| Constructor and Description |
|---|
FileRecordAnalysis() |
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 String project
project property, displayed as 'Project' in the IGC UI.protected Reference data_file_record
data_file_record property, displayed as 'Data File Record' in the IGC UI.
Reference to a DataFileRecord object.protected Date review_date
review_date property, displayed as 'Review Date' in the IGC UI.protected Number number_of_fields
number_of_fields property, displayed as 'Number of Fields' in the IGC UI.protected Number number_of_rows
number_of_rows property, displayed as 'Number of Rows' in the IGC UI.protected Number primary_key_duplicates
primary_key_duplicates property, displayed as 'Primary Key Duplicates' in the IGC UI.protected Number foreign_key_violations
foreign_key_violations property, displayed as 'Foreign Key Violations' in the IGC UI.protected ReferenceList selected_primary_key
selected_primary_key property, displayed as 'User Selected Primary Key' in the IGC UI.
ReferenceList of DatabaseColumn objects.protected ReferenceList selected_foreign_key
selected_foreign_key property, displayed as 'User Selected Foreign Key' in the IGC UI.
ReferenceList of DatabaseColumn objects.protected ReferenceList selected_natural_key
selected_natural_key property, displayed as 'User Selected Natural Key' in the IGC UI.
ReferenceList of DatabaseColumn objects.protected String quality_score_percent
quality_score_percent property, displayed as 'Quality Score' in the IGC UI.protected Number nb_record_tested
nb_record_tested property, displayed as 'Number of Records Tested' in the IGC UI.protected ReferenceList quality_score_problems
quality_score_problems property, displayed as 'Quality Score Problems' in the IGC UI.
ReferenceList of QualityProblem objects.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 Reference getDataFileRecord()
data_file_recordpublic void setDataFileRecord(Reference data_file_record)
data_file_recordpublic Date getReviewDate()
review_datepublic void setReviewDate(Date review_date)
review_datepublic Number getNumberOfFields()
number_of_fieldspublic void setNumberOfFields(Number number_of_fields)
number_of_fieldspublic Number getNumberOfRows()
number_of_rowspublic void setNumberOfRows(Number number_of_rows)
number_of_rowspublic Number getPrimaryKeyDuplicates()
primary_key_duplicatespublic void setPrimaryKeyDuplicates(Number primary_key_duplicates)
primary_key_duplicatespublic Number getForeignKeyViolations()
foreign_key_violationspublic void setForeignKeyViolations(Number foreign_key_violations)
foreign_key_violationspublic ReferenceList getSelectedPrimaryKey()
selected_primary_keypublic void setSelectedPrimaryKey(ReferenceList selected_primary_key)
selected_primary_keypublic ReferenceList getSelectedForeignKey()
selected_foreign_keypublic void setSelectedForeignKey(ReferenceList selected_foreign_key)
selected_foreign_keypublic ReferenceList getSelectedNaturalKey()
selected_natural_keypublic void setSelectedNaturalKey(ReferenceList selected_natural_key)
selected_natural_keypublic String getQualityScorePercent()
quality_score_percentpublic void setQualityScorePercent(String quality_score_percent)
quality_score_percentpublic Number getNbRecordTested()
nb_record_testedpublic void setNbRecordTested(Number nb_record_tested)
nb_record_testedpublic ReferenceList getQualityScoreProblems()
quality_score_problemspublic void setQualityScoreProblems(ReferenceList quality_score_problems)
quality_score_problemspublic 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.