org.apache.camel.component.salesforce.api.dto
Class AbstractDTOBase

java.lang.Object
  extended by org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
Direct Known Subclasses:
AbstractQueryRecordsBase, AbstractSObjectBase, Attributes, ChildRelationShip, CreateSObjectResult, GlobalObjects, RecentItem, RecordTypeInfo, RestError, RestResources, SearchResult, SearchResults, SObject, SObjectBasicInfo, SObjectField, SObjectUrls, Version, Versions

public abstract class AbstractDTOBase
extends Object


Constructor Summary
AbstractDTOBase()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractDTOBase

public AbstractDTOBase()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Apache Camel