public class

HumanResourcesModuleConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.modules.workday.hr.connectivity.HumanResourcesModuleConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String hrEndpoint
private String hrPassword
private String hrUser
private String hrWsdlLocation
Public Constructors
HumanResourcesModuleConnectionKey(String hrUser, String hrPassword, String hrEndpoint, String hrWsdlLocation)
Public Methods
boolean equals(Object obj)
String getHrEndpoint()
Retrieves hrEndpoint
String getHrPassword()
Retrieves hrPassword
String getHrUser()
Retrieves hrUser
String getHrWsdlLocation()
Retrieves hrWsdlLocation
int hashCode()
void setHrEndpoint(String value)
Sets hrEndpoint
void setHrPassword(String value)
Sets hrPassword
void setHrUser(String value)
Sets hrUser
void setHrWsdlLocation(String value)
Sets hrWsdlLocation
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String hrEndpoint

private String hrPassword

private String hrUser

private String hrWsdlLocation

Public Constructors

public HumanResourcesModuleConnectionKey (String hrUser, String hrPassword, String hrEndpoint, String hrWsdlLocation)

Parameters
hrUser
hrPassword
hrEndpoint
hrWsdlLocation

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getHrEndpoint ()

Retrieves hrEndpoint

public String getHrPassword ()

Retrieves hrPassword

public String getHrUser ()

Retrieves hrUser

public String getHrWsdlLocation ()

Retrieves hrWsdlLocation

public int hashCode ()

public void setHrEndpoint (String value)

Sets hrEndpoint

Parameters
value Value to set

public void setHrPassword (String value)

Sets hrPassword

Parameters
value Value to set

public void setHrUser (String value)

Sets hrUser

Parameters
value Value to set

public void setHrWsdlLocation (String value)

Sets hrWsdlLocation

Parameters
value Value to set