public class DesignKey extends Reference
design_key asset type in IGC, displayed as 'Design Key' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataItem> |
definedOnDesignColumns |
protected Datagroup |
designTableOrView |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected Boolean |
primaryKey |
protected ItemList<ForeignKey> |
referencedByDesignForeignKeys |
protected String |
shortDescription |
| Constructor and Description |
|---|
DesignKey() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataItem> |
getDefinedOnDesignColumns()
Retrieve the
defined_on_design_columns property (displayed as 'Design Columns') of the object. |
Datagroup |
getDesignTableOrView()
Retrieve the
design_table_or_view property (displayed as 'Design Table or View') 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> |
getReferencedByDesignForeignKeys()
Retrieve the
referenced_by_design_foreign_keys property (displayed as 'Child Design 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 |
setDefinedOnDesignColumns(ItemList<DataItem> definedOnDesignColumns)
Set the
defined_on_design_columns property (displayed as Design Columns) of the object. |
void |
setDesignTableOrView(Datagroup designTableOrView)
Set the
design_table_or_view property (displayed as Design Table or View) 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 |
setReferencedByDesignForeignKeys(ItemList<ForeignKey> referencedByDesignForeignKeys)
Set the
referenced_by_design_foreign_keys property (displayed as Child Design 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 designTableOrView
protected String longDescription
protected String name
protected String nativeId
protected Boolean primaryKey
protected ItemList<ForeignKey> referencedByDesignForeignKeys
protected String shortDescription
public ItemList<DataItem> getDefinedOnDesignColumns()
defined_on_design_columns property (displayed as 'Design Columns') of the object.ItemList<DataItem>public void setDefinedOnDesignColumns(ItemList<DataItem> definedOnDesignColumns)
defined_on_design_columns property (displayed as Design Columns) of the object.definedOnDesignColumns - the value to setpublic Datagroup getDesignTableOrView()
design_table_or_view property (displayed as 'Design Table or View') of the object.Datagrouppublic void setDesignTableOrView(Datagroup designTableOrView)
design_table_or_view property (displayed as Design Table or View) of the object.designTableOrView - 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> getReferencedByDesignForeignKeys()
referenced_by_design_foreign_keys property (displayed as 'Child Design Foreign Keys') of the object.ItemList<ForeignKey>public void setReferencedByDesignForeignKeys(ItemList<ForeignKey> referencedByDesignForeignKeys)
referenced_by_design_foreign_keys property (displayed as Child Design Foreign Keys) of the object.referencedByDesignForeignKeys - 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.