public class

ODataConnectorConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.modules.odata.connectivity.ODataConnectorConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String password
private String serviceUri
private String username
Public Constructors
ODataConnectorConnectionKey(String username, String password, String serviceUri)
Public Methods
boolean equals(Object obj)
String getPassword()
Retrieves password
String getServiceUri()
Retrieves serviceUri
String getUsername()
Retrieves username
int hashCode()
void setPassword(String value)
Sets password
void setServiceUri(String value)
Sets serviceUri
void setUsername(String value)
Sets username
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String password

private String serviceUri

private String username

Public Constructors

public ODataConnectorConnectionKey (String username, String password, String serviceUri)

Parameters
username
password
serviceUri

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getPassword ()

Retrieves password

public String getServiceUri ()

Retrieves serviceUri

public String getUsername ()

Retrieves username

public int hashCode ()

public void setPassword (String value)

Sets password

Parameters
value Value to set

public void setServiceUri (String value)

Sets serviceUri

Parameters
value Value to set

public void setUsername (String value)

Sets username

Parameters
value Value to set