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

java.lang.Object
  extended by org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
      extended by org.apache.camel.component.salesforce.api.dto.SearchResult

public final class SearchResult
extends AbstractDTOBase

DTO for Salesforce SOSL Search result record.


Constructor Summary
SearchResult()
           
 
Method Summary
 Attributes getAttributes()
           
 String getId()
           
 void setAttributes(Attributes attributes)
           
 void setId(String id)
           
 
Methods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()
Method Detail

getAttributes

public Attributes getAttributes()

setAttributes

public void setAttributes(Attributes attributes)

getId

public String getId()

setId

public void setId(String id)


Apache Camel