public class BiHierarchy extends MainObject
bi_hierarchy asset type in IGC, displayed as 'BI Hierarchy' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected BiCollection |
biCollection |
protected ItemList<BiLevel> |
biLevels |
protected BiModel |
biModel |
protected ItemList<Olapobject> |
context |
protected String |
deployment
Valid values are:
STANDARD (displayed in the UI as 'STANDARD')
RECURSIVE (displayed in the UI as 'RECURSIVE')
|
protected String |
nativeId |
protected ItemList<BiCollection> |
referencesBiCollections |
protected String |
type
Valid values are:
BALANCED (displayed in the UI as 'BALANCED')
UNBALANCED (displayed in the UI as 'UNBALANCED')
RAGGED (displayed in the UI as 'RAGGED')
NETWORK (displayed in the UI as 'NETWORK')
|
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
BiHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
BiCollection |
getBiCollection()
Retrieve the
bi_collection property (displayed as 'BI Collection') of the object. |
ItemList<BiLevel> |
getBiLevels()
Retrieve the
bi_levels property (displayed as 'BI Levels') of the object. |
BiModel |
getBiModel()
Retrieve the
bi_model property (displayed as 'BI Model') of the object. |
String |
getDeployment()
Retrieve the
deployment property (displayed as 'Deployment') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
ItemList<BiCollection> |
getReferencesBiCollections()
Retrieve the
references_bi_collections property (displayed as 'References BI Collections') of the object. |
ItemList<Olapobject> |
getTheContext()
Retrieve the
context property (displayed as 'Context') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
void |
setBiCollection(BiCollection biCollection)
Set the
bi_collection property (displayed as BI Collection) of the object. |
void |
setBiLevels(ItemList<BiLevel> biLevels)
Set the
bi_levels property (displayed as BI Levels) of the object. |
void |
setBiModel(BiModel biModel)
Set the
bi_model property (displayed as BI Model) of the object. |
void |
setDeployment(String deployment)
Set the
deployment property (displayed as Deployment) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setReferencesBiCollections(ItemList<BiCollection> referencesBiCollections)
Set the
references_bi_collections property (displayed as References BI Collections) of the object. |
void |
setTheContext(ItemList<Olapobject> context)
Set the
context property (displayed as Context) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) 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 BiModel biModel
protected ItemList<Olapobject> context
protected String deployment
protected String nativeId
protected ItemList<BiCollection> referencesBiCollections
protected String type
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<BiLevel> getBiLevels()
bi_levels property (displayed as 'BI Levels') of the object.ItemList<BiLevel>public void setBiLevels(ItemList<BiLevel> biLevels)
bi_levels property (displayed as BI Levels) of the object.biLevels - the value to setpublic BiModel getBiModel()
bi_model property (displayed as 'BI Model') of the object.BiModelpublic void setBiModel(BiModel biModel)
bi_model property (displayed as BI Model) of the object.biModel - the value to setpublic ItemList<Olapobject> getTheContext()
context property (displayed as 'Context') of the object.ItemList<Olapobject>public void setTheContext(ItemList<Olapobject> context)
context property (displayed as Context) of the object.context - the value to setpublic String getDeployment()
deployment property (displayed as 'Deployment') of the object.Stringpublic void setDeployment(String deployment)
deployment property (displayed as Deployment) of the object.deployment - 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<BiCollection> getReferencesBiCollections()
references_bi_collections property (displayed as 'References BI Collections') of the object.ItemList<BiCollection>public void setReferencesBiCollections(ItemList<BiCollection> referencesBiCollections)
references_bi_collections property (displayed as References BI Collections) of the object.referencesBiCollections - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.