public class

PerformanceModuleConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.modules.workday.performancemanagement.connectivity.PerformanceModuleConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String performanceEndpoint
private String performancePassword
private String performanceUser
private String performanceWsdlLocation
Public Constructors
PerformanceModuleConnectionKey(String performanceUser, String performancePassword, String performanceEndpoint, String performanceWsdlLocation)
Public Methods
boolean equals(Object obj)
String getPerformanceEndpoint()
Retrieves performanceEndpoint
String getPerformancePassword()
Retrieves performancePassword
String getPerformanceUser()
Retrieves performanceUser
String getPerformanceWsdlLocation()
Retrieves performanceWsdlLocation
int hashCode()
void setPerformanceEndpoint(String value)
Sets performanceEndpoint
void setPerformancePassword(String value)
Sets performancePassword
void setPerformanceUser(String value)
Sets performanceUser
void setPerformanceWsdlLocation(String value)
Sets performanceWsdlLocation
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String performanceEndpoint

private String performancePassword

private String performanceUser

private String performanceWsdlLocation

Public Constructors

public PerformanceModuleConnectionKey (String performanceUser, String performancePassword, String performanceEndpoint, String performanceWsdlLocation)

Parameters
performanceUser
performancePassword
performanceEndpoint
performanceWsdlLocation

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getPerformanceEndpoint ()

Retrieves performanceEndpoint

public String getPerformancePassword ()

Retrieves performancePassword

public String getPerformanceUser ()

Retrieves performanceUser

public String getPerformanceWsdlLocation ()

Retrieves performanceWsdlLocation

public int hashCode ()

public void setPerformanceEndpoint (String value)

Sets performanceEndpoint

Parameters
value Value to set

public void setPerformancePassword (String value)

Sets performancePassword

Parameters
value Value to set

public void setPerformanceUser (String value)

Sets performanceUser

Parameters
value Value to set

public void setPerformanceWsdlLocation (String value)

Sets performanceWsdlLocation

Parameters
value Value to set