public class ColumnAnalysisSummary extends Reference
column_analysis_summary asset type in IGC, displayed as 'Column Analysis Summary' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allow_null_values
The
allow_null_values property, displayed as 'Allow Null Values' in the IGC UI. |
protected Reference |
analyzed_column
The
analyzed_column property, displayed as 'Analyzed Column' 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 |
average_length
The
average_length property, displayed as 'Average Length' in the IGC UI. |
protected Boolean |
constant
The
constant property, displayed as 'Constant' 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 String |
domain_type
The
domain_type property, displayed as 'Domain Type' in the IGC UI. |
protected String |
inferred_data_type
The
inferred_data_type property, displayed as 'Inferred Data Type' in the IGC UI. |
protected String |
inferred_format
The
inferred_format property, displayed as 'Inferred Format' in the IGC UI. |
protected Number |
inferred_length
The
inferred_length property, displayed as 'Inferred Length' in the IGC UI. |
protected Number |
inferred_precision
The
inferred_precision property, displayed as 'Inferred Precision' in the IGC UI. |
protected Number |
inferred_scale
The
inferred_scale property, displayed as 'Inferred Scale' in the IGC UI. |
protected String |
long_description
The
long_description property, displayed as 'Long Description' in the IGC UI. |
protected String |
longest_length
The
longest_length property, displayed as 'Longest Length' in the IGC UI. |
protected String |
mask
The
mask property, displayed as 'Mask' 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_complete_values
The
number_of_complete_values property, displayed as 'Number of Complete Values' in the IGC UI. |
protected Number |
number_of_distinct_formats
The
number_of_distinct_formats property, displayed as 'Number of Distinct Formats' in the IGC UI. |
protected Number |
number_of_distinct_patterns
The
number_of_distinct_patterns property, displayed as 'Number of Distinct Patterns' in the IGC UI. |
protected Number |
number_of_distinct_values
The
number_of_distinct_values property, displayed as 'Number of Distinct Values' in the IGC UI. |
protected Number |
number_of_empty_values
The
number_of_empty_values property, displayed as 'Number of Empty Values' in the IGC UI. |
protected Number |
number_of_null_values
The
number_of_null_values property, displayed as 'Number of Null Values' in the IGC UI. |
protected Number |
number_of_valid_values
The
number_of_valid_values property, displayed as 'Number of Valid Values' in the IGC UI. |
protected Number |
number_values
The
number_values property, displayed as 'Number Values' in the IGC UI. |
protected String |
project_name
The
project_name property, displayed as 'Project Name' in the IGC UI. |
protected Reference |
promoted_by_principal
The
promoted_by_principal property, displayed as 'Promoted By Principal' in the IGC UI. |
protected Boolean |
require_unique_values
The
require_unique_values property, displayed as 'Require Unique Values' 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 String |
shortest_length
The
shortest_length property, displayed as 'Shortest Length' in the IGC UI. |
protected ReferenceList |
steward
The
steward property, displayed as 'Steward' in the IGC UI. |
| Constructor and Description |
|---|
ColumnAnalysisSummary() |
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_column
protected String project_name
project_name property, displayed as 'Project Name' 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 Boolean allow_null_values
allow_null_values property, displayed as 'Allow Null Values' in the IGC UI.protected Boolean require_unique_values
require_unique_values property, displayed as 'Require Unique Values' in the IGC UI.protected Number number_values
number_values property, displayed as 'Number Values' in the IGC UI.protected Number number_of_complete_values
number_of_complete_values property, displayed as 'Number of Complete Values' in the IGC UI.protected Number number_of_valid_values
number_of_valid_values property, displayed as 'Number of Valid Values' in the IGC UI.protected Number number_of_empty_values
number_of_empty_values property, displayed as 'Number of Empty Values' in the IGC UI.protected Number number_of_null_values
number_of_null_values property, displayed as 'Number of Null Values' in the IGC UI.protected Number number_of_distinct_values
number_of_distinct_values property, displayed as 'Number of Distinct Values' in the IGC UI.protected Number number_of_distinct_patterns
number_of_distinct_patterns property, displayed as 'Number of Distinct Patterns' in the IGC UI.protected Number number_of_distinct_formats
number_of_distinct_formats property, displayed as 'Number of Distinct Formats' in the IGC UI.protected String inferred_data_type
inferred_data_type property, displayed as 'Inferred Data Type' in the IGC UI.
protected String inferred_format
inferred_format property, displayed as 'Inferred Format' in the IGC UI.protected String mask
mask property, displayed as 'Mask' in the IGC UI.protected Boolean constant
constant property, displayed as 'Constant' in the IGC UI.protected String domain_type
domain_type property, displayed as 'Domain Type' in the IGC UI.protected String average_length
average_length property, displayed as 'Average Length' in the IGC UI.protected String longest_length
longest_length property, displayed as 'Longest Length' in the IGC UI.protected String shortest_length
shortest_length property, displayed as 'Shortest Length' in the IGC UI.protected Number inferred_length
inferred_length property, displayed as 'Inferred Length' in the IGC UI.protected Number inferred_scale
inferred_scale property, displayed as 'Inferred Scale' in the IGC UI.protected Number inferred_precision
inferred_precision property, displayed as 'Inferred Precision' 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 getAnalyzedColumn()
analyzed_columnpublic void setAnalyzedColumn(Reference analyzed_column)
analyzed_columnpublic 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 Boolean getAllowNullValues()
allow_null_valuespublic void setAllowNullValues(Boolean allow_null_values)
allow_null_valuespublic Boolean getRequireUniqueValues()
require_unique_valuespublic void setRequireUniqueValues(Boolean require_unique_values)
require_unique_valuespublic Number getNumberValues()
number_valuespublic void setNumberValues(Number number_values)
number_valuespublic Number getNumberOfCompleteValues()
number_of_complete_valuespublic void setNumberOfCompleteValues(Number number_of_complete_values)
number_of_complete_valuespublic Number getNumberOfValidValues()
number_of_valid_valuespublic void setNumberOfValidValues(Number number_of_valid_values)
number_of_valid_valuespublic Number getNumberOfEmptyValues()
number_of_empty_valuespublic void setNumberOfEmptyValues(Number number_of_empty_values)
number_of_empty_valuespublic Number getNumberOfNullValues()
number_of_null_valuespublic void setNumberOfNullValues(Number number_of_null_values)
number_of_null_valuespublic Number getNumberOfDistinctValues()
number_of_distinct_valuespublic void setNumberOfDistinctValues(Number number_of_distinct_values)
number_of_distinct_valuespublic Number getNumberOfDistinctPatterns()
number_of_distinct_patternspublic void setNumberOfDistinctPatterns(Number number_of_distinct_patterns)
number_of_distinct_patternspublic Number getNumberOfDistinctFormats()
number_of_distinct_formatspublic void setNumberOfDistinctFormats(Number number_of_distinct_formats)
number_of_distinct_formatspublic String getInferredDataType()
inferred_data_typepublic void setInferredDataType(String inferred_data_type)
inferred_data_typepublic String getInferredFormat()
inferred_formatpublic void setInferredFormat(String inferred_format)
inferred_formatpublic String getDomainType()
domain_typepublic void setDomainType(String domain_type)
domain_typepublic String getAverageLength()
average_lengthpublic void setAverageLength(String average_length)
average_lengthpublic String getLongestLength()
longest_lengthpublic void setLongestLength(String longest_length)
longest_lengthpublic String getShortestLength()
shortest_lengthpublic void setShortestLength(String shortest_length)
shortest_lengthpublic Number getInferredLength()
inferred_lengthpublic void setInferredLength(Number inferred_length)
inferred_lengthpublic Number getInferredScale()
inferred_scalepublic void setInferredScale(Number inferred_scale)
inferred_scalepublic Number getInferredPrecision()
inferred_precisionpublic void setInferredPrecision(Number inferred_precision)
inferred_precisionpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.