Package 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.SerializableThe type Document info.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentInfo()Instantiates a new Document info.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDocumentID()Gets document id.booleangetExists()Gets exists.java.lang.StringgetFilename()Gets filename.intgetRefCount()Gets ref count.intgetSize()Gets size.CometWhiteboard.DocumentStatusgetStatus()Gets status.booleanisOpenedInSession()Is opened in session boolean.voidsetDocumentID(java.lang.String documentID)Sets document id.voidsetExists(boolean exists)Sets exists.voidsetFilename(java.lang.String filename)Sets filename.voidsetOpenedInSession(boolean openedInSession)Sets opened in session.voidsetRefCount(int refCount)Sets ref count.voidsetSize(int size)Sets size.voidsetStatus(CometWhiteboard.DocumentStatus status)Sets status.
-
-
-
Method Detail
-
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 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
-
-