|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDocument
Interface for Document entity
| 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 |
|---|
static final String TABLE_NAME
static final String GUID
static final String DOCUMENT_GUID
static final String SESSION_ID
static final String MESSAGE_DOCUMENT_NOT_FOUND
| Method Detail |
|---|
String getGuid()
void setGuid(String guid)
guid - Value to set for property 'guid'.int getSessionId()
void setSessionId(int sessionId)
sessionId - Value to set for property 'sessionId'.String getDocumentName()
void setDocumentName(String documentName)
documentName - Value to set for property 'documentName'.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||