com.aelitis.net.upnp.impl.device
Class UPnPDeviceImageImpl

java.lang.Object
  extended by com.aelitis.net.upnp.impl.device.UPnPDeviceImageImpl
All Implemented Interfaces:
UPnPDeviceImage

public class UPnPDeviceImageImpl
extends Object
implements UPnPDeviceImage


Field Summary
 int height
           
 String location
           
 String mime
           
 int width
           
 
Constructor Summary
UPnPDeviceImageImpl(int width, int height, String location, String mime)
           
 
Method Summary
 int getHeight()
           
 String getLocation()
           
 String getMime()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height

location

public String location

mime

public String mime
Constructor Detail

UPnPDeviceImageImpl

public UPnPDeviceImageImpl(int width,
                           int height,
                           String location,
                           String mime)
Method Detail

getWidth

public int getWidth()
Specified by:
getWidth in interface UPnPDeviceImage

getHeight

public int getHeight()
Specified by:
getHeight in interface UPnPDeviceImage

getLocation

public String getLocation()
Specified by:
getLocation in interface UPnPDeviceImage

getMime

public String getMime()
Specified by:
getMime in interface UPnPDeviceImage