public class Olapjoinref extends Reference
olapjoinref asset type in IGC, displayed as 'OLAPJoinRef' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected MainObject |
alias |
protected String |
cardinality
Valid values are:
ONE_TO_ONE (displayed in the UI as 'ONE_TO_ONE')
ONE_TO_MANY (displayed in the UI as 'ONE_TO_MANY')
MANY_TO_ONE (displayed in the UI as 'MANY_TO_ONE')
MANY_TO_MANY (displayed in the UI as 'MANY_TO_MANY')
|
protected Datagroup |
joinsDatabaseTable |
protected ItemList<BiCollection> |
joinsOlapCollection |
protected String |
nativeId |
protected Number |
sequence |
| Constructor and Description |
|---|
Olapjoinref() |
| Modifier and Type | Method and Description |
|---|---|
MainObject |
getAlias()
Retrieve the
alias property (displayed as 'Alias') of the object. |
String |
getCardinality()
Retrieve the
cardinality property (displayed as 'Cardinality') of the object. |
Datagroup |
getJoinsDatabaseTable()
Retrieve the
joins_database_table property (displayed as 'Joins Database Table') of the object. |
ItemList<BiCollection> |
getJoinsOlapCollection()
Retrieve the
joins_olap_collection property (displayed as 'Joins OLAP Collection') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
Number |
getSequence()
Retrieve the
sequence property (displayed as 'Sequence') of the object. |
void |
setAlias(MainObject alias)
Set the
alias property (displayed as Alias) of the object. |
void |
setCardinality(String cardinality)
Set the
cardinality property (displayed as Cardinality) of the object. |
void |
setJoinsDatabaseTable(Datagroup joinsDatabaseTable)
Set the
joins_database_table property (displayed as Joins Database Table) of the object. |
void |
setJoinsOlapCollection(ItemList<BiCollection> joinsOlapCollection)
Set the
joins_olap_collection property (displayed as Joins OLAP Collection) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setSequence(Number sequence)
Set the
sequence property (displayed as Sequence) 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 MainObject alias
protected String cardinality
protected Datagroup joinsDatabaseTable
protected ItemList<BiCollection> joinsOlapCollection
protected String nativeId
protected Number sequence
public MainObject getAlias()
alias property (displayed as 'Alias') of the object.MainObjectpublic void setAlias(MainObject alias)
alias property (displayed as Alias) of the object.alias - the value to setpublic String getCardinality()
cardinality property (displayed as 'Cardinality') of the object.Stringpublic void setCardinality(String cardinality)
cardinality property (displayed as Cardinality) of the object.cardinality - the value to setpublic Datagroup getJoinsDatabaseTable()
joins_database_table property (displayed as 'Joins Database Table') of the object.Datagrouppublic void setJoinsDatabaseTable(Datagroup joinsDatabaseTable)
joins_database_table property (displayed as Joins Database Table) of the object.joinsDatabaseTable - the value to setpublic ItemList<BiCollection> getJoinsOlapCollection()
joins_olap_collection property (displayed as 'Joins OLAP Collection') of the object.ItemList<BiCollection>public void setJoinsOlapCollection(ItemList<BiCollection> joinsOlapCollection)
joins_olap_collection property (displayed as Joins OLAP Collection) of the object.joinsOlapCollection - 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 Number getSequence()
sequence property (displayed as 'Sequence') of the object.Numberpublic void setSequence(Number sequence)
sequence property (displayed as Sequence) of the object.sequence - the value to setCopyright © 2018–2021 ODPi. All rights reserved.