cdox.util.doc
Class Topic

java.lang.Object
  extended bycdox.util.doc.Topic

public final class Topic
extends java.lang.Object

This class represents a topic node.

Version:
May 22nd 2002
Author:
Rutger Bezema, Andreas Schmitz

Constructor Summary
Topic(java.lang.String id, java.lang.String title)
          This creates a new topic node.
 
Method Summary
 java.lang.String getId()
          Returns the id.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Topic

public Topic(java.lang.String id,
             java.lang.String title)
This creates a new topic node.

Parameters:
id - the id.
title - the title.
Method Detail

getId

public java.lang.String getId()
Returns the id.

Returns:
the id.

toString

public java.lang.String toString()