public class BiCube extends InformationAsset
bi_cube asset type in IGC, displayed as 'BI Cube' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected String |
author |
protected ItemList<BiCollection> |
biCollectionDimensions |
protected ItemList<BiCollection> |
biCollectionFacts |
protected Date |
biCubeCreationDate |
protected Date |
biCubeModificationDate |
protected BiModel |
biModel |
protected String |
importedFrom |
protected String |
namespace |
protected ItemList<BiReport> |
usedByBiReports |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
BiCube() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
String |
getAuthor()
Retrieve the
author property (displayed as 'Author') of the object. |
ItemList<BiCollection> |
getBiCollectionDimensions()
Retrieve the
bi_collection_dimensions property (displayed as 'BI Collection Dimensions') of the object. |
ItemList<BiCollection> |
getBiCollectionFacts()
Retrieve the
bi_collection_facts property (displayed as 'BI Collection Facts') of the object. |
Date |
getBiCubeCreationDate()
Retrieve the
bi_cube_creation_date property (displayed as 'BI Cube Creation Date') of the object. |
Date |
getBiCubeModificationDate()
Retrieve the
bi_cube_modification_date property (displayed as 'BI Cube Modification Date') of the object. |
BiModel |
getBiModel()
Retrieve the
bi_model property (displayed as 'BI Model') of the object. |
String |
getImportedFrom()
Retrieve the
imported_from property (displayed as 'Imported From') of the object. |
String |
getNamespace()
Retrieve the
namespace property (displayed as 'Namespace') of the object. |
ItemList<BiReport> |
getUsedByBiReports()
Retrieve the
used_by_bi_reports property (displayed as 'Used by BI Reports') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setAuthor(String author)
Set the
author property (displayed as Author) of the object. |
void |
setBiCollectionDimensions(ItemList<BiCollection> biCollectionDimensions)
Set the
bi_collection_dimensions property (displayed as BI Collection Dimensions) of the object. |
void |
setBiCollectionFacts(ItemList<BiCollection> biCollectionFacts)
Set the
bi_collection_facts property (displayed as BI Collection Facts) of the object. |
void |
setBiCubeCreationDate(Date biCubeCreationDate)
Set the
bi_cube_creation_date property (displayed as BI Cube Creation Date) of the object. |
void |
setBiCubeModificationDate(Date biCubeModificationDate)
Set the
bi_cube_modification_date property (displayed as BI Cube Modification Date) of the object. |
void |
setBiModel(BiModel biModel)
Set the
bi_model property (displayed as BI Model) of the object. |
void |
setImportedFrom(String importedFrom)
Set the
imported_from property (displayed as Imported From) of the object. |
void |
setNamespace(String namespace)
Set the
namespace property (displayed as Namespace) of the object. |
void |
setUsedByBiReports(ItemList<BiReport> usedByBiReports)
Set the
used_by_bi_reports property (displayed as Used by BI Reports) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, 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 String aliasBusinessName
protected String author
protected ItemList<BiCollection> biCollectionDimensions
protected ItemList<BiCollection> biCollectionFacts
protected Date biCubeCreationDate
protected Date biCubeModificationDate
protected BiModel biModel
protected String importedFrom
protected String namespace
public String getAliasBusinessName()
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object.Stringpublic void setAliasBusinessName(String aliasBusinessName)
alias_(business_name) property (displayed as Alias (Business Name)) of the object.aliasBusinessName - the value to setpublic String getAuthor()
author property (displayed as 'Author') of the object.Stringpublic void setAuthor(String author)
author property (displayed as Author) of the object.author - the value to setpublic ItemList<BiCollection> getBiCollectionDimensions()
bi_collection_dimensions property (displayed as 'BI Collection Dimensions') of the object.ItemList<BiCollection>public void setBiCollectionDimensions(ItemList<BiCollection> biCollectionDimensions)
bi_collection_dimensions property (displayed as BI Collection Dimensions) of the object.biCollectionDimensions - the value to setpublic ItemList<BiCollection> getBiCollectionFacts()
bi_collection_facts property (displayed as 'BI Collection Facts') of the object.ItemList<BiCollection>public void setBiCollectionFacts(ItemList<BiCollection> biCollectionFacts)
bi_collection_facts property (displayed as BI Collection Facts) of the object.biCollectionFacts - the value to setpublic Date getBiCubeCreationDate()
bi_cube_creation_date property (displayed as 'BI Cube Creation Date') of the object.Datepublic void setBiCubeCreationDate(Date biCubeCreationDate)
bi_cube_creation_date property (displayed as BI Cube Creation Date) of the object.biCubeCreationDate - the value to setpublic Date getBiCubeModificationDate()
bi_cube_modification_date property (displayed as 'BI Cube Modification Date') of the object.Datepublic void setBiCubeModificationDate(Date biCubeModificationDate)
bi_cube_modification_date property (displayed as BI Cube Modification Date) of the object.biCubeModificationDate - 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 String getImportedFrom()
imported_from property (displayed as 'Imported From') of the object.Stringpublic void setImportedFrom(String importedFrom)
imported_from property (displayed as Imported From) of the object.importedFrom - the value to setpublic String getNamespace()
namespace property (displayed as 'Namespace') of the object.Stringpublic void setNamespace(String namespace)
namespace property (displayed as Namespace) of the object.namespace - the value to setpublic ItemList<BiReport> getUsedByBiReports()
used_by_bi_reports property (displayed as 'Used by BI Reports') of the object.ItemList<BiReport>Copyright © 2018–2021 ODPi. All rights reserved.