public class ForeignKeyDefinition extends Reference
foreign_key_definition asset type in IGC, displayed as 'Foreign Key Definition' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
column |
protected String |
referencesColumns |
protected String |
referencesTables |
protected TableDefinition |
tableDefinition |
| Constructor and Description |
|---|
ForeignKeyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Retrieve the
column property (displayed as 'Column') of the object. |
String |
getReferencesColumns()
Retrieve the
references_columns property (displayed as 'References Columns') of the object. |
String |
getReferencesTables()
Retrieve the
references_tables property (displayed as 'References Tables') of the object. |
TableDefinition |
getTableDefinition()
Retrieve the
table_definition property (displayed as 'Table Definition') of the object. |
void |
setColumn(String column)
Set the
column property (displayed as Column) of the object. |
void |
setReferencesColumns(String referencesColumns)
Set the
references_columns property (displayed as References Columns) of the object. |
void |
setReferencesTables(String referencesTables)
Set the
references_tables property (displayed as References Tables) of the object. |
void |
setTableDefinition(TableDefinition tableDefinition)
Set the
table_definition property (displayed as Table Definition) 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 column
protected String referencesColumns
protected String referencesTables
protected TableDefinition tableDefinition
public String getColumn()
column property (displayed as 'Column') of the object.Stringpublic void setColumn(String column)
column property (displayed as Column) of the object.column - the value to setpublic String getReferencesColumns()
references_columns property (displayed as 'References Columns') of the object.Stringpublic void setReferencesColumns(String referencesColumns)
references_columns property (displayed as References Columns) of the object.referencesColumns - the value to setpublic String getReferencesTables()
references_tables property (displayed as 'References Tables') of the object.Stringpublic void setReferencesTables(String referencesTables)
references_tables property (displayed as References Tables) of the object.referencesTables - the value to setpublic TableDefinition getTableDefinition()
table_definition property (displayed as 'Table Definition') of the object.TableDefinitionpublic void setTableDefinition(TableDefinition tableDefinition)
table_definition property (displayed as Table Definition) of the object.tableDefinition - the value to setCopyright © 2018–2021 ODPi. All rights reserved.