Package com.sforce.soap.partner
Interface IReportChartComponent
-
- All Superinterfaces:
IDescribeLayoutComponent
- All Known Implementing Classes:
ReportChartComponent
public interface IReportChartComponent extends IDescribeLayoutComponent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCacheData()element : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetContextFilterableField()element : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetError()element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetHideOnError()element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetIncludeContext()element : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetShowTitle()element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanReportChartSizegetSize()element : size of type {urn:partner.soap.sforce.com}ReportChartSize java type: com.sforce.soap.partner.ReportChartSizebooleanisCacheData()booleanisHideOnError()booleanisIncludeContext()booleanisShowTitle()voidsetCacheData(boolean cacheData)voidsetContextFilterableField(String contextFilterableField)voidsetError(String error)voidsetHideOnError(boolean hideOnError)voidsetIncludeContext(boolean includeContext)voidsetShowTitle(boolean showTitle)voidsetSize(ReportChartSize size)-
Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
-
-
-
Method Detail
-
getCacheData
boolean getCacheData()
element : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isCacheData
boolean isCacheData()
-
setCacheData
void setCacheData(boolean cacheData)
-
getContextFilterableField
String getContextFilterableField()
element : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setContextFilterableField
void setContextFilterableField(String contextFilterableField)
-
getError
String getError()
element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setError
void setError(String error)
-
getHideOnError
boolean getHideOnError()
element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isHideOnError
boolean isHideOnError()
-
setHideOnError
void setHideOnError(boolean hideOnError)
-
getIncludeContext
boolean getIncludeContext()
element : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIncludeContext
boolean isIncludeContext()
-
setIncludeContext
void setIncludeContext(boolean includeContext)
-
getShowTitle
boolean getShowTitle()
element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isShowTitle
boolean isShowTitle()
-
setShowTitle
void setShowTitle(boolean showTitle)
-
getSize
ReportChartSize getSize()
element : size of type {urn:partner.soap.sforce.com}ReportChartSize java type: com.sforce.soap.partner.ReportChartSize
-
setSize
void setSize(ReportChartSize size)
-
-