com.aelitis.azureus.core.devices.impl
Class DeviceInternetGatewayImpl.mapping

java.lang.Object
  extended by com.aelitis.azureus.core.devices.impl.DeviceInternetGatewayImpl.mapping
All Implemented Interfaces:
Comparable<DeviceInternetGatewayImpl.mapping>
Enclosing class:
DeviceInternetGatewayImpl

protected static class DeviceInternetGatewayImpl.mapping
extends Object
implements Comparable<DeviceInternetGatewayImpl.mapping>


Constructor Summary
protected DeviceInternetGatewayImpl.mapping(UPnPMapping m)
           
protected DeviceInternetGatewayImpl.mapping(UPnPPluginService.serviceMapping m)
           
 
Method Summary
 int compareTo(DeviceInternetGatewayImpl.mapping o)
           
 boolean equals(Object _other)
           
 String getString()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceInternetGatewayImpl.mapping

protected DeviceInternetGatewayImpl.mapping(UPnPMapping m)

DeviceInternetGatewayImpl.mapping

protected DeviceInternetGatewayImpl.mapping(UPnPPluginService.serviceMapping m)
Method Detail

compareTo

public int compareTo(DeviceInternetGatewayImpl.mapping o)
Specified by:
compareTo in interface Comparable<DeviceInternetGatewayImpl.mapping>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getString

public String getString()