Package com.sforce.soap.metadata
Class DashboardTableColumn
- java.lang.Object
-
- com.sforce.soap.metadata.DashboardTableColumn
-
-
Constructor Summary
Constructors Constructor Description DashboardTableColumn()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAggregateType
public ReportSummaryType getAggregateType()
-
setAggregateType
public void setAggregateType(ReportSummaryType aggregateType)
-
setAggregateType
protected void setAggregateType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCalculatePercent
public boolean getCalculatePercent()
-
isCalculatePercent
public boolean isCalculatePercent()
-
setCalculatePercent
public void setCalculatePercent(boolean calculatePercent)
-
setCalculatePercent
protected void setCalculatePercent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getColumn
public String getColumn()
-
setColumn
public void setColumn(String column)
-
setColumn
protected void setColumn(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDecimalPlaces
public int getDecimalPlaces()
-
setDecimalPlaces
public void setDecimalPlaces(int decimalPlaces)
-
setDecimalPlaces
protected void setDecimalPlaces(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
-
getSortBy
public DashboardComponentFilter getSortBy()
-
setSortBy
public void setSortBy(DashboardComponentFilter sortBy)
-
setSortBy
protected void setSortBy(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
-
-