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

All Superinterfaces:
ITable

public interface IReply
extends ITable

Interface for Reply entity

Author:
Aleksey Permyakov (01.10.2014)

Field Summary
static String ANNOTATION_ID
           
static String GUID
           
static String MESSAGE
           
static String MESSAGE_REPLY_NOT_FOUND
           
static String PARENT_REPLY_ID
           
static String REPLIED_ON
           
static String TABLE_NAME
           
static String USER_ID
           
 
Fields inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable
ID
 
Method Summary
 int getAnnotationId()
          Getter for property 'annotationId'.
 String getGuid()
          Getter for property 'guid'.
 String getMessage()
          Getter for property 'message'.
 int getParentReplyId()
          Getter for property 'parentReplyId'.
 Date getRepliedOn()
          Getter for property 'repliedOn'.
 int getUserId()
          Getter for property 'userId'.
 void setAnnotationId(int AnnotationId)
          Setter for property 'annotationId'.
 void setGuid(String guid)
          Setter for property 'guid'.
 void setMessage(String message)
          Setter for property 'message'.
 void setParentReplyId(int parentReplyId)
          Setter for property 'parentReplyId'.
 void setRepliedOn(Date repliedOn)
          Setter for property 'repliedOn'.
 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

ANNOTATION_ID

static final String ANNOTATION_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

MESSAGE

static final String MESSAGE
See Also:
Constant Field Values

REPLIED_ON

static final String REPLIED_ON
See Also:
Constant Field Values

PARENT_REPLY_ID

static final String PARENT_REPLY_ID
See Also:
Constant Field Values

MESSAGE_REPLY_NOT_FOUND

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

getAnnotationId

int getAnnotationId()
Getter for property 'annotationId'.

Returns:
Value for property 'annotationId'.

setAnnotationId

void setAnnotationId(int AnnotationId)
Setter for property 'annotationId'.

Parameters:
AnnotationId - Value to set for property 'annotationId'.

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

getMessage

String getMessage()
Getter for property 'message'.

Returns:
Value for property 'message'.

setMessage

void setMessage(String message)
Setter for property 'message'.

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

getRepliedOn

Date getRepliedOn()
Getter for property 'repliedOn'.

Returns:
Value for property 'repliedOn'.

setRepliedOn

void setRepliedOn(Date repliedOn)
Setter for property 'repliedOn'.

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

getParentReplyId

int getParentReplyId()
Getter for property 'parentReplyId'.

Returns:
Value for property 'parentReplyId'.

setParentReplyId

void setParentReplyId(int parentReplyId)
Setter for property 'parentReplyId'.

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


Copyright © 2014. All rights reserved.