public class

ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey

extends Object
implements ConnectionManagementConnectionKey
java.lang.Object
   ↳ com.computime.sunsystemsssc.connectivity.ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey

Summary

Fields
private String host
private String license
private String password
private String port
private String username
private String wsdlLocation
Public Constructors
ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey(String host, String port, String username, String password, String wsdlLocation, String license)
Public Methods
boolean equals(Object o)
String getHost()
Retrieves host
String getLicense()
Retrieves license
String getPassword()
Retrieves password
String getPort()
Retrieves port
String getUsername()
Retrieves username
String getWsdlLocation()
Retrieves wsdlLocation
int hashCode()
void setHost(String value)
Sets host
void setLicense(String value)
Sets license
void setPassword(String value)
Sets password
void setPort(String value)
Sets port
void setUsername(String value)
Sets username
void setWsdlLocation(String value)
Sets wsdlLocation
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String host

private String license

private String password

private String port

private String username

private String wsdlLocation

Public Constructors

public ConnectionManagementConfigSunSystemsSSCConnectorConnectionKey (String host, String port, String username, String password, String wsdlLocation, String license)

Parameters
host
port
username
password
wsdlLocation
license

Public Methods

public boolean equals (Object o)

Parameters
o

public String getHost ()

Retrieves host

public String getLicense ()

Retrieves license

public String getPassword ()

Retrieves password

public String getPort ()

Retrieves port

public String getUsername ()

Retrieves username

public String getWsdlLocation ()

Retrieves wsdlLocation

public int hashCode ()

public void setHost (String value)

Sets host

Parameters
value Value to set

public void setLicense (String value)

Sets license

Parameters
value Value to set

public void setPassword (String value)

Sets password

Parameters
value Value to set

public void setPort (String value)

Sets port

Parameters
value Value to set

public void setUsername (String value)

Sets username

Parameters
value Value to set

public void setWsdlLocation (String value)

Sets wsdlLocation

Parameters
value Value to set