Class DataHubServerInfo
java.lang.Object
de.hybris.platform.datahubbackoffice.service.datahub.DataHubServerInfo
- All Implemented Interfaces:
Serializable
Describes a DataHub instance to be accessed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataHubServerInfo(String name, String location, String userName, String password) Instantiates a configuration entry -
Method Summary
-
Constructor Details
-
DataHubServerInfo
Instantiates a configuration entry- Parameters:
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.
-
-
Method Details
-
getName
Retrieves name of this configuration entry.- Returns:
- name of the DataHub server configuration
-
getLocation
Retrieves location of the DataHub server described by this configuration entry.- Returns:
- some URI that can be interpreted by the program in order to access the DataHub server.
-
getUserName
-
getPassword
-
hashCode
public int hashCode() -
equals
-
toString
-