public class BiOlapLevelElement extends Reference
bi_olap_level_element asset type in IGC, displayed as 'BI OLAP Level Element' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessName |
protected BiCollectionMember |
definedAsAnOlapMember |
protected BiLevel |
definedInLevel |
protected BiLevel |
keyLevel |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
| Constructor and Description |
|---|
BiOlapLevelElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessName()
Retrieve the
business_name property (displayed as 'Business Name') of the object. |
BiCollectionMember |
getDefinedAsAnOlapMember()
Retrieve the
defined_as_an_olap_member property (displayed as 'Defined as an OLAP Member') of the object. |
BiLevel |
getDefinedInLevel()
Retrieve the
defined_in_level property (displayed as 'Defined in Level') of the object. |
BiLevel |
getKeyLevel()
Retrieve the
key_level property (displayed as 'Key Level') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') 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 'Element Name') of the object. |
void |
setBusinessName(String businessName)
Set the
business_name property (displayed as Business Name) of the object. |
void |
setDefinedAsAnOlapMember(BiCollectionMember definedAsAnOlapMember)
Set the
defined_as_an_olap_member property (displayed as Defined as an OLAP Member) of the object. |
void |
setDefinedInLevel(BiLevel definedInLevel)
Set the
defined_in_level property (displayed as Defined in Level) of the object. |
void |
setKeyLevel(BiLevel keyLevel)
Set the
key_level property (displayed as Key Level) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) 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 Element 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 String businessName
protected BiCollectionMember definedAsAnOlapMember
protected BiLevel definedInLevel
protected BiLevel keyLevel
protected String name
protected String nativeId
protected String shortDescription
public String getBusinessName()
business_name property (displayed as 'Business Name') of the object.Stringpublic void setBusinessName(String businessName)
business_name property (displayed as Business Name) of the object.businessName - the value to setpublic BiCollectionMember getDefinedAsAnOlapMember()
defined_as_an_olap_member property (displayed as 'Defined as an OLAP Member') of the object.BiCollectionMemberpublic void setDefinedAsAnOlapMember(BiCollectionMember definedAsAnOlapMember)
defined_as_an_olap_member property (displayed as Defined as an OLAP Member) of the object.definedAsAnOlapMember - the value to setpublic BiLevel getDefinedInLevel()
defined_in_level property (displayed as 'Defined in Level') of the object.BiLevelpublic void setDefinedInLevel(BiLevel definedInLevel)
defined_in_level property (displayed as Defined in Level) of the object.definedInLevel - the value to setpublic BiLevel getKeyLevel()
key_level property (displayed as 'Key Level') of the object.BiLevelpublic void setKeyLevel(BiLevel keyLevel)
key_level property (displayed as Key Level) of the object.keyLevel - the value to setpublic String getTheName()
name property (displayed as 'Element Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Element 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 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.