public class ConnectionDescriptor extends Object
| Constructor and Description |
|---|
ConnectionDescriptor(ConnectionInformation connectionInformation) |
ConnectionDescriptor(ConnectionInformation connectionInformation,
String serviceId,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConnectionInformation |
getConnectionInformation() |
String |
getDescription() |
String |
getServiceId() |
int |
hashCode() |
public ConnectionDescriptor(ConnectionInformation connectionInformation)
public ConnectionDescriptor(ConnectionInformation connectionInformation, String serviceId, String description)
public ConnectionInformation getConnectionInformation()
public String getServiceId()
public String getDescription()