public class BiLevel extends MainObject
bi_level asset type in IGC, displayed as 'BI Level' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected BiCollection |
biCollection |
protected ItemList<BiHierarchy> |
biHierarchy |
protected ItemList<BiLevel> |
childrenLevels |
protected Number |
depth |
protected String |
nativeId |
protected ItemList<BiLevel> |
parentBiLevel |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
BiLevel() |
| Modifier and Type | Method and Description |
|---|---|
BiCollection |
getBiCollection()
Retrieve the
bi_collection property (displayed as 'BI Collection') of the object. |
ItemList<BiHierarchy> |
getBiHierarchy()
Retrieve the
bi_hierarchy property (displayed as 'BI Hierarchy') of the object. |
ItemList<BiLevel> |
getChildrenLevels()
Retrieve the
children_levels property (displayed as 'Children Levels') of the object. |
Number |
getDepth()
Retrieve the
depth property (displayed as 'Depth') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
ItemList<BiLevel> |
getParentBiLevel()
Retrieve the
parent_bi_level property (displayed as 'Parent BI Level') of the object. |
void |
setBiCollection(BiCollection biCollection)
Set the
bi_collection property (displayed as BI Collection) of the object. |
void |
setBiHierarchy(ItemList<BiHierarchy> biHierarchy)
Set the
bi_hierarchy property (displayed as BI Hierarchy) of the object. |
void |
setChildrenLevels(ItemList<BiLevel> childrenLevels)
Set the
children_levels property (displayed as Children Levels) of the object. |
void |
setDepth(Number depth)
Set the
depth property (displayed as Depth) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setParentBiLevel(ItemList<BiLevel> parentBiLevel)
Set the
parent_bi_level property (displayed as Parent BI Level) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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 BiCollection biCollection
protected ItemList<BiHierarchy> biHierarchy
protected Number depth
protected String nativeId
public BiCollection getBiCollection()
bi_collection property (displayed as 'BI Collection') of the object.BiCollectionpublic void setBiCollection(BiCollection biCollection)
bi_collection property (displayed as BI Collection) of the object.biCollection - the value to setpublic ItemList<BiHierarchy> getBiHierarchy()
bi_hierarchy property (displayed as 'BI Hierarchy') of the object.ItemList<BiHierarchy>public void setBiHierarchy(ItemList<BiHierarchy> biHierarchy)
bi_hierarchy property (displayed as BI Hierarchy) of the object.biHierarchy - the value to setpublic ItemList<BiLevel> getChildrenLevels()
children_levels property (displayed as 'Children Levels') of the object.ItemList<BiLevel>public void setChildrenLevels(ItemList<BiLevel> childrenLevels)
children_levels property (displayed as Children Levels) of the object.childrenLevels - the value to setpublic Number getDepth()
depth property (displayed as 'Depth') of the object.Numberpublic void setDepth(Number depth)
depth property (displayed as Depth) of the object.depth - 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 ItemList<BiLevel> getParentBiLevel()
parent_bi_level property (displayed as 'Parent BI Level') of the object.ItemList<BiLevel>Copyright © 2018–2021 ODPi. All rights reserved.