public class BiFilter extends Reference
bi_filter asset type in IGC, displayed as 'BI Filter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected BiCollection |
biCollection |
protected BiModel |
biModel |
protected ItemList<Olapobject> |
context |
protected String |
filterExpression |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
| Constructor and Description |
|---|
BiFilter() |
| Modifier and Type | Method and Description |
|---|---|
BiCollection |
getBiCollection()
Retrieve the
bi_collection property (displayed as 'BI Collection') of the object. |
BiModel |
getBiModel()
Retrieve the
bi_model property (displayed as 'BI Model') of the object. |
String |
getFilterExpression()
Retrieve the
filter_expression property (displayed as 'Filter Expression') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') 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. |
ItemList<Olapobject> |
getTheContext()
Retrieve the
context property (displayed as 'Context') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setBiCollection(BiCollection biCollection)
Set the
bi_collection property (displayed as BI Collection) of the object. |
void |
setBiModel(BiModel biModel)
Set the
bi_model property (displayed as BI Model) of the object. |
void |
setFilterExpression(String filterExpression)
Set the
filter_expression property (displayed as Filter Expression) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) 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 |
setTheContext(ItemList<Olapobject> context)
Set the
context property (displayed as Context) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as 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 BiCollection biCollection
protected BiModel biModel
protected ItemList<Olapobject> context
protected String filterExpression
protected String longDescription
protected String name
protected String nativeId
protected String shortDescription
public BiCollection getBiCollection()
bi_collection property (displayed as 'BI Collection') of the object.BiCollectionpublic void setBiCollection(BiCollection biCollection)
bi_collection property (displayed as BI Collection) of the object.biCollection - 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 ItemList<Olapobject> getTheContext()
context property (displayed as 'Context') of the object.ItemList<Olapobject>public void setTheContext(ItemList<Olapobject> context)
context property (displayed as Context) of the object.context - the value to setpublic String getFilterExpression()
filter_expression property (displayed as 'Filter Expression') of the object.Stringpublic void setFilterExpression(String filterExpression)
filter_expression property (displayed as Filter Expression) of the object.filterExpression - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as 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.