dist1.acb.common.database
Class Topic

java.lang.Object
  extended bydist1.acb.common.database.Topic
All Implemented Interfaces:
java.io.Serializable

public class Topic
extends java.lang.Object
implements java.io.Serializable

DOCUMENT ME!

Version:
$Revision: 1.1 $
Author:
$author$
See Also:
Serialized Form

Constructor Summary
Topic(int id, java.lang.String name, int parent)
          Creates a new Topic object.
 
Method Summary
 int getId()
          Getter for property id.
 java.lang.String getName()
          Getter for property name.
 int getParent()
          Getter for property parent.
 void setId(int id)
          Setter for property id.
 void setName(java.lang.String name)
          Setter for property name.
 void setParent(int parent)
          Setter for property parent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topic

public Topic(int id,
             java.lang.String name,
             int parent)
Creates a new Topic object.

Parameters:
id - DOCUMENT ME!
name - DOCUMENT ME!
parent - DOCUMENT ME!
Method Detail

setId

public void setId(int id)
Setter for property id.

Parameters:
id - New value of property id.

getId

public int getId()
Getter for property id.

Returns:
Value of property id.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setParent

public void setParent(int parent)
Setter for property parent.

Parameters:
parent - New value of property parent.

getParent

public int getParent()
Getter for property parent.

Returns:
Value of property parent.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.