com.groupdocs.annotation.data.tables.interfaces
Interface IDocument

All Superinterfaces:
ITable

public interface IDocument
extends ITable

Interface for Document entity

Author:
Aleksey Permyakov (01.10.2014)

Field Summary
static String DOCUMENT_GUID
           
static String GUID
           
static String MESSAGE_DOCUMENT_NOT_FOUND
           
static String SESSION_ID
           
static String TABLE_NAME
           
 
Fields inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable
ID
 
Method Summary
 String getDocumentName()
          Getter for property 'documentName'.
 String getGuid()
          Getter for property 'guid'.
 int getSessionId()
          Getter for property 'sessionId'.
 void setDocumentName(String documentName)
          Setter for property 'documentName'.
 void setGuid(String guid)
          Setter for property 'guid'.
 void setSessionId(int sessionId)
          Setter for property 'sessionId'.
 
Methods inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable
getId, setId
 

Field Detail

TABLE_NAME

static final String TABLE_NAME
See Also:
Constant Field Values

GUID

static final String GUID
See Also:
Constant Field Values

DOCUMENT_GUID

static final String DOCUMENT_GUID
See Also:
Constant Field Values

SESSION_ID

static final String SESSION_ID
See Also:
Constant Field Values

MESSAGE_DOCUMENT_NOT_FOUND

static final String MESSAGE_DOCUMENT_NOT_FOUND
See Also:
Constant Field Values
Method Detail

getGuid

String getGuid()
Getter for property 'guid'.

Returns:
Value for property 'guid'.

setGuid

void setGuid(String guid)
Setter for property 'guid'.

Parameters:
guid - Value to set for property 'guid'.

getSessionId

int getSessionId()
Getter for property 'sessionId'.

Returns:
Value for property 'sessionId'.

setSessionId

void setSessionId(int sessionId)
Setter for property 'sessionId'.

Parameters:
sessionId - Value to set for property 'sessionId'.

getDocumentName

String getDocumentName()
Getter for property 'documentName'.

Returns:
Value for property 'documentName'.

setDocumentName

void setDocumentName(String documentName)
Setter for property 'documentName'.

Parameters:
documentName - Value to set for property 'documentName'.


Copyright © 2014. All rights reserved.