dist1.acb.ACBpoint
Class SharedDocument

java.lang.Object
  extended bydist1.acb.ACBpoint.SharedDocument
All Implemented Interfaces:
java.io.Serializable

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

Class to represent all the necessary information about the Shared document that the user is sharing It is structured (Topic, PublishedTableData)

Author:
ladz
See Also:
Serialized Form

Constructor Summary
SharedDocument(int topicId, PublishingTable sharedData)
          Creates a new SharedDocument object.
 
Method Summary
 PublishingTable getSharedData()
          Getter for property sharedData.
 int getTopic()
          Getter for property topic.
 void setSharedData(PublishingTable sharedData)
          Setter for property sharedData.
 void setTopic(int topicId)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedDocument

public SharedDocument(int topicId,
                      PublishingTable sharedData)
Creates a new SharedDocument object. All parameters previously explained

Parameters:
topicId - Topic name
sharedData - Publishing table
Method Detail

setSharedData

public void setSharedData(PublishingTable sharedData)
Setter for property sharedData.

Parameters:
sharedData - New value of property sharedData.

getSharedData

public PublishingTable getSharedData()
Getter for property sharedData.

Returns:
Value of property sharedData.

setTopic

public void setTopic(int topicId)
DOCUMENT ME!

Parameters:
topicId - DOCUMENT ME!

getTopic

public int getTopic()
Getter for property topic.

Returns:
Value of property topic.


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