public class ReportChartComponentLayoutItem extends Object
Java class for ReportChartComponentLayoutItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportChartComponentLayoutItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cacheData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="contextFilterableField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hideOnError" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="includeContext" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="reportName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="showTitle" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="size" type="{urn:tooling.soap.sforce.com}ReportChartComponentSize" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
cacheData |
protected String |
contextFilterableField |
protected String |
error |
protected Boolean |
hideOnError |
protected Boolean |
includeContext |
protected String |
reportName |
protected Boolean |
showTitle |
protected ReportChartComponentSize |
size |
| Constructor and Description |
|---|
ReportChartComponentLayoutItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextFilterableField()
Gets the value of the contextFilterableField property.
|
String |
getError()
Gets the value of the error property.
|
String |
getReportName()
Gets the value of the reportName property.
|
ReportChartComponentSize |
getSize()
Gets the value of the size property.
|
Boolean |
isCacheData()
Gets the value of the cacheData property.
|
Boolean |
isHideOnError()
Gets the value of the hideOnError property.
|
Boolean |
isIncludeContext()
Gets the value of the includeContext property.
|
Boolean |
isShowTitle()
Gets the value of the showTitle property.
|
void |
setCacheData(Boolean value)
Sets the value of the cacheData property.
|
void |
setContextFilterableField(String value)
Sets the value of the contextFilterableField property.
|
void |
setError(String value)
Sets the value of the error property.
|
void |
setHideOnError(Boolean value)
Sets the value of the hideOnError property.
|
void |
setIncludeContext(Boolean value)
Sets the value of the includeContext property.
|
void |
setReportName(String value)
Sets the value of the reportName property.
|
void |
setShowTitle(Boolean value)
Sets the value of the showTitle property.
|
void |
setSize(ReportChartComponentSize value)
Sets the value of the size property.
|
protected Boolean cacheData
protected String contextFilterableField
protected String error
protected Boolean hideOnError
protected Boolean includeContext
protected String reportName
protected Boolean showTitle
protected ReportChartComponentSize size
public Boolean isCacheData()
Booleanpublic void setCacheData(Boolean value)
value - allowed object is
Booleanpublic String getContextFilterableField()
Stringpublic void setContextFilterableField(String value)
value - allowed object is
Stringpublic String getError()
Stringpublic void setError(String value)
value - allowed object is
Stringpublic Boolean isHideOnError()
Booleanpublic void setHideOnError(Boolean value)
value - allowed object is
Booleanpublic Boolean isIncludeContext()
Booleanpublic void setIncludeContext(Boolean value)
value - allowed object is
Booleanpublic String getReportName()
Stringpublic void setReportName(String value)
value - allowed object is
Stringpublic Boolean isShowTitle()
Booleanpublic void setShowTitle(Boolean value)
value - allowed object is
Booleanpublic ReportChartComponentSize getSize()
ReportChartComponentSizepublic void setSize(ReportChartComponentSize value)
value - allowed object is
ReportChartComponentSizeCopyright © 2016. All rights reserved.