Package com.sforce.soap.metadata
Class DashboardComponentColumn
- java.lang.Object
-
- com.sforce.soap.metadata.DashboardComponentColumn
-
-
Constructor Summary
Constructors Constructor Description DashboardComponentColumn()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBreakPoint1()doublegetBreakPoint2()intgetBreakPointOrder()intgetHighRangeColor()intgetLowRangeColor()intgetMidRangeColor()StringgetReportColumn()booleangetShowSubTotal()booleangetShowTotal()StringgetType()booleanisShowSubTotal()booleanisShowTotal()voidload(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)voidsetType(String type)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
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
public String getReportColumn()
-
setReportColumn
public void setReportColumn(String reportColumn)
-
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
public String getType()
-
setType
public void setType(String type)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-