public class BiHierarchyMember extends Reference
bi_hierarchy_member asset type in IGC, displayed as 'BI Hierarchy Member' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected BiLevel |
biLevel |
protected ItemList<BiLevel> |
childLevel |
protected String |
nativeId |
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')
|
| Constructor and Description |
|---|
BiHierarchyMember() |
| Modifier and Type | Method and Description |
|---|---|
BiLevel |
getBiLevel()
Retrieve the
bi_level property (displayed as 'BI Level') of the object. |
ItemList<BiLevel> |
getChildLevel()
Retrieve the
child_level property (displayed as 'Child Level') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') 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. |
void |
setBiLevel(BiLevel biLevel)
Set the
bi_level property (displayed as BI Level) of the object. |
void |
setChildLevel(ItemList<BiLevel> childLevel)
Set the
child_level property (displayed as Child Level) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) 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. |
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 BiLevel biLevel
protected String nativeId
protected Number sequence
protected String sortingOrder
public BiLevel getBiLevel()
bi_level property (displayed as 'BI Level') of the object.BiLevelpublic void setBiLevel(BiLevel biLevel)
bi_level property (displayed as BI Level) of the object.biLevel - the value to setpublic ItemList<BiLevel> getChildLevel()
child_level property (displayed as 'Child Level') of the object.ItemList<BiLevel>public void setChildLevel(ItemList<BiLevel> childLevel)
child_level property (displayed as Child Level) of the object.childLevel - 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 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 setCopyright © 2018–2021 ODPi. All rights reserved.