org.teleal.cling.model.types
Class NamedDeviceType

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

public class NamedDeviceType
extends java.lang.Object


Constructor Summary
NamedDeviceType(UDN udn, DeviceType deviceType)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static NamedDeviceType fromString(java.lang.String s)
           
 DeviceType getDeviceType()
           
 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

NamedDeviceType

public NamedDeviceType(UDN udn,
                       DeviceType deviceType)
Method Detail

getUdn

public UDN getUdn()

getDeviceType

public DeviceType getDeviceType()

fromString

public static NamedDeviceType 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.