Class UPNPMSItemImpl
java.lang.Object
com.biglybt.net.upnpms.impl.UPNPMSItemImpl
- All Implemented Interfaces:
UPNPMSItem, UPNPMSNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate longprivate Stringprivate URLFields inherited from interface UPNPMSItem
IC_AUDIO, IC_IMAGE, IC_OTHER, IC_VIDEO -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUPNPMSItemImpl(String _id, String _title, String _class, long _size, URL _url) -
Method Summary
-
Field Details
-
id
-
title
-
item_class
-
size
private long size -
url
-
-
Constructor Details
-
UPNPMSItemImpl
-
-
Method Details
-
getID
- Specified by:
getIDin interfaceUPNPMSNode
-
getTitle
- Specified by:
getTitlein interfaceUPNPMSNode
-
getItemClass
- Specified by:
getItemClassin interfaceUPNPMSItem
-
getSize
public long getSize()- Specified by:
getSizein interfaceUPNPMSItem
-
getURL
- Specified by:
getURLin interfaceUPNPMSItem
-