public class

ReplyEntity

extends Object
implements Reply
java.lang.Object
   ↳ com.pdftron.collab.db.entity.ReplyEntity

Class Overview

Immutable model class for an annotation reply

Summary

Public Constructors
ReplyEntity()
Public Methods
String getAuthorId()
Gets the author id of the reply
String getAuthorName()
Gets the author name of the reply
String getContents()
Gets the contents
Date getCreationDate()
Gets the creation date
Date getDate()
Gets the date
String getId()
Gets the unique identifier of the reply
String getInReplyTo()
Gets the annotation id that the reply is associated with
int getPage()
Gets the page
int getReviewState()
Gets the review state
void setAuthorId(String authorId)
Sets the author id of the reply
void setAuthorName(String authorName)
Sets the author name of the reply
void setContents(String contents)
Sets the reply contents
void setCreationDate(Date creationDate)
Sets the creation date
void setDate(Date date)
Sets the date
void setId(String id)
Sets the unique identifier of the reply
void setInReplyTo(String inReplyTo)
Sets the annotation id that the reply is associated with
void setPage(int page)
Sets the page
void setReviewState(int reviewState)
Sets the review state
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pdftron.collab.model.Reply

Public Constructors

public ReplyEntity ()

Public Methods

public String getAuthorId ()

Gets the author id of the reply

public String getAuthorName ()

Gets the author name of the reply

public String getContents ()

Gets the contents

public Date getCreationDate ()

Gets the creation date

public Date getDate ()

Gets the date

public String getId ()

Gets the unique identifier of the reply

public String getInReplyTo ()

Gets the annotation id that the reply is associated with

public int getPage ()

Gets the page

public int getReviewState ()

Gets the review state

public void setAuthorId (String authorId)

Sets the author id of the reply

public void setAuthorName (String authorName)

Sets the author name of the reply

public void setContents (String contents)

Sets the reply contents

public void setCreationDate (Date creationDate)

Sets the creation date

public void setDate (Date date)

Sets the date

public void setId (String id)

Sets the unique identifier of the reply

public void setInReplyTo (String inReplyTo)

Sets the annotation id that the reply is associated with

public void setPage (int page)

Sets the page

public void setReviewState (int reviewState)

Sets the review state