org.teleal.cling.model.types
Class NamedServiceType

java.lang.Object
  extended by org.teleal.cling.model.types.NamedServiceType

public class NamedServiceType
extends java.lang.Object


Constructor Summary
NamedServiceType(UDN udn, ServiceType serviceType)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static NamedServiceType fromString(java.lang.String s)
           
 ServiceType getServiceType()
           
 UDN getUdn()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedServiceType

public NamedServiceType(UDN udn,
                        ServiceType serviceType)
Method Detail

getUdn

public UDN getUdn()

getServiceType

public ServiceType getServiceType()

fromString

public static NamedServiceType fromString(java.lang.String s)
                                   throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

toString

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

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

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


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