Package com.sforce.soap.metadata
Class ForecastingType
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ForecastingType
-
-
Constructor Summary
Constructors Constructor Description ForecastingType()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
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
-
getAmount
public boolean getAmount()
-
isAmount
public boolean isAmount()
-
setAmount
public void setAmount(boolean amount)
-
setAmount
protected void setAmount(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDateType
public String getDateType()
-
setDateType
public void setDateType(String dateType)
-
setDateType
protected void setDateType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getForecastingGroupDeveloperName
public String getForecastingGroupDeveloperName()
-
setForecastingGroupDeveloperName
public void setForecastingGroupDeveloperName(String forecastingGroupDeveloperName)
-
setForecastingGroupDeveloperName
protected void setForecastingGroupDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHasCustomGroup
public boolean getHasCustomGroup()
-
isHasCustomGroup
public boolean isHasCustomGroup()
-
setHasCustomGroup
public void setHasCustomGroup(boolean hasCustomGroup)
-
setHasCustomGroup
protected void setHasCustomGroup(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
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOpportunitySplitType
public String getOpportunitySplitType()
-
setOpportunitySplitType
public void setOpportunitySplitType(String opportunitySplitType)
-
setOpportunitySplitType
protected void setOpportunitySplitType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOpptyLineItemSplitType
public String getOpptyLineItemSplitType()
-
setOpptyLineItemSplitType
public void setOpptyLineItemSplitType(String opptyLineItemSplitType)
-
setOpptyLineItemSplitType
protected void setOpptyLineItemSplitType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuantity
public boolean getQuantity()
-
isQuantity
public boolean isQuantity()
-
setQuantity
public void setQuantity(boolean quantity)
-
setQuantity
protected void setQuantity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRoleType
public String getRoleType()
-
setRoleType
public void setRoleType(String roleType)
-
setRoleType
protected void setRoleType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTerritory2Model
public String getTerritory2Model()
-
setTerritory2Model
public void setTerritory2Model(String territory2Model)
-
setTerritory2Model
protected void setTerritory2Model(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-