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

All Superinterfaces:
ITable

public interface ISession
extends ITable

Interface for session entity

Author:
Aleksey Permyakov (01.10.2014)

Field Summary
static String CALLBACK_URL
           
static String DOCUMENT_ID
           
static String GUID
           
static String ID
           
static String MESSAGE_ANNOTATION_SESSION_NOT_FOUND
           
static String SHARED_LINK_ACCESS_RIGHTS
           
static String STARTED_ON
           
static String TABLE_NAME
           
static String USER_ID
           
 
Method Summary
 String getCallbackUrl()
          Getter for property 'callbackUrl'.
 int getDocumentId()
          Getter for property 'documentId'.
 String getGuid()
          Getter for property 'guid'.
 int getSharedLinkAccessRights()
          Getter for property 'sharedLinkAccessRights'.
 Date getStartedOn()
          Getter for property 'startedOn'.
 int getUserId()
          Getter for property 'userId'.
 void setCallbackUrl(String callbackUrl)
          Setter for property 'callbackUrl'.
 void setDocumentId(int documentId)
          Setter for property 'documentId'.
 void setGuid(String guid)
          Setter for property 'guid'.
 void setSharedLinkAccessRights(int sharedLinkAccessRights)
          Setter for property 'sharedLinkAccessRights'.
 void setStartedOn(Date startedOn)
          Setter for property 'startedOn'.
 void setUserId(int userId)
          Setter for property 'userId'.
 
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

ID

static final String ID
See Also:
Constant Field Values

DOCUMENT_ID

static final String DOCUMENT_ID
See Also:
Constant Field Values

USER_ID

static final String USER_ID
See Also:
Constant Field Values

GUID

static final String GUID
See Also:
Constant Field Values

STARTED_ON

static final String STARTED_ON
See Also:
Constant Field Values

SHARED_LINK_ACCESS_RIGHTS

static final String SHARED_LINK_ACCESS_RIGHTS
See Also:
Constant Field Values

CALLBACK_URL

static final String CALLBACK_URL
See Also:
Constant Field Values

MESSAGE_ANNOTATION_SESSION_NOT_FOUND

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

getDocumentId

int getDocumentId()
Getter for property 'documentId'.

Returns:
Value for property 'documentId'.

setDocumentId

void setDocumentId(int documentId)
Setter for property 'documentId'.

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

getUserId

int getUserId()
Getter for property 'userId'.

Returns:
Value for property 'userId'.

setUserId

void setUserId(int userId)
Setter for property 'userId'.

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

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'.

getStartedOn

Date getStartedOn()
Getter for property 'startedOn'.

Returns:
Value for property 'startedOn'.

setStartedOn

void setStartedOn(Date startedOn)
Setter for property 'startedOn'.

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

getSharedLinkAccessRights

int getSharedLinkAccessRights()
Getter for property 'sharedLinkAccessRights'.

Returns:
Value for property 'sharedLinkAccessRights'.

setSharedLinkAccessRights

void setSharedLinkAccessRights(int sharedLinkAccessRights)
Setter for property 'sharedLinkAccessRights'.

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

getCallbackUrl

String getCallbackUrl()
Getter for property 'callbackUrl'.

Returns:
Value for property 'callbackUrl'.

setCallbackUrl

void setCallbackUrl(String callbackUrl)
Setter for property 'callbackUrl'.

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


Copyright © 2014. All rights reserved.