com.aelitis.net.upnpms.impl
Class UPNPMSItemImpl
java.lang.Object
  
com.aelitis.net.upnpms.impl.UPNPMSItemImpl
- All Implemented Interfaces: 
 - UPNPMSItem, UPNPMSNode
 
public class UPNPMSItemImpl
- extends Object
- implements UPNPMSItem
  
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UPNPMSItemImpl
protected UPNPMSItemImpl(String _id,
                         String _title,
                         String _class,
                         long _size,
                         URL _url)
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