com.sforce.soap.partner
Class ProcessSubmitRequest

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

public class ProcessSubmitRequest
extends ProcessRequest
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ProcessSubmitRequest()
           
ProcessSubmitRequest(java.lang.String comments, java.lang.String[] nextApproverIds, java.lang.String objectId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getObjectId()
          Gets the objectId value for this ProcessSubmitRequest.
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()
           
 void setObjectId(java.lang.String objectId)
          Sets the objectId value for this ProcessSubmitRequest.
 
Methods inherited from class com.sforce.soap.partner.ProcessRequest
getComments, getNextApproverIds, getNextApproverIds, setComments, setNextApproverIds, setNextApproverIds
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessSubmitRequest

public ProcessSubmitRequest()

ProcessSubmitRequest

public ProcessSubmitRequest(java.lang.String comments,
                            java.lang.String[] nextApproverIds,
                            java.lang.String objectId)
Method Detail

getObjectId

public java.lang.String getObjectId()
Gets the objectId value for this ProcessSubmitRequest.

Returns:
objectId

setObjectId

public void setObjectId(java.lang.String objectId)
Sets the objectId value for this ProcessSubmitRequest.

Parameters:
objectId -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ProcessRequest

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.