|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICollaborator
Interface for collaborator entity
| 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 |
|---|
static final String TABLE_NAME
static final String USER_ID
static final String GUID
static final String ANNOTATION_SESSION_ID
static final String JOINED_ON
static final String ACCESS_RIGHTS
static final String COLOR
| Method Detail |
|---|
String getGuid()
void setGuid(String guid)
guid - Value to set for property 'guid'.int getAnnotationSessionId()
void setAnnotationSessionId(int annotationSessionId)
annotationSessionId - Value to set for property 'annotationSessionId'.int getUserId()
void setUserId(int userId)
userId - Value to set for property 'userId'.Date getJoinedOn()
void setJoinedOn(Date joinedOn)
joinedOn - Value to set for property 'joinedOn'.int getAccessRights()
void setAccessRights(int accessRights)
accessRights - Value to set for property 'accessRights'.int getColor()
void setColor(int color)
color - Value to set for property 'color'.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||