dist1.acb.common.transport.concretePackets
Class ResponseTopics.Topic

java.lang.Object
  extended bydist1.acb.common.transport.concretePackets.ResponseTopics.Topic
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ResponseTopics

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

DOCUMENT ME!

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

Constructor Summary
ResponseTopics.Topic()
           
 
Method Summary
 int getParentTopic()
          Getter for property parentTopic.
 int getTopicId()
          Getter for property topicId.
 java.lang.String getTopicName()
          Getter for property topicName.
 void setParentTopic(int parentTopic)
          Setter for property parentTopic.
 void setTopicId(int topicId)
          Setter for property topicId.
 void setTopicName(java.lang.String topicName)
          Setter for property topicName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseTopics.Topic

public ResponseTopics.Topic()
Method Detail

setParentTopic

public void setParentTopic(int parentTopic)
Setter for property parentTopic.

Parameters:
parentTopic - New value of property parentTopic.

getParentTopic

public int getParentTopic()
Getter for property parentTopic.

Returns:
Value of property parentTopic.

setTopicId

public void setTopicId(int topicId)
Setter for property topicId.

Parameters:
topicId - New value of property topicId.

getTopicId

public int getTopicId()
Getter for property topicId.

Returns:
Value of property topicId.

setTopicName

public void setTopicName(java.lang.String topicName)
Setter for property topicName.

Parameters:
topicName - New value of property topicName.

getTopicName

public java.lang.String getTopicName()
Getter for property topicName.

Returns:
Value of property topicName.


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