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 Datagroup |
analyzedTable |
protected ItemList<Term> |
assignedToTerms |
protected Number |
foreignKeyViolations |
protected String |
inferredForeignKeys |
protected String |
inferredPrimaryKeys |
protected String |
longDescription |
protected String |
nativeId |
protected Number |
numberOfFields |
protected Number |
numberOfRows |
protected Number |
primaryKeyDuplicates |
protected String |
projectName |
protected Steward |
promotedByPrincipal |
protected Date |
reviewDate |
protected Steward |
reviewedByPrincipal |
protected String |
shortDescription |
protected String |
shortLongDescription |
protected ItemList<Steward> |
steward |
| Constructor and Description |
|---|
TableAnalysisSummary() |
| Modifier and Type | Method and Description |
|---|---|
Datagroup |
getAnalyzedTable()
Retrieve the
analyzed_table property (displayed as 'Analyzed Table') of the object. |
ItemList<Term> |
getAssignedToTerms()
Retrieve the
assigned_to_terms property (displayed as 'Assigned to Terms') of the object. |
Number |
getForeignKeyViolations()
Retrieve the
foreign_key_violations property (displayed as 'Foreign Key Violations') of the object. |
String |
getInferredForeignKeys()
Retrieve the
inferred_foreign_keys property (displayed as 'Inferred Foreign Keys') of the object. |
String |
getInferredPrimaryKeys()
Retrieve the
inferred_primary_keys property (displayed as 'Inferred Primary Keys') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
Number |
getNumberOfFields()
Retrieve the
number_of_fields property (displayed as 'Number of Fields') of the object. |
Number |
getNumberOfRows()
Retrieve the
number_of_rows property (displayed as 'Number of Rows') of the object. |
Number |
getPrimaryKeyDuplicates()
Retrieve the
primary_key_duplicates property (displayed as 'Primary Key Duplicates') of the object. |
String |
getProjectName()
Retrieve the
project_name property (displayed as 'Analysis Project') of the object. |
Steward |
getPromotedByPrincipal()
Retrieve the
promoted_by_principal property (displayed as 'Promoted By Principal') of the object. |
Date |
getReviewDate()
Retrieve the
review_date property (displayed as 'Review Date') of the object. |
Steward |
getReviewedByPrincipal()
Retrieve the
reviewed_by_principal property (displayed as 'Reviewed By Principal') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getShortLongDescription()
Retrieve the
short_&_long_description property (displayed as 'Short & Long Description') of the object. |
ItemList<Steward> |
getSteward()
Retrieve the
steward property (displayed as 'Steward') of the object. |
void |
setAnalyzedTable(Datagroup analyzedTable)
Set the
analyzed_table property (displayed as Analyzed Table) of the object. |
void |
setAssignedToTerms(ItemList<Term> assignedToTerms)
Set the
assigned_to_terms property (displayed as Assigned to Terms) of the object. |
void |
setForeignKeyViolations(Number foreignKeyViolations)
Set the
foreign_key_violations property (displayed as Foreign Key Violations) of the object. |
void |
setInferredForeignKeys(String inferredForeignKeys)
Set the
inferred_foreign_keys property (displayed as Inferred Foreign Keys) of the object. |
void |
setInferredPrimaryKeys(String inferredPrimaryKeys)
Set the
inferred_primary_keys property (displayed as Inferred Primary Keys) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setNumberOfFields(Number numberOfFields)
Set the
number_of_fields property (displayed as Number of Fields) of the object. |
void |
setNumberOfRows(Number numberOfRows)
Set the
number_of_rows property (displayed as Number of Rows) of the object. |
void |
setPrimaryKeyDuplicates(Number primaryKeyDuplicates)
Set the
primary_key_duplicates property (displayed as Primary Key Duplicates) of the object. |
void |
setProjectName(String projectName)
Set the
project_name property (displayed as Analysis Project) of the object. |
void |
setPromotedByPrincipal(Steward promotedByPrincipal)
Set the
promoted_by_principal property (displayed as Promoted By Principal) of the object. |
void |
setReviewDate(Date reviewDate)
Set the
review_date property (displayed as Review Date) of the object. |
void |
setReviewedByPrincipal(Steward reviewedByPrincipal)
Set the
reviewed_by_principal property (displayed as Reviewed By Principal) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setShortLongDescription(String shortLongDescription)
Set the
short_&_long_description property (displayed as Short & Long Description) of the object. |
void |
setSteward(ItemList<Steward> steward)
Set the
steward property (displayed as Steward) 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 Datagroup analyzedTable
protected Number foreignKeyViolations
protected String inferredForeignKeys
protected String inferredPrimaryKeys
protected String longDescription
protected String nativeId
protected Number numberOfFields
protected Number numberOfRows
protected Number primaryKeyDuplicates
protected String projectName
protected Steward promotedByPrincipal
protected Date reviewDate
protected Steward reviewedByPrincipal
protected String shortLongDescription
protected String shortDescription
public Datagroup getAnalyzedTable()
analyzed_table property (displayed as 'Analyzed Table') of the object.Datagrouppublic void setAnalyzedTable(Datagroup analyzedTable)
analyzed_table property (displayed as Analyzed Table) of the object.analyzedTable - the value to setpublic ItemList<Term> getAssignedToTerms()
assigned_to_terms property (displayed as 'Assigned to Terms') of the object.ItemList<Term>public void setAssignedToTerms(ItemList<Term> assignedToTerms)
assigned_to_terms property (displayed as Assigned to Terms) of the object.assignedToTerms - the value to setpublic Number getForeignKeyViolations()
foreign_key_violations property (displayed as 'Foreign Key Violations') of the object.Numberpublic void setForeignKeyViolations(Number foreignKeyViolations)
foreign_key_violations property (displayed as Foreign Key Violations) of the object.foreignKeyViolations - the value to setpublic String getInferredForeignKeys()
inferred_foreign_keys property (displayed as 'Inferred Foreign Keys') of the object.Stringpublic void setInferredForeignKeys(String inferredForeignKeys)
inferred_foreign_keys property (displayed as Inferred Foreign Keys) of the object.inferredForeignKeys - the value to setpublic String getInferredPrimaryKeys()
inferred_primary_keys property (displayed as 'Inferred Primary Keys') of the object.Stringpublic void setInferredPrimaryKeys(String inferredPrimaryKeys)
inferred_primary_keys property (displayed as Inferred Primary Keys) of the object.inferredPrimaryKeys - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - 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 Number getNumberOfFields()
number_of_fields property (displayed as 'Number of Fields') of the object.Numberpublic void setNumberOfFields(Number numberOfFields)
number_of_fields property (displayed as Number of Fields) of the object.numberOfFields - the value to setpublic Number getNumberOfRows()
number_of_rows property (displayed as 'Number of Rows') of the object.Numberpublic void setNumberOfRows(Number numberOfRows)
number_of_rows property (displayed as Number of Rows) of the object.numberOfRows - the value to setpublic Number getPrimaryKeyDuplicates()
primary_key_duplicates property (displayed as 'Primary Key Duplicates') of the object.Numberpublic void setPrimaryKeyDuplicates(Number primaryKeyDuplicates)
primary_key_duplicates property (displayed as Primary Key Duplicates) of the object.primaryKeyDuplicates - the value to setpublic String getProjectName()
project_name property (displayed as 'Analysis Project') of the object.Stringpublic void setProjectName(String projectName)
project_name property (displayed as Analysis Project) of the object.projectName - the value to setpublic Steward getPromotedByPrincipal()
promoted_by_principal property (displayed as 'Promoted By Principal') of the object.Stewardpublic void setPromotedByPrincipal(Steward promotedByPrincipal)
promoted_by_principal property (displayed as Promoted By Principal) of the object.promotedByPrincipal - the value to setpublic Date getReviewDate()
review_date property (displayed as 'Review Date') of the object.Datepublic void setReviewDate(Date reviewDate)
review_date property (displayed as Review Date) of the object.reviewDate - the value to setpublic Steward getReviewedByPrincipal()
reviewed_by_principal property (displayed as 'Reviewed By Principal') of the object.Stewardpublic void setReviewedByPrincipal(Steward reviewedByPrincipal)
reviewed_by_principal property (displayed as Reviewed By Principal) of the object.reviewedByPrincipal - the value to setpublic String getShortLongDescription()
short_&_long_description property (displayed as 'Short & Long Description') of the object.Stringpublic void setShortLongDescription(String shortLongDescription)
short_&_long_description property (displayed as Short & Long Description) of the object.shortLongDescription - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setpublic ItemList<Steward> getSteward()
steward property (displayed as 'Steward') of the object.ItemList<Steward>Copyright © 2018–2021 ODPi. All rights reserved.