public class

NotificationModuleConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.modules.workday.notification.connectivity.NotificationModuleConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String notificationEndpoint
private String notificationPassword
private String notificationUser
private String notificationWsdlLocation
Public Constructors
NotificationModuleConnectionKey(String notificationUser, String notificationPassword, String notificationEndpoint, String notificationWsdlLocation)
Public Methods
boolean equals(Object obj)
String getNotificationEndpoint()
Retrieves notificationEndpoint
String getNotificationPassword()
Retrieves notificationPassword
String getNotificationUser()
Retrieves notificationUser
String getNotificationWsdlLocation()
Retrieves notificationWsdlLocation
int hashCode()
void setNotificationEndpoint(String value)
Sets notificationEndpoint
void setNotificationPassword(String value)
Sets notificationPassword
void setNotificationUser(String value)
Sets notificationUser
void setNotificationWsdlLocation(String value)
Sets notificationWsdlLocation
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String notificationEndpoint

private String notificationPassword

private String notificationUser

private String notificationWsdlLocation

Public Constructors

public NotificationModuleConnectionKey (String notificationUser, String notificationPassword, String notificationEndpoint, String notificationWsdlLocation)

Parameters
notificationUser
notificationPassword
notificationEndpoint
notificationWsdlLocation

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getNotificationEndpoint ()

Retrieves notificationEndpoint

public String getNotificationPassword ()

Retrieves notificationPassword

public String getNotificationUser ()

Retrieves notificationUser

public String getNotificationWsdlLocation ()

Retrieves notificationWsdlLocation

public int hashCode ()

public void setNotificationEndpoint (String value)

Sets notificationEndpoint

Parameters
value Value to set

public void setNotificationPassword (String value)

Sets notificationPassword

Parameters
value Value to set

public void setNotificationUser (String value)

Sets notificationUser

Parameters
value Value to set

public void setNotificationWsdlLocation (String value)

Sets notificationWsdlLocation

Parameters
value Value to set