com.aelitis.net.upnpms.impl
Class UPNPMSItemImpl

java.lang.Object
  extended by com.aelitis.net.upnpms.impl.UPNPMSItemImpl
All Implemented Interfaces:
UPNPMSItem, UPNPMSNode

public class UPNPMSItemImpl
extends Object
implements UPNPMSItem


Field Summary
 
Fields inherited from interface com.aelitis.net.upnpms.UPNPMSItem
IC_AUDIO, IC_IMAGE, IC_OTHER, IC_VIDEO
 
Constructor Summary
protected UPNPMSItemImpl(String _id, String _title, String _class, long _size, URL _url)
           
 
Method Summary
 String getID()
           
 String getItemClass()
           
 long getSize()
           
 String getTitle()
           
 URL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UPNPMSItemImpl

protected UPNPMSItemImpl(String _id,
                         String _title,
                         String _class,
                         long _size,
                         URL _url)
Method Detail

getID

public String getID()
Specified by:
getID in interface UPNPMSNode

getTitle

public String getTitle()
Specified by:
getTitle in interface UPNPMSNode

getItemClass

public String getItemClass()
Specified by:
getItemClass in interface UPNPMSItem

getSize

public long getSize()
Specified by:
getSize in interface UPNPMSItem

getURL

public URL getURL()
Specified by:
getURL in interface UPNPMSItem