Package com.sforce.soap.metadata
Class DashboardTableColumn
java.lang.Object
com.sforce.soap.metadata.DashboardTableColumn
- 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 TypeMethodDescriptionbooleanintbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAggregateType(ReportSummaryType aggregateType) protected voidsetAggregateType(XmlInputStream __in, TypeMapper __typeMapper) voidsetCalculatePercent(boolean calculatePercent) protected voidsetCalculatePercent(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetColumn(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetDecimalPlaces(int decimalPlaces) protected voidsetDecimalPlaces(XmlInputStream __in, TypeMapper __typeMapper) voidsetShowSubTotal(boolean showSubTotal) protected voidsetShowSubTotal(XmlInputStream __in, TypeMapper __typeMapper) voidsetShowTotal(boolean showTotal) protected voidsetShowTotal(XmlInputStream __in, TypeMapper __typeMapper) voidsetSortBy(DashboardComponentFilter sortBy) protected voidsetSortBy(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DashboardTableColumn
public DashboardTableColumn()Constructor
-
-
Method Details
-
getAggregateType
-
setAggregateType
-
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
-
setColumn
-
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
-
setSortBy
-
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
- 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
-