public class InferredForeignKey extends Reference
inferred_foreign_key asset type in IGC, displayed as 'Inferred Foreign Key' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected InferredKey |
referencesInferredKeys |
protected String |
shortDescription |
protected MainObject |
tableAnalysis |
protected Number |
totalRecords |
protected ItemList<DatabaseColumn> |
usesDatabaseFields |
| Constructor and Description |
|---|
InferredForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
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. |
InferredKey |
getReferencesInferredKeys()
Retrieve the
references_inferred_keys property (displayed as 'References Inferred 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. |
ItemList<DatabaseColumn> |
getUsesDatabaseFields()
Retrieve the
uses_database_fields property (displayed as 'Uses 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 |
setReferencesInferredKeys(InferredKey referencesInferredKeys)
Set the
references_inferred_keys property (displayed as References Inferred 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. |
void |
setUsesDatabaseFields(ItemList<DatabaseColumn> usesDatabaseFields)
Set the
uses_database_fields property (displayed as Uses Database Fields) 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 String longDescription
protected String name
protected String nativeId
protected InferredKey referencesInferredKeys
protected String shortDescription
protected MainObject tableAnalysis
protected Number totalRecords
protected ItemList<DatabaseColumn> usesDatabaseFields
public 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 InferredKey getReferencesInferredKeys()
references_inferred_keys property (displayed as 'References Inferred Keys') of the object.InferredKeypublic void setReferencesInferredKeys(InferredKey referencesInferredKeys)
references_inferred_keys property (displayed as References Inferred Keys) of the object.referencesInferredKeys - 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 setpublic ItemList<DatabaseColumn> getUsesDatabaseFields()
uses_database_fields property (displayed as 'Uses Database Fields') of the object.ItemList<DatabaseColumn>public void setUsesDatabaseFields(ItemList<DatabaseColumn> usesDatabaseFields)
uses_database_fields property (displayed as Uses Database Fields) of the object.usesDatabaseFields - the value to setCopyright © 2018–2021 ODPi. All rights reserved.