com.aelitis.azureus.core.devices.impl
Class DeviceTivo.ContainerInfo

java.lang.Object
  extended by com.aelitis.azureus.core.devices.impl.DeviceTivo.ItemInfo
      extended by com.aelitis.azureus.core.devices.impl.DeviceTivo.ContainerInfo
Enclosing class:
DeviceTivo

protected static class DeviceTivo.ContainerInfo
extends DeviceTivo.ItemInfo


Constructor Summary
protected DeviceTivo.ContainerInfo(String _name)
           
 
Method Summary
protected  void addChild()
           
protected  int getChildCount()
           
 long getCreationMillis()
           
protected  String getLinkURL()
           
protected  String getName()
           
protected  boolean isContainer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceTivo.ContainerInfo

protected DeviceTivo.ContainerInfo(String _name)
Method Detail

getName

protected String getName()
Specified by:
getName in class DeviceTivo.ItemInfo

getLinkURL

protected String getLinkURL()
Specified by:
getLinkURL in class DeviceTivo.ItemInfo

addChild

protected void addChild()

getChildCount

protected int getChildCount()

getCreationMillis

public long getCreationMillis()
Specified by:
getCreationMillis in class DeviceTivo.ItemInfo

isContainer

protected boolean isContainer()
Specified by:
isContainer in class DeviceTivo.ItemInfo