public class DesignForeignKey extends Reference
design_foreign_key asset type in IGC, displayed as 'Design Foreign Key' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataItem> |
includedDatabaseColumns |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected Datagroup |
ofDataCollection |
protected ItemList<DataItem> |
referencedByDesignColumn |
protected String |
shortDescription |
| Constructor and Description |
|---|
DesignForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataItem> |
getIncludedDatabaseColumns()
Retrieve the
included_database_columns property (displayed as 'Design Columns') 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. |
Datagroup |
getOfDataCollection()
Retrieve the
of_data_collection property (displayed as 'Of Data Collection') of the object. |
ItemList<DataItem> |
getReferencedByDesignColumn()
Retrieve the
referenced_by_design_column property (displayed as 'Parent Design Columns') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setIncludedDatabaseColumns(ItemList<DataItem> includedDatabaseColumns)
Set the
included_database_columns property (displayed as Design Columns) 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 |
setOfDataCollection(Datagroup ofDataCollection)
Set the
of_data_collection property (displayed as Of Data Collection) of the object. |
void |
setReferencedByDesignColumn(ItemList<DataItem> referencedByDesignColumn)
Set the
referenced_by_design_column property (displayed as Parent Design Columns) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTheName(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 String longDescription
protected String name
protected String nativeId
protected Datagroup ofDataCollection
protected String shortDescription
public ItemList<DataItem> getIncludedDatabaseColumns()
included_database_columns property (displayed as 'Design Columns') of the object.ItemList<DataItem>public void setIncludedDatabaseColumns(ItemList<DataItem> includedDatabaseColumns)
included_database_columns property (displayed as Design Columns) of the object.includedDatabaseColumns - 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 Datagroup getOfDataCollection()
of_data_collection property (displayed as 'Of Data Collection') of the object.Datagrouppublic void setOfDataCollection(Datagroup ofDataCollection)
of_data_collection property (displayed as Of Data Collection) of the object.ofDataCollection - the value to setpublic ItemList<DataItem> getReferencedByDesignColumn()
referenced_by_design_column property (displayed as 'Parent Design Columns') of the object.ItemList<DataItem>public void setReferencedByDesignColumn(ItemList<DataItem> referencedByDesignColumn)
referenced_by_design_column property (displayed as Parent Design Columns) of the object.referencedByDesignColumn - 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 setCopyright © 2018–2021 ODPi. All rights reserved.