public class Keycomponent extends Reference
keycomponent asset type in IGC, displayed as 'KeyComponent' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected MainObject |
ofKey |
protected DataItem |
referencesDataField |
protected Number |
sequence |
protected String |
sortingOrder
Valid values are:
ASCENDING (displayed in the UI as 'ASCENDING')
DESCENDING (displayed in the UI as 'DESCENDING')
NONE (displayed in the UI as 'NONE')
|
protected DataItem |
usesDataField |
| Constructor and Description |
|---|
Keycomponent() |
| Modifier and Type | Method and Description |
|---|---|
MainObject |
getOfKey()
Retrieve the
of_key property (displayed as 'Of Key') of the object. |
DataItem |
getReferencesDataField()
Retrieve the
references_data_field property (displayed as 'References Data Field') of the object. |
Number |
getSequence()
Retrieve the
sequence property (displayed as 'Sequence') of the object. |
String |
getSortingOrder()
Retrieve the
sorting_order property (displayed as 'Sorting Order') of the object. |
DataItem |
getUsesDataField()
Retrieve the
uses_data_field property (displayed as 'Uses Data Field') of the object. |
void |
setOfKey(MainObject ofKey)
Set the
of_key property (displayed as Of Key) of the object. |
void |
setReferencesDataField(DataItem referencesDataField)
Set the
references_data_field property (displayed as References Data Field) of the object. |
void |
setSequence(Number sequence)
Set the
sequence property (displayed as Sequence) of the object. |
void |
setSortingOrder(String sortingOrder)
Set the
sorting_order property (displayed as Sorting Order) of the object. |
void |
setUsesDataField(DataItem usesDataField)
Set the
uses_data_field property (displayed as Uses Data Field) 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 MainObject ofKey
protected DataItem referencesDataField
protected Number sequence
protected String sortingOrder
protected DataItem usesDataField
public MainObject getOfKey()
of_key property (displayed as 'Of Key') of the object.MainObjectpublic void setOfKey(MainObject ofKey)
of_key property (displayed as Of Key) of the object.ofKey - the value to setpublic DataItem getReferencesDataField()
references_data_field property (displayed as 'References Data Field') of the object.DataItempublic void setReferencesDataField(DataItem referencesDataField)
references_data_field property (displayed as References Data Field) of the object.referencesDataField - the value to setpublic Number getSequence()
sequence property (displayed as 'Sequence') of the object.Numberpublic void setSequence(Number sequence)
sequence property (displayed as Sequence) of the object.sequence - the value to setpublic String getSortingOrder()
sorting_order property (displayed as 'Sorting Order') of the object.Stringpublic void setSortingOrder(String sortingOrder)
sorting_order property (displayed as Sorting Order) of the object.sortingOrder - the value to setpublic DataItem getUsesDataField()
uses_data_field property (displayed as 'Uses Data Field') of the object.DataItempublic void setUsesDataField(DataItem usesDataField)
uses_data_field property (displayed as Uses Data Field) of the object.usesDataField - the value to setCopyright © 2018–2021 ODPi. All rights reserved.