public class

CMISCloudConnectorConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.module.cmis.connectivity.CMISCloudConnectorConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String baseUrl
private String connectionTimeout
private String cxfPortProvider
private String endpoint
private String password
private String repositoryId
private String useAlfrescoExtension
private String username
Public Constructors
CMISCloudConnectorConnectionKey(String username, String password, String baseUrl, String repositoryId, String endpoint, String connectionTimeout, String useAlfrescoExtension, String cxfPortProvider)
Public Methods
boolean equals(Object obj)
String getBaseUrl()
Retrieves baseUrl
String getConnectionTimeout()
Retrieves connectionTimeout
String getCxfPortProvider()
Retrieves cxfPortProvider
String getEndpoint()
Retrieves endpoint
String getPassword()
Retrieves password
String getRepositoryId()
Retrieves repositoryId
String getUseAlfrescoExtension()
Retrieves useAlfrescoExtension
String getUsername()
Retrieves username
int hashCode()
void setBaseUrl(String value)
Sets baseUrl
void setConnectionTimeout(String value)
Sets connectionTimeout
void setCxfPortProvider(String value)
Sets cxfPortProvider
void setEndpoint(String value)
Sets endpoint
void setPassword(String value)
Sets password
void setRepositoryId(String value)
Sets repositoryId
void setUseAlfrescoExtension(String value)
Sets useAlfrescoExtension
void setUsername(String value)
Sets username
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String baseUrl

private String connectionTimeout

private String cxfPortProvider

private String endpoint

private String password

private String repositoryId

private String useAlfrescoExtension

private String username

Public Constructors

public CMISCloudConnectorConnectionKey (String username, String password, String baseUrl, String repositoryId, String endpoint, String connectionTimeout, String useAlfrescoExtension, String cxfPortProvider)

Parameters
username
password
baseUrl
repositoryId
endpoint
connectionTimeout
useAlfrescoExtension
cxfPortProvider

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getBaseUrl ()

Retrieves baseUrl

public String getConnectionTimeout ()

Retrieves connectionTimeout

public String getCxfPortProvider ()

Retrieves cxfPortProvider

public String getEndpoint ()

Retrieves endpoint

public String getPassword ()

Retrieves password

public String getRepositoryId ()

Retrieves repositoryId

public String getUseAlfrescoExtension ()

Retrieves useAlfrescoExtension

public String getUsername ()

Retrieves username

public int hashCode ()

public void setBaseUrl (String value)

Sets baseUrl

Parameters
value Value to set

public void setConnectionTimeout (String value)

Sets connectionTimeout

Parameters
value Value to set

public void setCxfPortProvider (String value)

Sets cxfPortProvider

Parameters
value Value to set

public void setEndpoint (String value)

Sets endpoint

Parameters
value Value to set

public void setPassword (String value)

Sets password

Parameters
value Value to set

public void setRepositoryId (String value)

Sets repositoryId

Parameters
value Value to set

public void setUseAlfrescoExtension (String value)

Sets useAlfrescoExtension

Parameters
value Value to set

public void setUsername (String value)

Sets username

Parameters
value Value to set