|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReply
Interface for Reply entity
| 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 |
|---|
static final String TABLE_NAME
static final String ANNOTATION_ID
static final String USER_ID
static final String GUID
static final String MESSAGE
static final String REPLIED_ON
static final String PARENT_REPLY_ID
static final String MESSAGE_REPLY_NOT_FOUND
| Method Detail |
|---|
int getAnnotationId()
void setAnnotationId(int AnnotationId)
AnnotationId - Value to set for property 'annotationId'.int getUserId()
void setUserId(int userId)
userId - Value to set for property 'userId'.String getGuid()
void setGuid(String guid)
guid - Value to set for property 'guid'.String getMessage()
void setMessage(String message)
message - Value to set for property 'message'.Date getRepliedOn()
void setRepliedOn(Date repliedOn)
repliedOn - Value to set for property 'repliedOn'.int getParentReplyId()
void setParentReplyId(int parentReplyId)
parentReplyId - Value to set for property 'parentReplyId'.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||