public class OlapJoin extends Reference
olap_join asset type in IGC, displayed as 'OLAP Join' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
bi_model
The
bi_model property, displayed as 'OLAP Model' in the IGC UI. |
protected String |
business_name
The
business_name property, displayed as 'Business Name' in the IGC UI. |
protected String |
condition
The
condition property, displayed as 'Condition' in the IGC UI. |
protected ReferenceList |
contains_references
The
contains_references property, displayed as 'Contains References' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Join Name' in the IGC UI. |
protected ReferenceList |
referenced_by_an_olap_cube
The
referenced_by_an_olap_cube property, displayed as 'Referenced by an OLAP Cube' in the IGC UI. |
protected String |
short_description
The
short_description property, displayed as 'Short Description' in the IGC UI. |
protected String |
type
The
type property, displayed as 'Type' in the IGC UI. |
| Constructor and Description |
|---|
OlapJoin() |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String name
name property, displayed as 'Join Name' in the IGC UI.protected String business_name
business_name property, displayed as 'Business Name' in the IGC UI.protected String short_description
short_description property, displayed as 'Short Description' in the IGC UI.protected String type
type property, displayed as 'Type' in the IGC UI.
protected String condition
condition property, displayed as 'Condition' in the IGC UI.protected Reference bi_model
protected ReferenceList contains_references
contains_references property, displayed as 'Contains References' in the IGC UI.
ReferenceList of Olapjoinref objects.protected ReferenceList referenced_by_an_olap_cube
referenced_by_an_olap_cube property, displayed as 'Referenced by an OLAP Cube' in the IGC UI.
ReferenceList of BiCube objects.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getBusinessName()
business_namepublic void setBusinessName(String business_name)
business_namepublic String getShortDescription()
short_descriptionpublic void setShortDescription(String short_description)
short_descriptionpublic ReferenceList getContainsReferences()
contains_referencespublic void setContainsReferences(ReferenceList contains_references)
contains_referencespublic ReferenceList getReferencedByAnOlapCube()
referenced_by_an_olap_cubepublic void setReferencedByAnOlapCube(ReferenceList referenced_by_an_olap_cube)
referenced_by_an_olap_cubepublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.