com.priint.comet.port.whiteboard
Class CometWhiteboard.DocumentInfo

java.lang.Object
  extended by com.priint.comet.port.whiteboard.CometWhiteboard.DocumentInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CometWhiteboard

public static class CometWhiteboard.DocumentInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CometWhiteboard.DocumentInfo()
           
 
Method Summary
 java.lang.String getDocumentID()
           
 boolean getExists()
           
 java.lang.String getFilename()
           
 int getRefCount()
           
 int getSize()
           
 CometWhiteboard.DocumentStatus getStatus()
           
 boolean isOpenedInSession()
           
 void setDocumentID(java.lang.String documentID)
           
 void setExists(boolean exists)
           
 void setFilename(java.lang.String filename)
           
 void setOpenedInSession(boolean openedInSession)
           
 void setRefCount(int refCount)
           
 void setSize(int size)
           
 void setStatus(CometWhiteboard.DocumentStatus status)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CometWhiteboard.DocumentInfo

public CometWhiteboard.DocumentInfo()
Method Detail

getDocumentID

public java.lang.String getDocumentID()

getExists

public boolean getExists()

getFilename

public java.lang.String getFilename()

getRefCount

public int getRefCount()

getSize

public int getSize()

getStatus

public CometWhiteboard.DocumentStatus getStatus()

isOpenedInSession

public boolean isOpenedInSession()

setDocumentID

public void setDocumentID(java.lang.String documentID)

setExists

public void setExists(boolean exists)

setFilename

public void setFilename(java.lang.String filename)

setOpenedInSession

public void setOpenedInSession(boolean openedInSession)

setRefCount

public void setRefCount(int refCount)

setSize

public void setSize(int size)

setStatus

public void setStatus(CometWhiteboard.DocumentStatus status)