net.sbbi.upnp.devices
Class DeviceIcon

java.lang.Object
  extended by net.sbbi.upnp.devices.DeviceIcon

public class DeviceIcon
extends Object

Java Bean for a device icon properties

Version:
1.0
Author:
SuperBonBon

Field Summary
protected  int depth
           
protected  int height
           
protected  String mimeType
           
protected  URL url
           
protected  int width
           
 
Constructor Summary
DeviceIcon()
           
 
Method Summary
 int getDepth()
           
 int getHeight()
           
 String getMimeType()
           
 URL getUrl()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mimeType

protected String mimeType

width

protected int width

height

protected int height

depth

protected int depth

url

protected URL url
Constructor Detail

DeviceIcon

public DeviceIcon()
Method Detail

getMimeType

public String getMimeType()

getWidth

public int getWidth()

getHeight

public int getHeight()

getDepth

public int getDepth()

getUrl

public URL getUrl()


Copyright © 2010. All Rights Reserved.