net.spy.digg
Interface TopicContainer

All Superinterfaces:
java.util.Collection<Topic>, java.lang.Iterable<Topic>
All Known Implementing Classes:
TopicContainerImpl

public interface TopicContainer
extends java.util.Collection<Topic>

A container of topics.


Method Summary
 java.lang.String getName()
          Get the name of this topic container.
 java.lang.String getShortName()
          Get the short name of this topic container.
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getName

java.lang.String getName()
Get the name of this topic container.


getShortName

java.lang.String getShortName()
Get the short name of this topic container.