public class ForeignKey extends Reference
foreign_key asset type in IGC, displayed as 'Foreign Key' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Datagroup> |
databaseTable |
protected ItemList<DataItem> |
includedDatabaseColumns |
protected String |
nativeId |
protected List<String> |
sorting
Valid values are:
ASCENDING (displayed in the UI as 'ASCENDING')
DESCENDING (displayed in the UI as 'DESCENDING')
NONE (displayed in the UI as 'NONE')
|
| Constructor and Description |
|---|
ForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Datagroup> |
getDatabaseTable()
Retrieve the
database_table property (displayed as 'Database Table') of the object. |
ItemList<DataItem> |
getIncludedDatabaseColumns()
Retrieve the
included_database_columns property (displayed as 'Included Database Columns') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
List<String> |
getSorting()
Retrieve the
sorting property (displayed as 'Sorting') of the object. |
void |
setDatabaseTable(ItemList<Datagroup> databaseTable)
Set the
database_table property (displayed as Database Table) of the object. |
void |
setIncludedDatabaseColumns(ItemList<DataItem> includedDatabaseColumns)
Set the
included_database_columns property (displayed as Included Database Columns) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setSorting(List<String> sorting)
Set the
sorting property (displayed as Sorting) 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 nativeId
public ItemList<Datagroup> getDatabaseTable()
database_table property (displayed as 'Database Table') of the object.ItemList<Datagroup>public void setDatabaseTable(ItemList<Datagroup> databaseTable)
database_table property (displayed as Database Table) of the object.databaseTable - the value to setpublic ItemList<DataItem> getIncludedDatabaseColumns()
included_database_columns property (displayed as 'Included Database Columns') of the object.ItemList<DataItem>public void setIncludedDatabaseColumns(ItemList<DataItem> includedDatabaseColumns)
included_database_columns property (displayed as Included Database Columns) of the object.includedDatabaseColumns - 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 List<String> getSorting()
sorting property (displayed as 'Sorting') of the object.List<String>Copyright © 2018–2021 ODPi. All rights reserved.