Package com.sforce.soap.metadata
Class DashboardComponentColumn
java.lang.Object
com.sforce.soap.metadata.DashboardComponentColumn
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubleintintintintbooleanbooleangetType()booleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetBreakPoint1(double breakPoint1) protected voidsetBreakPoint1(XmlInputStream __in, TypeMapper __typeMapper) voidsetBreakPoint2(double breakPoint2) protected voidsetBreakPoint2(XmlInputStream __in, TypeMapper __typeMapper) voidsetBreakPointOrder(int breakPointOrder) protected voidsetBreakPointOrder(XmlInputStream __in, TypeMapper __typeMapper) voidsetHighRangeColor(int highRangeColor) protected voidsetHighRangeColor(XmlInputStream __in, TypeMapper __typeMapper) voidsetLowRangeColor(int lowRangeColor) protected voidsetLowRangeColor(XmlInputStream __in, TypeMapper __typeMapper) voidsetMidRangeColor(int midRangeColor) protected voidsetMidRangeColor(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetReportColumn(XmlInputStream __in, TypeMapper __typeMapper) voidsetReportColumn(String reportColumn) voidsetShowSubTotal(boolean showSubTotal) protected voidsetShowSubTotal(XmlInputStream __in, TypeMapper __typeMapper) voidsetShowTotal(boolean showTotal) protected voidsetShowTotal(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DashboardComponentColumn
public DashboardComponentColumn()Constructor
-
-
Method Details
-
getBreakPoint1
public double getBreakPoint1() -
setBreakPoint1
public void setBreakPoint1(double breakPoint1) -
setBreakPoint1
protected void setBreakPoint1(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBreakPoint2
public double getBreakPoint2() -
setBreakPoint2
public void setBreakPoint2(double breakPoint2) -
setBreakPoint2
protected void setBreakPoint2(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBreakPointOrder
public int getBreakPointOrder() -
setBreakPointOrder
public void setBreakPointOrder(int breakPointOrder) -
setBreakPointOrder
protected void setBreakPointOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHighRangeColor
public int getHighRangeColor() -
setHighRangeColor
public void setHighRangeColor(int highRangeColor) -
setHighRangeColor
protected void setHighRangeColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLowRangeColor
public int getLowRangeColor() -
setLowRangeColor
public void setLowRangeColor(int lowRangeColor) -
setLowRangeColor
protected void setLowRangeColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMidRangeColor
public int getMidRangeColor() -
setMidRangeColor
public void setMidRangeColor(int midRangeColor) -
setMidRangeColor
protected void setMidRangeColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReportColumn
-
setReportColumn
-
setReportColumn
protected void setReportColumn(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShowSubTotal
public boolean getShowSubTotal() -
isShowSubTotal
public boolean isShowSubTotal() -
setShowSubTotal
public void setShowSubTotal(boolean showSubTotal) -
setShowSubTotal
protected void setShowSubTotal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShowTotal
public boolean getShowTotal() -
isShowTotal
public boolean isShowTotal() -
setShowTotal
public void setShowTotal(boolean showTotal) -
setShowTotal
protected void setShowTotal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-