public class BiReportSection extends Reference
bi_report_section asset type in IGC, displayed as 'BI Report Section' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected BiReport |
biReport |
protected ItemList<Reportobject> |
biReportFields |
protected BiReportSection |
containedInReportSection |
protected ItemList<BiReportSection> |
containsSubSection |
protected String |
label |
protected String |
name |
protected String |
nativeId |
protected Number |
sequence |
protected String |
shortDescription |
protected String |
type
Valid values are:
CHART (displayed in the UI as 'CHART')
LIST (displayed in the UI as 'LIST')
MATRIX (displayed in the UI as 'MATRIX')
TABLE (displayed in the UI as 'TABLE')
PAGE (displayed in the UI as 'PAGE')
PAGEBODY (displayed in the UI as 'PAGEBODY')
PAGEFOOTER (displayed in the UI as 'PAGEFOOTER')
PAGEHEADER (displayed in the UI as 'PAGEHEADER')
RECTANGLE (displayed in the UI as 'RECTANGLE')
TEXT (displayed in the UI as 'TEXT')
|
| Constructor and Description |
|---|
BiReportSection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
BiReport |
getBiReport()
Retrieve the
bi_report property (displayed as 'BI Report') of the object. |
ItemList<Reportobject> |
getBiReportFields()
Retrieve the
bi_report_fields property (displayed as 'BI Report Fields') of the object. |
BiReportSection |
getContainedInReportSection()
Retrieve the
contained_in_report_section property (displayed as 'Contained in Report Section') of the object. |
ItemList<BiReportSection> |
getContainsSubSection()
Retrieve the
contains_sub_section property (displayed as 'Contains Sub Section') of the object. |
String |
getLabel()
Retrieve the
label property (displayed as 'Label') 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. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setBiReport(BiReport biReport)
Set the
bi_report property (displayed as BI Report) of the object. |
void |
setBiReportFields(ItemList<Reportobject> biReportFields)
Set the
bi_report_fields property (displayed as BI Report Fields) of the object. |
void |
setContainedInReportSection(BiReportSection containedInReportSection)
Set the
contained_in_report_section property (displayed as Contained in Report Section) of the object. |
void |
setContainsSubSection(ItemList<BiReportSection> containsSubSection)
Set the
contains_sub_section property (displayed as Contains Sub Section) of the object. |
void |
setLabel(String label)
Set the
label property (displayed as Label) 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. |
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 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 String aliasBusinessName
protected BiReport biReport
protected ItemList<Reportobject> biReportFields
protected BiReportSection containedInReportSection
protected ItemList<BiReportSection> containsSubSection
protected String label
protected String name
protected String nativeId
protected Number sequence
protected String shortDescription
protected String type
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 BiReport getBiReport()
bi_report property (displayed as 'BI Report') of the object.BiReportpublic void setBiReport(BiReport biReport)
bi_report property (displayed as BI Report) of the object.biReport - the value to setpublic ItemList<Reportobject> getBiReportFields()
bi_report_fields property (displayed as 'BI Report Fields') of the object.ItemList<Reportobject>public void setBiReportFields(ItemList<Reportobject> biReportFields)
bi_report_fields property (displayed as BI Report Fields) of the object.biReportFields - the value to setpublic BiReportSection getContainedInReportSection()
contained_in_report_section property (displayed as 'Contained in Report Section') of the object.BiReportSectionpublic void setContainedInReportSection(BiReportSection containedInReportSection)
contained_in_report_section property (displayed as Contained in Report Section) of the object.containedInReportSection - the value to setpublic ItemList<BiReportSection> getContainsSubSection()
contains_sub_section property (displayed as 'Contains Sub Section') of the object.ItemList<BiReportSection>public void setContainsSubSection(ItemList<BiReportSection> containsSubSection)
contains_sub_section property (displayed as Contains Sub Section) of the object.containsSubSection - the value to setpublic String getLabel()
label property (displayed as 'Label') of the object.Stringpublic void setLabel(String label)
label property (displayed as Label) of the object.label - 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 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 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.