com.sforce.soap.partner
Class LeadConvert

java.lang.Object
  extended by com.sforce.soap.partner.LeadConvert
All Implemented Interfaces:
java.io.Serializable

public class LeadConvert
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LeadConvert()
           
LeadConvert(java.lang.String accountId, java.lang.String contactId, java.lang.String convertedStatus, boolean doNotCreateOpportunity, java.lang.String leadId, java.lang.String opportunityName, boolean overwriteLeadSource, java.lang.String ownerId, boolean sendNotificationEmail)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountId()
          Gets the accountId value for this LeadConvert.
 java.lang.String getContactId()
          Gets the contactId value for this LeadConvert.
 java.lang.String getConvertedStatus()
          Gets the convertedStatus value for this LeadConvert.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLeadId()
          Gets the leadId value for this LeadConvert.
 java.lang.String getOpportunityName()
          Gets the opportunityName value for this LeadConvert.
 java.lang.String getOwnerId()
          Gets the ownerId value for this LeadConvert.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isDoNotCreateOpportunity()
          Gets the doNotCreateOpportunity value for this LeadConvert.
 boolean isOverwriteLeadSource()
          Gets the overwriteLeadSource value for this LeadConvert.
 boolean isSendNotificationEmail()
          Gets the sendNotificationEmail value for this LeadConvert.
 void setAccountId(java.lang.String accountId)
          Sets the accountId value for this LeadConvert.
 void setContactId(java.lang.String contactId)
          Sets the contactId value for this LeadConvert.
 void setConvertedStatus(java.lang.String convertedStatus)
          Sets the convertedStatus value for this LeadConvert.
 void setDoNotCreateOpportunity(boolean doNotCreateOpportunity)
          Sets the doNotCreateOpportunity value for this LeadConvert.
 void setLeadId(java.lang.String leadId)
          Sets the leadId value for this LeadConvert.
 void setOpportunityName(java.lang.String opportunityName)
          Sets the opportunityName value for this LeadConvert.
 void setOverwriteLeadSource(boolean overwriteLeadSource)
          Sets the overwriteLeadSource value for this LeadConvert.
 void setOwnerId(java.lang.String ownerId)
          Sets the ownerId value for this LeadConvert.
 void setSendNotificationEmail(boolean sendNotificationEmail)
          Sets the sendNotificationEmail value for this LeadConvert.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeadConvert

public LeadConvert()

LeadConvert

public LeadConvert(java.lang.String accountId,
                   java.lang.String contactId,
                   java.lang.String convertedStatus,
                   boolean doNotCreateOpportunity,
                   java.lang.String leadId,
                   java.lang.String opportunityName,
                   boolean overwriteLeadSource,
                   java.lang.String ownerId,
                   boolean sendNotificationEmail)
Method Detail

getAccountId

public java.lang.String getAccountId()
Gets the accountId value for this LeadConvert.

Returns:
accountId

setAccountId

public void setAccountId(java.lang.String accountId)
Sets the accountId value for this LeadConvert.

Parameters:
accountId -

getContactId

public java.lang.String getContactId()
Gets the contactId value for this LeadConvert.

Returns:
contactId

setContactId

public void setContactId(java.lang.String contactId)
Sets the contactId value for this LeadConvert.

Parameters:
contactId -

getConvertedStatus

public java.lang.String getConvertedStatus()
Gets the convertedStatus value for this LeadConvert.

Returns:
convertedStatus

setConvertedStatus

public void setConvertedStatus(java.lang.String convertedStatus)
Sets the convertedStatus value for this LeadConvert.

Parameters:
convertedStatus -

isDoNotCreateOpportunity

public boolean isDoNotCreateOpportunity()
Gets the doNotCreateOpportunity value for this LeadConvert.

Returns:
doNotCreateOpportunity

setDoNotCreateOpportunity

public void setDoNotCreateOpportunity(boolean doNotCreateOpportunity)
Sets the doNotCreateOpportunity value for this LeadConvert.

Parameters:
doNotCreateOpportunity -

getLeadId

public java.lang.String getLeadId()
Gets the leadId value for this LeadConvert.

Returns:
leadId

setLeadId

public void setLeadId(java.lang.String leadId)
Sets the leadId value for this LeadConvert.

Parameters:
leadId -

getOpportunityName

public java.lang.String getOpportunityName()
Gets the opportunityName value for this LeadConvert.

Returns:
opportunityName

setOpportunityName

public void setOpportunityName(java.lang.String opportunityName)
Sets the opportunityName value for this LeadConvert.

Parameters:
opportunityName -

isOverwriteLeadSource

public boolean isOverwriteLeadSource()
Gets the overwriteLeadSource value for this LeadConvert.

Returns:
overwriteLeadSource

setOverwriteLeadSource

public void setOverwriteLeadSource(boolean overwriteLeadSource)
Sets the overwriteLeadSource value for this LeadConvert.

Parameters:
overwriteLeadSource -

getOwnerId

public java.lang.String getOwnerId()
Gets the ownerId value for this LeadConvert.

Returns:
ownerId

setOwnerId

public void setOwnerId(java.lang.String ownerId)
Sets the ownerId value for this LeadConvert.

Parameters:
ownerId -

isSendNotificationEmail

public boolean isSendNotificationEmail()
Gets the sendNotificationEmail value for this LeadConvert.

Returns:
sendNotificationEmail

setSendNotificationEmail

public void setSendNotificationEmail(boolean sendNotificationEmail)
Sets the sendNotificationEmail value for this LeadConvert.

Parameters:
sendNotificationEmail -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.