com.sforce.soap.partner.sobject
Class SObject

java.lang.Object
  extended by com.sforce.ws.bind.XmlObject
      extended by com.sforce.soap.partner.sobject.SObject
All Implemented Interfaces:
XMLizable

public class SObject
extends XmlObject


Constructor Summary
SObject()
          Constructor
 
Method Summary
 String[] getFieldsToNull()
           
 String getId()
           
 String getType()
           
 void setFieldsToNull(String[] fieldsToNull)
           
 void setId(String Id)
           
 void setType(String type)
           
 
Methods inherited from class com.sforce.ws.bind.XmlObject
addField, evaluate, getChild, getChildren, getChildren, getField, getName, getValue, getXmlType, hasChildren, load, loadAfterStartTag, loadStartTag, removeField, setDefaultNamespace, setField, setName, setValue, toMap, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SObject

public SObject()
Constructor

Method Detail

getType

public String getType()

setType

public void setType(String type)

getFieldsToNull

public String[] getFieldsToNull()

setFieldsToNull

public void setFieldsToNull(String[] fieldsToNull)

getId

public String getId()

setId

public void setId(String Id)


Copyright © 2012. All Rights Reserved.