com.priint.comet.port.whiteboard
Class CometWhiteboard.DocumentInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CometWhiteboard.DocumentInfo
public CometWhiteboard.DocumentInfo()
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)