Class CometWhiteboard.DocumentInfo

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

public static class CometWhiteboard.DocumentInfo extends Object implements Serializable
The type Document info.
See Also:
  • Constructor Details

    • DocumentInfo

      public DocumentInfo()
      Instantiates a new Document info.
  • Method Details

    • getStatus

      public CometWhiteboard.DocumentStatus getStatus()
      Gets status.
      Returns:
      the status
    • setStatus

      public void setStatus(CometWhiteboard.DocumentStatus status)
      Sets status.
      Parameters:
      status - the status
    • getDocumentID

      public String getDocumentID()
      Gets document id.
      Returns:
      the document id
    • setDocumentID

      public void setDocumentID(String documentID)
      Sets document id.
      Parameters:
      documentID - the document id
    • getFilename

      public String getFilename()
      Gets filename.
      Returns:
      the filename
    • setFilename

      public void setFilename(String filename)
      Sets filename.
      Parameters:
      filename - the filename
    • getExists

      public boolean getExists()
      Gets exists.
      Returns:
      the exists
    • setExists

      public void setExists(boolean exists)
      Sets exists.
      Parameters:
      exists - the exists
    • getSize

      public int getSize()
      Gets size.
      Returns:
      the size
    • setSize

      public void setSize(int size)
      Sets size.
      Parameters:
      size - the size
    • isOpenedInSession

      public boolean isOpenedInSession()
      Is opened in session boolean.
      Returns:
      the boolean
    • setOpenedInSession

      public void setOpenedInSession(boolean openedInSession)
      Sets opened in session.
      Parameters:
      openedInSession - the opened in session
    • getRefCount

      public int getRefCount()
      Gets ref count.
      Returns:
      the ref count
    • setRefCount

      public void setRefCount(int refCount)
      Sets ref count.
      Parameters:
      refCount - the ref count