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

All Superinterfaces:
ITable

public interface ICollaborator
extends ITable

Interface for collaborator entity

Author:
Aleksey Permyakov (01.10.2014)

Field Summary
static String ACCESS_RIGHTS
           
static String ANNOTATION_SESSION_ID
           
static String COLOR
           
static String GUID
           
static String JOINED_ON
           
static String TABLE_NAME
           
static String USER_ID
           
 
Fields inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable
ID
 
Method Summary
 int getAccessRights()
          Getter for property 'accessRights'.
 int getAnnotationSessionId()
          Getter for property 'annotationSessionId'.
 int getColor()
          Getter for property 'color'.
 String getGuid()
          Getter for property 'guid'.
 Date getJoinedOn()
          Getter for property 'joinedOn'.
 int getUserId()
          Getter for property 'userId'.
 void setAccessRights(int accessRights)
          Setter for property 'accessRights'.
 void setAnnotationSessionId(int annotationSessionId)
          Setter for property 'annotationSessionId'.
 void setColor(int color)
          Setter for property 'color'.
 void setGuid(String guid)
          Setter for property 'guid'.
 void setJoinedOn(Date joinedOn)
          Setter for property 'joinedOn'.
 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

USER_ID

static final String USER_ID
See Also:
Constant Field Values

GUID

static final String GUID
See Also:
Constant Field Values

ANNOTATION_SESSION_ID

static final String ANNOTATION_SESSION_ID
See Also:
Constant Field Values

JOINED_ON

static final String JOINED_ON
See Also:
Constant Field Values

ACCESS_RIGHTS

static final String ACCESS_RIGHTS
See Also:
Constant Field Values

COLOR

static final String COLOR
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'.

getAnnotationSessionId

int getAnnotationSessionId()
Getter for property 'annotationSessionId'.

Returns:
Value for property 'annotationSessionId'.

setAnnotationSessionId

void setAnnotationSessionId(int annotationSessionId)
Setter for property 'annotationSessionId'.

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

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

getJoinedOn

Date getJoinedOn()
Getter for property 'joinedOn'.

Returns:
Value for property 'joinedOn'.

setJoinedOn

void setJoinedOn(Date joinedOn)
Setter for property 'joinedOn'.

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

getAccessRights

int getAccessRights()
Getter for property 'accessRights'.

Returns:
Value for property 'accessRights'.

setAccessRights

void setAccessRights(int accessRights)
Setter for property 'accessRights'.

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

getColor

int getColor()
Getter for property 'color'.

Returns:
Value for property 'color'.

setColor

void setColor(int color)
Setter for property 'color'.

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


Copyright © 2014. All rights reserved.