public class MappingJoin extends Reference
mapping_join asset type in IGC, displayed as 'Mapping Join' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
description |
protected ItemList<DatabaseColumn> |
foreignKeyColumns |
protected List<String> |
name |
protected ItemList<DatabaseColumn> |
primaryKeyColumns |
| Constructor and Description |
|---|
MappingJoin() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
ItemList<DatabaseColumn> |
getForeignKeyColumns()
Retrieve the
foreign_key_columns property (displayed as 'Foreign Key Columns') of the object. |
ItemList<DatabaseColumn> |
getPrimaryKeyColumns()
Retrieve the
primary_key_columns property (displayed as 'Primary Key Columns') of the object. |
List<String> |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setDescription(List<String> description)
Set the
description property (displayed as Description) of the object. |
void |
setForeignKeyColumns(ItemList<DatabaseColumn> foreignKeyColumns)
Set the
foreign_key_columns property (displayed as Foreign Key Columns) of the object. |
void |
setPrimaryKeyColumns(ItemList<DatabaseColumn> primaryKeyColumns)
Set the
primary_key_columns property (displayed as Primary Key Columns) of the object. |
void |
setTheName(List<String> name)
Set the
name property (displayed as Name) 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> foreignKeyColumns
protected ItemList<DatabaseColumn> primaryKeyColumns
public List<String> getDescription()
description property (displayed as 'Description') of the object.List<String>public void setDescription(List<String> description)
description property (displayed as Description) of the object.description - the value to setpublic ItemList<DatabaseColumn> getForeignKeyColumns()
foreign_key_columns property (displayed as 'Foreign Key Columns') of the object.ItemList<DatabaseColumn>public void setForeignKeyColumns(ItemList<DatabaseColumn> foreignKeyColumns)
foreign_key_columns property (displayed as Foreign Key Columns) of the object.foreignKeyColumns - the value to setpublic List<String> getTheName()
name property (displayed as 'Name') of the object.List<String>public void setTheName(List<String> name)
name property (displayed as Name) of the object.name - the value to setpublic ItemList<DatabaseColumn> getPrimaryKeyColumns()
primary_key_columns property (displayed as 'Primary Key Columns') of the object.ItemList<DatabaseColumn>public void setPrimaryKeyColumns(ItemList<DatabaseColumn> primaryKeyColumns)
primary_key_columns property (displayed as Primary Key Columns) of the object.primaryKeyColumns - the value to setCopyright © 2018–2021 ODPi. All rights reserved.