Package com.biglybt.net.upnpms.impl
Class UPNPMSContainerImpl
- java.lang.Object
-
- com.biglybt.net.upnpms.impl.UPNPMSContainerImpl
-
- All Implemented Interfaces:
UPNPMSContainer
,UPNPMSNode
public class UPNPMSContainerImpl extends java.lang.Object implements UPNPMSContainer
-
-
Field Summary
Fields Modifier and Type Field Description private UPNPMSBrowserImpl
browser
private java.util.List<UPNPMSNode>
children
private java.lang.String
id
private java.lang.String
title
-
Constructor Summary
Constructors Modifier Constructor Description protected
UPNPMSContainerImpl(UPNPMSBrowserImpl _browser, java.lang.String _id, java.lang.String _title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UPNPMSNode>
getChildren()
java.lang.String
getID()
java.lang.String
getTitle()
private void
populate()
-
-
-
Field Detail
-
browser
private UPNPMSBrowserImpl browser
-
id
private java.lang.String id
-
title
private java.lang.String title
-
children
private java.util.List<UPNPMSNode> children
-
-
Constructor Detail
-
UPNPMSContainerImpl
protected UPNPMSContainerImpl(UPNPMSBrowserImpl _browser, java.lang.String _id, java.lang.String _title)
-
-
Method Detail
-
getID
public java.lang.String getID()
- Specified by:
getID
in interfaceUPNPMSNode
-
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interfaceUPNPMSNode
-
populate
private void populate() throws UPnPMSException
- Throws:
UPnPMSException
-
getChildren
public java.util.List<UPNPMSNode> getChildren() throws UPnPMSException
- Specified by:
getChildren
in interfaceUPNPMSContainer
- Throws:
UPnPMSException
-
-