com.aelitis.net.upnpms.impl
Class UPNPMSContainerImpl

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

public class UPNPMSContainerImpl
extends Object
implements UPNPMSContainer


Constructor Summary
protected UPNPMSContainerImpl(UPNPMSBrowserImpl _browser, String _id, String _title)
           
 
Method Summary
 List<UPNPMSNode> getChildren()
           
 String getID()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UPNPMSContainerImpl

protected UPNPMSContainerImpl(UPNPMSBrowserImpl _browser,
                              String _id,
                              String _title)
Method Detail

getID

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

getTitle

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

getChildren

public List<UPNPMSNode> getChildren()
                             throws UPnPMSException
Specified by:
getChildren in interface UPNPMSContainer
Throws:
UPnPMSException