Package com.sforce.soap.metadata
Class ForecastingTypeObjectListSettings
- java.lang.Object
-
- com.sforce.soap.metadata.ForecastingTypeObjectListSettings
-
-
Constructor Summary
Constructors Constructor Description ForecastingTypeObjectListSettings()Constructor
-
Method Summary
-
-
-
Method Detail
-
getForecastingObjectListLabelMappings
public ForecastingObjectListLabelMapping[] getForecastingObjectListLabelMappings()
-
setForecastingObjectListLabelMappings
public void setForecastingObjectListLabelMappings(ForecastingObjectListLabelMapping[] forecastingObjectListLabelMappings)
-
setForecastingObjectListLabelMappings
protected void setForecastingObjectListLabelMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForecastingObjectListSelectedSettings
public ForecastingObjectListSelectedSettings getForecastingObjectListSelectedSettings()
-
setForecastingObjectListSelectedSettings
public void setForecastingObjectListSelectedSettings(ForecastingObjectListSelectedSettings forecastingObjectListSelectedSettings)
-
setForecastingObjectListSelectedSettings
protected void setForecastingObjectListSelectedSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForecastingObjectListUnselectedSettings
public ForecastingObjectListUnselectedSettings getForecastingObjectListUnselectedSettings()
-
setForecastingObjectListUnselectedSettings
public void setForecastingObjectListUnselectedSettings(ForecastingObjectListUnselectedSettings forecastingObjectListUnselectedSettings)
-
setForecastingObjectListUnselectedSettings
protected void setForecastingObjectListUnselectedSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForecastingTypeDeveloperName
public String getForecastingTypeDeveloperName()
-
setForecastingTypeDeveloperName
public void setForecastingTypeDeveloperName(String forecastingTypeDeveloperName)
-
setForecastingTypeDeveloperName
protected void setForecastingTypeDeveloperName(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
-
-