public class TableAnalysisSummary extends Reference
table_analysis_summary asset type in IGC, displayed as 'Table Analysis Summary' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
analyzed_table
The
analyzed_table property, displayed as 'Analyzed Table' in the IGC UI. |
protected ReferenceList |
assigned_to_terms
The
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI. |
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 Number |
foreign_key_violations
The
foreign_key_violations property, displayed as 'Foreign Key Violations' in the IGC UI. |
protected String |
inferred_foreign_keys
The
inferred_foreign_keys property, displayed as 'Inferred Foreign Keys' in the IGC UI. |
protected String |
inferred_primary_keys
The
inferred_primary_keys property, displayed as 'Inferred Primary Keys' in the IGC UI. |
protected String |
long_description
The
long_description property, displayed as 'Long Description' 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 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_name
The
project_name property, displayed as 'Analysis Project' in the IGC UI. |
protected Reference |
promoted_by_principal
The
promoted_by_principal property, displayed as 'Promoted By Principal' in the IGC UI. |
protected Date |
review_date
The
review_date property, displayed as 'Review Date' in the IGC UI. |
protected Reference |
reviewed_by_principal
The
reviewed_by_principal property, displayed as 'Reviewed By Principal' in the IGC UI. |
protected String |
short___long_description
The
short_&_long_description property, displayed as 'Short & Long Description' in the IGC UI. |
protected String |
short_description
The
short_description property, displayed as 'Short Description' in the IGC UI. |
protected ReferenceList |
steward
The
steward property, displayed as 'Steward' in the IGC UI. |
| Constructor and Description |
|---|
TableAnalysisSummary() |
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 short___long_description
short_&_long_description property, displayed as 'Short & Long Description' in the IGC UI.protected String short_description
short_description property, displayed as 'Short Description' in the IGC UI.protected String long_description
long_description property, displayed as 'Long Description' in the IGC UI.protected ReferenceList assigned_to_terms
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI.
ReferenceList of Term objects.protected ReferenceList steward
steward property, displayed as 'Steward' in the IGC UI.
ReferenceList of Steward objects.protected Reference analyzed_table
protected String project_name
project_name property, displayed as 'Analysis Project' in the IGC UI.protected Date review_date
review_date property, displayed as 'Review Date' in the IGC UI.protected Reference promoted_by_principal
protected Reference reviewed_by_principal
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.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 String inferred_primary_keys
inferred_primary_keys property, displayed as 'Inferred Primary Keys' in the IGC UI.protected Number primary_key_duplicates
primary_key_duplicates property, displayed as 'Primary Key Duplicates' in the IGC UI.protected String inferred_foreign_keys
inferred_foreign_keys property, displayed as 'Inferred Foreign Keys' in the IGC UI.protected Number foreign_key_violations
foreign_key_violations property, displayed as 'Foreign Key Violations' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getShortLongDescription()
short___long_descriptionpublic void setShortLongDescription(String short___long_description)
short___long_descriptionpublic String getShortDescription()
short_descriptionpublic void setShortDescription(String short_description)
short_descriptionpublic String getLongDescription()
long_descriptionpublic void setLongDescription(String long_description)
long_descriptionpublic ReferenceList getAssignedToTerms()
assigned_to_termspublic void setAssignedToTerms(ReferenceList assigned_to_terms)
assigned_to_termspublic ReferenceList getSteward()
stewardpublic void setSteward(ReferenceList steward)
stewardpublic Reference getAnalyzedTable()
analyzed_tablepublic void setAnalyzedTable(Reference analyzed_table)
analyzed_tablepublic String getProjectName()
project_namepublic void setProjectName(String project_name)
project_namepublic Date getReviewDate()
review_datepublic void setReviewDate(Date review_date)
review_datepublic Reference getPromotedByPrincipal()
promoted_by_principalpublic void setPromotedByPrincipal(Reference promoted_by_principal)
promoted_by_principalpublic Reference getReviewedByPrincipal()
reviewed_by_principalpublic void setReviewedByPrincipal(Reference reviewed_by_principal)
reviewed_by_principalpublic 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 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 String getInferredPrimaryKeys()
inferred_primary_keyspublic void setInferredPrimaryKeys(String inferred_primary_keys)
inferred_primary_keyspublic Number getPrimaryKeyDuplicates()
primary_key_duplicatespublic void setPrimaryKeyDuplicates(Number primary_key_duplicates)
primary_key_duplicatespublic String getInferredForeignKeys()
inferred_foreign_keyspublic void setInferredForeignKeys(String inferred_foreign_keys)
inferred_foreign_keyspublic Number getForeignKeyViolations()
foreign_key_violationspublic void setForeignKeyViolations(Number foreign_key_violations)
foreign_key_violationspublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.