public class

ConnectionManagementConfigDocumentumConnectorConnectionKey

extends Object
implements ConnectionManagementConnectionKey
java.lang.Object
   ↳ org.mule.modules.documentum.connectivity.ConnectionManagementConfigDocumentumConnectorConnectionKey

Summary

Fields
private String password
private String repository
private String server
private String username
Public Constructors
ConnectionManagementConfigDocumentumConnectorConnectionKey(String username, String password, String repository, String server)
Public Methods
boolean equals(Object o)
String getPassword()
Retrieves password
String getRepository()
Retrieves repository
String getServer()
Retrieves server
String getUsername()
Retrieves username
int hashCode()
void setPassword(String value)
Sets password
void setRepository(String value)
Sets repository
void setServer(String value)
Sets server
void setUsername(String value)
Sets username
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String password

private String repository

private String server

private String username

Public Constructors

public ConnectionManagementConfigDocumentumConnectorConnectionKey (String username, String password, String repository, String server)

Parameters
username
password
repository
server

Public Methods

public boolean equals (Object o)

Parameters
o

public String getPassword ()

Retrieves password

public String getRepository ()

Retrieves repository

public String getServer ()

Retrieves server

public String getUsername ()

Retrieves username

public int hashCode ()

public void setPassword (String value)

Sets password

Parameters
value Value to set

public void setRepository (String value)

Sets repository

Parameters
value Value to set

public void setServer (String value)

Sets server

Parameters
value Value to set

public void setUsername (String value)

Sets username

Parameters
value Value to set