org.apache.camel.component.salesforce.internal.dto
Class LoginError

java.lang.Object
  extended by org.apache.camel.component.salesforce.internal.dto.LoginError

public class LoginError
extends Object

DTO for Salesforce login error


Constructor Summary
LoginError()
           
 
Method Summary
 String getError()
           
 String getErrorDescription()
           
 void setError(String error)
           
 void setErrorDescription(String errorDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginError

public LoginError()
Method Detail

getError

public String getError()

setError

public void setError(String error)

getErrorDescription

public String getErrorDescription()

setErrorDescription

public void setErrorDescription(String errorDescription)


Apache Camel