org.teleal.cling.model
Class ServiceReference

java.lang.Object
  extended by org.teleal.cling.model.ServiceReference

public class ServiceReference
extends Object


Constructor Summary
ServiceReference(UDN udn, ServiceId serviceId)
           
 
Method Summary
 boolean equals(Object o)
           
 ServiceId getServiceId()
           
 UDN getUdn()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceReference

public ServiceReference(UDN udn,
                        ServiceId serviceId)
Method Detail

getUdn

public UDN getUdn()

getServiceId

public ServiceId getServiceId()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.