|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.ACBpoint.SharedDocument
Class to represent all the necessary information about the Shared document that the user is sharing It is structured (Topic, PublishedTableData)
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 |
public SharedDocument(int topicId, PublishingTable sharedData)
topicId
- Topic namesharedData
- Publishing tableMethod Detail |
public void setSharedData(PublishingTable sharedData)
sharedData
- New value of property sharedData.public PublishingTable getSharedData()
public void setTopic(int topicId)
topicId
- DOCUMENT ME!public int getTopic()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |