public class InferredKey extends Reference
inferred_key asset type in IGC, displayed as 'Inferred Key' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DatabaseColumn> |
inferredDatabaseFields |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected Boolean |
primaryKey |
protected ItemList<InferredForeignKey> |
referencedByInferredForeignKeys |
protected String |
shortDescription |
protected MainObject |
tableAnalysis |
protected Number |
totalRecords |
| Constructor and Description |
|---|
InferredKey() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DatabaseColumn> |
getInferredDatabaseFields()
Retrieve the
inferred_database_fields property (displayed as 'Inferred Database Fields') 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. |
Boolean |
getPrimaryKey()
Retrieve the
primary_key property (displayed as 'Primary Key') of the object. |
ItemList<InferredForeignKey> |
getReferencedByInferredForeignKeys()
Retrieve the
referenced_by_inferred_foreign_keys property (displayed as 'Referenced by Inferred Foreign Keys') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
MainObject |
getTableAnalysis()
Retrieve the
table_analysis property (displayed as 'Table Analysis') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
Number |
getTotalRecords()
Retrieve the
total_records property (displayed as 'Total Records') of the object. |
void |
setInferredDatabaseFields(ItemList<DatabaseColumn> inferredDatabaseFields)
Set the
inferred_database_fields property (displayed as Inferred Database Fields) 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 |
setPrimaryKey(Boolean primaryKey)
Set the
primary_key property (displayed as Primary Key) of the object. |
void |
setReferencedByInferredForeignKeys(ItemList<InferredForeignKey> referencedByInferredForeignKeys)
Set the
referenced_by_inferred_foreign_keys property (displayed as Referenced by Inferred Foreign Keys) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTableAnalysis(MainObject tableAnalysis)
Set the
table_analysis property (displayed as Table Analysis) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTotalRecords(Number totalRecords)
Set the
total_records property (displayed as Total Records) 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 ItemList<DatabaseColumn> inferredDatabaseFields
protected String longDescription
protected String name
protected String nativeId
protected Boolean primaryKey
protected ItemList<InferredForeignKey> referencedByInferredForeignKeys
protected String shortDescription
protected MainObject tableAnalysis
protected Number totalRecords
public ItemList<DatabaseColumn> getInferredDatabaseFields()
inferred_database_fields property (displayed as 'Inferred Database Fields') of the object.ItemList<DatabaseColumn>public void setInferredDatabaseFields(ItemList<DatabaseColumn> inferredDatabaseFields)
inferred_database_fields property (displayed as Inferred Database Fields) of the object.inferredDatabaseFields - 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 getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - 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 Boolean getPrimaryKey()
primary_key property (displayed as 'Primary Key') of the object.Booleanpublic void setPrimaryKey(Boolean primaryKey)
primary_key property (displayed as Primary Key) of the object.primaryKey - the value to setpublic ItemList<InferredForeignKey> getReferencedByInferredForeignKeys()
referenced_by_inferred_foreign_keys property (displayed as 'Referenced by Inferred Foreign Keys') of the object.ItemList<InferredForeignKey>public void setReferencedByInferredForeignKeys(ItemList<InferredForeignKey> referencedByInferredForeignKeys)
referenced_by_inferred_foreign_keys property (displayed as Referenced by Inferred Foreign Keys) of the object.referencedByInferredForeignKeys - 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 MainObject getTableAnalysis()
table_analysis property (displayed as 'Table Analysis') of the object.MainObjectpublic void setTableAnalysis(MainObject tableAnalysis)
table_analysis property (displayed as Table Analysis) of the object.tableAnalysis - the value to setpublic Number getTotalRecords()
total_records property (displayed as 'Total Records') of the object.Numberpublic void setTotalRecords(Number totalRecords)
total_records property (displayed as Total Records) of the object.totalRecords - the value to setCopyright © 2018–2021 ODPi. All rights reserved.