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 BiModel |
biModel |
protected String |
businessName |
protected String |
condition |
protected ItemList<Olapjoinref> |
containsReferences |
protected String |
name |
protected String |
nativeId |
protected ItemList<BiCube> |
referencedByAnOlapCube |
protected String |
shortDescription |
protected String |
type
Valid values are:
INNER (displayed in the UI as 'INNER')
FULL_OUTER (displayed in the UI as 'FULL_OUTER')
LEFT_OUTER (displayed in the UI as 'LEFT_OUTER')
RIGHT_OUTER (displayed in the UI as 'RIGHT_OUTER')
|
| Constructor and Description |
|---|
OlapJoin() |
| Modifier and Type | Method and Description |
|---|---|
BiModel |
getBiModel()
Retrieve the
bi_model property (displayed as 'OLAP Model') of the object. |
String |
getBusinessName()
Retrieve the
business_name property (displayed as 'Business Name') of the object. |
String |
getCondition()
Retrieve the
condition property (displayed as 'Condition') of the object. |
ItemList<Olapjoinref> |
getContainsReferences()
Retrieve the
contains_references property (displayed as 'Contains References') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
ItemList<BiCube> |
getReferencedByAnOlapCube()
Retrieve the
referenced_by_an_olap_cube property (displayed as 'Referenced by an OLAP Cube') 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 'Join Name') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
void |
setBiModel(BiModel biModel)
Set the
bi_model property (displayed as OLAP Model) of the object. |
void |
setBusinessName(String businessName)
Set the
business_name property (displayed as Business Name) of the object. |
void |
setCondition(String condition)
Set the
condition property (displayed as Condition) of the object. |
void |
setContainsReferences(ItemList<Olapjoinref> containsReferences)
Set the
contains_references property (displayed as Contains References) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setReferencedByAnOlapCube(ItemList<BiCube> referencedByAnOlapCube)
Set the
referenced_by_an_olap_cube property (displayed as Referenced by an OLAP Cube) 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 Join Name) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) 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 BiModel biModel
protected String businessName
protected String condition
protected ItemList<Olapjoinref> containsReferences
protected String name
protected String nativeId
protected String shortDescription
protected String type
public BiModel getBiModel()
bi_model property (displayed as 'OLAP Model') of the object.BiModelpublic void setBiModel(BiModel biModel)
bi_model property (displayed as OLAP Model) of the object.biModel - the value to setpublic 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 String getCondition()
condition property (displayed as 'Condition') of the object.Stringpublic void setCondition(String condition)
condition property (displayed as Condition) of the object.condition - the value to setpublic ItemList<Olapjoinref> getContainsReferences()
contains_references property (displayed as 'Contains References') of the object.ItemList<Olapjoinref>public void setContainsReferences(ItemList<Olapjoinref> containsReferences)
contains_references property (displayed as Contains References) of the object.containsReferences - the value to setpublic String getTheName()
name property (displayed as 'Join Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Join 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 ItemList<BiCube> getReferencedByAnOlapCube()
referenced_by_an_olap_cube property (displayed as 'Referenced by an OLAP Cube') of the object.ItemList<BiCube>public void setReferencedByAnOlapCube(ItemList<BiCube> referencedByAnOlapCube)
referenced_by_an_olap_cube property (displayed as Referenced by an OLAP Cube) of the object.referencedByAnOlapCube - 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 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.