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

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

public class Attributes
extends AbstractDTOBase


Constructor Summary
Attributes()
           
 
Method Summary
 String getType()
           
 String getUrl()
           
 void setType(String type)
           
 void setUrl(String url)
           
 
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

Attributes

public Attributes()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Apache Camel