Package com.sforce.soap.metadata
Class ForecastingTypeSettings
- java.lang.Object
-
- com.sforce.soap.metadata.ForecastingTypeSettings
-
-
Constructor Summary
Constructors Constructor Description ForecastingTypeSettings()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActive
public boolean getActive()
-
isActive
public boolean isActive()
-
setActive
public void setActive(boolean active)
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisplayedCategoryApiNames
public String[] getDisplayedCategoryApiNames()
-
setDisplayedCategoryApiNames
public void setDisplayedCategoryApiNames(String[] displayedCategoryApiNames)
-
setDisplayedCategoryApiNames
protected void setDisplayedCategoryApiNames(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForecastedCategoryApiNames
public String[] getForecastedCategoryApiNames()
-
setForecastedCategoryApiNames
public void setForecastedCategoryApiNames(String[] forecastedCategoryApiNames)
-
setForecastedCategoryApiNames
protected void setForecastedCategoryApiNames(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForecastingDateType
public ForecastingDateType getForecastingDateType()
-
setForecastingDateType
public void setForecastingDateType(ForecastingDateType forecastingDateType)
-
setForecastingDateType
protected void setForecastingDateType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasProductFamily
public boolean getHasProductFamily()
-
isHasProductFamily
public boolean isHasProductFamily()
-
setHasProductFamily
public void setHasProductFamily(boolean hasProductFamily)
-
setHasProductFamily
protected void setHasProductFamily(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsAmount
public boolean getIsAmount()
-
isIsAmount
public boolean isIsAmount()
-
setIsAmount
public void setIsAmount(boolean isAmount)
-
setIsAmount
protected void setIsAmount(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsAvailable
public boolean getIsAvailable()
-
isIsAvailable
public boolean isIsAvailable()
-
setIsAvailable
public void setIsAvailable(boolean isAvailable)
-
setIsAvailable
protected void setIsAvailable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsQuantity
public boolean getIsQuantity()
-
isIsQuantity
public boolean isIsQuantity()
-
setIsQuantity
public void setIsQuantity(boolean isQuantity)
-
setIsQuantity
protected void setIsQuantity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getManagerAdjustableCategoryApiNames
public String[] getManagerAdjustableCategoryApiNames()
-
setManagerAdjustableCategoryApiNames
public void setManagerAdjustableCategoryApiNames(String[] managerAdjustableCategoryApiNames)
-
setManagerAdjustableCategoryApiNames
protected void setManagerAdjustableCategoryApiNames(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOpportunityListFieldsLabelMappings
public OpportunityListFieldsLabelMapping[] getOpportunityListFieldsLabelMappings()
-
setOpportunityListFieldsLabelMappings
public void setOpportunityListFieldsLabelMappings(OpportunityListFieldsLabelMapping[] opportunityListFieldsLabelMappings)
-
setOpportunityListFieldsLabelMappings
protected void setOpportunityListFieldsLabelMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOpportunityListFieldsSelectedSettings
public OpportunityListFieldsSelectedSettings getOpportunityListFieldsSelectedSettings()
-
setOpportunityListFieldsSelectedSettings
public void setOpportunityListFieldsSelectedSettings(OpportunityListFieldsSelectedSettings opportunityListFieldsSelectedSettings)
-
setOpportunityListFieldsSelectedSettings
protected void setOpportunityListFieldsSelectedSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOpportunityListFieldsUnselectedSettings
public OpportunityListFieldsUnselectedSettings getOpportunityListFieldsUnselectedSettings()
-
setOpportunityListFieldsUnselectedSettings
public void setOpportunityListFieldsUnselectedSettings(OpportunityListFieldsUnselectedSettings opportunityListFieldsUnselectedSettings)
-
setOpportunityListFieldsUnselectedSettings
protected void setOpportunityListFieldsUnselectedSettings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOpportunitySplitName
public String getOpportunitySplitName()
-
setOpportunitySplitName
public void setOpportunitySplitName(String opportunitySplitName)
-
setOpportunitySplitName
protected void setOpportunitySplitName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOwnerAdjustableCategoryApiNames
public String[] getOwnerAdjustableCategoryApiNames()
-
setOwnerAdjustableCategoryApiNames
public void setOwnerAdjustableCategoryApiNames(String[] ownerAdjustableCategoryApiNames)
-
setOwnerAdjustableCategoryApiNames
protected void setOwnerAdjustableCategoryApiNames(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTerritory2ModelName
public String getTerritory2ModelName()
-
setTerritory2ModelName
public void setTerritory2ModelName(String territory2ModelName)
-
setTerritory2ModelName
protected void setTerritory2ModelName(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
-
-