public class DataHubServerInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DataHubServerInfo(java.lang.String name,
java.lang.String location,
java.lang.String userName,
java.lang.String password)
Instantiates a configuration entry
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLocation()
Retrieves location of the DataHub server described by this configuration entry.
|
java.lang.String |
getName()
Retrieves name of this configuration entry.
|
java.lang.String |
getPassword() |
java.lang.String |
getUserName() |
int |
hashCode() |
java.lang.String |
toString() |
public DataHubServerInfo(java.lang.String name,
java.lang.String location,
java.lang.String userName,
java.lang.String password)
name - name of the DataHub instance. It will be used to refer to this instance everywhere in the user interface.location - location of the DataHub instance. It will be used to access and exchange data with the DataHub server.public java.lang.String getName()
public java.lang.String getLocation()
public java.lang.String getUserName()
public java.lang.String getPassword()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.