Package com.sforce.soap.partner
Interface IAnalyticsCloudComponent
-
- All Superinterfaces:
IDescribeLayoutComponent
- All Known Implementing Classes:
AnalyticsCloudComponent
public interface IAnalyticsCloudComponent 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 StringgetError()element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetFilter()element : filter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetHeight()element : height 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: booleanbooleangetShowSharing()element : showSharing 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: booleanStringgetWidth()element : width of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisHideOnError()booleanisShowSharing()booleanisShowTitle()voidsetError(String error)voidsetFilter(String filter)voidsetHeight(String height)voidsetHideOnError(boolean hideOnError)voidsetShowSharing(boolean showSharing)voidsetShowTitle(boolean showTitle)voidsetWidth(String width)-
Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
-
-
-
Method Detail
-
getError
String getError()
element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setError
void setError(String error)
-
getFilter
String getFilter()
element : filter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setFilter
void setFilter(String filter)
-
getHeight
String getHeight()
element : height of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setHeight
void setHeight(String height)
-
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)
-
getShowSharing
boolean getShowSharing()
element : showSharing of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isShowSharing
boolean isShowSharing()
-
setShowSharing
void setShowSharing(boolean showSharing)
-
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)
-
getWidth
String getWidth()
element : width of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setWidth
void setWidth(String width)
-
-