public class CandidateKey extends Reference
candidate_key asset type in IGC, displayed as 'Candidate Key' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Datagroup |
databaseTableView |
protected ItemList<DatabaseColumn> |
definedOnDatabaseColumns |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected Boolean |
primaryKey |
protected ItemList<ForeignKey> |
referencedByForeignKeys |
protected String |
shortDescription |
| Constructor and Description |
|---|
CandidateKey() |
| Modifier and Type | Method and Description |
|---|---|
Datagroup |
getDatabaseTableView()
Retrieve the
database_table_view property (displayed as 'Database Table View') of the object. |
ItemList<DatabaseColumn> |
getDefinedOnDatabaseColumns()
Retrieve the
defined_on_database_columns property (displayed as 'Defined on Database 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. |
Boolean |
getPrimaryKey()
Retrieve the
primary_key property (displayed as 'Primary Key') of the object. |
ItemList<ForeignKey> |
getReferencedByForeignKeys()
Retrieve the
referenced_by_foreign_keys property (displayed as 'Referenced by Foreign Keys') 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 |
setDatabaseTableView(Datagroup databaseTableView)
Set the
database_table_view property (displayed as Database Table View) of the object. |
void |
setDefinedOnDatabaseColumns(ItemList<DatabaseColumn> definedOnDatabaseColumns)
Set the
defined_on_database_columns property (displayed as Defined on Database 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 |
setPrimaryKey(Boolean primaryKey)
Set the
primary_key property (displayed as Primary Key) of the object. |
void |
setReferencedByForeignKeys(ItemList<ForeignKey> referencedByForeignKeys)
Set the
referenced_by_foreign_keys property (displayed as Referenced by Foreign Keys) 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 Datagroup databaseTableView
protected ItemList<DatabaseColumn> definedOnDatabaseColumns
protected String longDescription
protected String name
protected String nativeId
protected Boolean primaryKey
protected ItemList<ForeignKey> referencedByForeignKeys
protected String shortDescription
public Datagroup getDatabaseTableView()
database_table_view property (displayed as 'Database Table View') of the object.Datagrouppublic void setDatabaseTableView(Datagroup databaseTableView)
database_table_view property (displayed as Database Table View) of the object.databaseTableView - the value to setpublic ItemList<DatabaseColumn> getDefinedOnDatabaseColumns()
defined_on_database_columns property (displayed as 'Defined on Database Columns') of the object.ItemList<DatabaseColumn>public void setDefinedOnDatabaseColumns(ItemList<DatabaseColumn> definedOnDatabaseColumns)
defined_on_database_columns property (displayed as Defined on Database Columns) of the object.definedOnDatabaseColumns - 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 Boolean getPrimaryKey()
primary_key property (displayed as 'Primary Key') of the object.Booleanpublic void setPrimaryKey(Boolean primaryKey)
primary_key property (displayed as Primary Key) of the object.primaryKey - the value to setpublic ItemList<ForeignKey> getReferencedByForeignKeys()
referenced_by_foreign_keys property (displayed as 'Referenced by Foreign Keys') of the object.ItemList<ForeignKey>public void setReferencedByForeignKeys(ItemList<ForeignKey> referencedByForeignKeys)
referenced_by_foreign_keys property (displayed as Referenced by Foreign Keys) of the object.referencedByForeignKeys - 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.