Class CometWhiteboard.DocumentInfo

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    CometWhiteboard

    public static class CometWhiteboard.DocumentInfo
    extends java.lang.Object
    implements java.io.Serializable
    The type Document info.
    See Also:
    Serialized Form
    • Constructor Detail

      • DocumentInfo

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

      • getDocumentID

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

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

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

        public void setFilename​(java.lang.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