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 java.lang.Object
implements UPNPMSContainer


Constructor Summary
protected UPNPMSContainerImpl(UPNPMSBrowserImpl _browser, java.lang.String _id, java.lang.String _title)
           
 
Method Summary
 java.util.List<UPNPMSNode> getChildren()
           
 java.lang.String getID()
           
 java.lang.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,
                              java.lang.String _id,
                              java.lang.String _title)
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in interface UPNPMSNode

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface UPNPMSNode

getChildren

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