Package com.sforce.soap.metadata
Class ForecastingType
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ForecastingType
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanisActive()booleanisAmount()booleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetActive(boolean active) protected voidsetActive(XmlInputStream __in, TypeMapper __typeMapper) voidsetAmount(boolean amount) protected voidsetAmount(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDateType(XmlInputStream __in, TypeMapper __typeMapper) voidsetDateType(String dateType) protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperName(String developerName) voidsetHasProductFamily(boolean hasProductFamily) protected voidsetHasProductFamily(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetOpportunitySplitType(XmlInputStream __in, TypeMapper __typeMapper) voidsetOpportunitySplitType(String opportunitySplitType) voidsetQuantity(boolean quantity) protected voidsetQuantity(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRoleType(XmlInputStream __in, TypeMapper __typeMapper) voidsetRoleType(String roleType) protected voidsetTerritory2Model(XmlInputStream __in, TypeMapper __typeMapper) voidsetTerritory2Model(String territory2Model) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
ForecastingType
public ForecastingType()Constructor
-
-
Method Details
-
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
-
setDateType
-
setDateType
protected void setDateType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDeveloperName
-
setDeveloperName
-
setDeveloperName
protected void setDeveloperName(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
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOpportunitySplitType
-
setOpportunitySplitType
-
setOpportunitySplitType
protected void setOpportunitySplitType(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
-
setRoleType
-
setRoleType
protected void setRoleType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTerritory2Model
-
setTerritory2Model
-
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
- 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
-
toString
-