org.eclipse.ecf.osgi.services.discovery.local
Class OneInterfaceSED

java.lang.Object
  extended by org.eclipse.ecf.osgi.services.discovery.local.OneInterfaceSED

public class OneInterfaceSED
extends java.lang.Object

TODO Add Javadoc comment for this type.


Constructor Summary
OneInterfaceSED()
           
 
Method Summary
 void addProperty(java.lang.String key, java.lang.Object value)
          Adds a property to the existing map.
 boolean equals(java.lang.Object serviceDescription)
           
 java.lang.String getEndpointInterface()
           
 java.lang.String getInterfaceName()
           
 java.lang.String getVersion()
           
 int hashCode()
           
 void setEndpointInterface(java.lang.String endpointInterface)
           
 void setInterfaceName(java.lang.String interfaceName)
           
 void setVersion(java.lang.String version)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OneInterfaceSED

public OneInterfaceSED()
Method Detail

addProperty

public void addProperty(java.lang.String key,
                        java.lang.Object value)
Adds a property to the existing map.

Parameters:
key - property key
value - the value of the key

getInterfaceName

public java.lang.String getInterfaceName()
Returns:
the interfaceName

setInterfaceName

public void setInterfaceName(java.lang.String interfaceName)
Parameters:
interfaceName - the interfaceName to set

getVersion

public java.lang.String getVersion()
Returns:
the version

setVersion

public void setVersion(java.lang.String version)
Parameters:
version - the version to set

getEndpointInterface

public java.lang.String getEndpointInterface()
Returns:
the endpointInterface

setEndpointInterface

public void setEndpointInterface(java.lang.String endpointInterface)
Parameters:
endpointInterface - the endpointInterface to set

equals

public boolean equals(java.lang.Object serviceDescription)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()