public class

DrupalConnectorConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.modules.drupal.connectivity.DrupalConnectorConnectionKey

Class Overview

A tuple of connection parameters

Summary

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

Fields

private String password

private String username

Public Constructors

public DrupalConnectorConnectionKey (String username, String password)

Parameters
username
password

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getPassword ()

Retrieves password

public String getUsername ()

Retrieves username

public int hashCode ()

public void setPassword (String value)

Sets password

Parameters
value Value to set

public void setUsername (String value)

Sets username

Parameters
value Value to set