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

All Superinterfaces:
ITable

public interface IAnnotation
extends ITable

Interface for Annotation entity

Author:
Aleksey Permyakov (01.10.2014)

Field Summary
static String ACCESS
           
static String ANNOTATION_LEFT
           
static String ANNOTATION_SESSION_ID
           
static String ANNOTATION_TOP
           
static String BACKGROUND_COLOR
           
static String CREATED_ON
           
static String FIELD_TEXT
           
static String FONT_COLOR
           
static String FONT_FAMILY
           
static String FONT_SIZE
           
static String GUID
           
static String HEIGHT
           
static String MARKER_LEFT
           
static String MARKER_TOP
           
static String MESSAGE_ANNOTATION_NOT_FOUND
           
static String MESSAGE_CANT_CREATE_ANNOTATION
           
static String PAGE_NUMBER
           
static String PEN_COLOR
           
static String PEN_STYLE
           
static String PEN_WIDTH
           
static String SVG_PATH
           
static String TABLE_NAME
           
static String TEXT_LENGTH
           
static String TEXT_POSITION
           
static String TYPE
           
static String USER_ID
           
static String WIDTH
           
 
Fields inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable
ID
 
Method Summary
 int getAccess()
          Getter for property 'access'.
 Double getAnnotationLeft()
          Getter for property 'annotationLeft'.
 int getAnnotationSessionId()
          Getter for property 'annotationSessionId'.
 Double getAnnotationTop()
          Getter for property 'annotationTop'.
 int getBackgroundColor()
          Getter for property 'backgroundColor'.
 Date getCreatedOn()
          Getter for property 'createdOn'.
 String getFieldText()
          Getter for property 'fieldText'.
 int getFontColor()
          Getter for property 'fontColor'.
 String getFontFamily()
          Getter for property 'fontFamily'.
 Float getFontSize()
          Getter for property 'fontSize'.
 String getGuid()
          Getter for property 'guid'.
 Double getHeight()
          Getter for property 'height'.
 Double getMarkerLeft()
          Getter for property 'markerLeft'.
 Double getMarkerTop()
          Getter for property 'markerTop'.
 int getPageNumber()
          Getter for property 'pageNumber'.
 int getPenColor()
          Getter for property 'penColor'.
 int getPenStyle()
          Getter for property 'penStyle'.
 int getPenWidth()
          Getter for property 'penWidth'.
 List<IReply> getReplies()
          Getter for property 'replies'.
 String getSvgPath()
          Getter for property 'svgPath'.
 int getTextLength()
          Getter for property 'textLength'.
 int getTextPosition()
          Getter for property 'textPosition'.
 int getType()
          Getter for property 'type'.
 int getUserId()
          Getter for property 'userId'.
 Double getWidth()
          Getter for property 'width'.
 void setAccess(int access)
          Setter for property 'access'.
 void setAnnotationLeft(Double annotationLeft)
          Setter for property 'annotationLeft'.
 void setAnnotationSessionId(int annotationSessionId)
          Setter for property 'annotationSessionId'.
 void setAnnotationTop(Double annotationTop)
          Setter for property 'annotationTop'.
 void setBackgroundColor(int backgroundColor)
          Setter for property 'backgroundColor'.
 void setCreatedOn(Date createdOn)
          Setter for property 'createdOn'.
 void setFieldText(String fieldText)
          Setter for property 'fieldText'.
 void setFontColor(int fontColor)
          Setter for property 'fontColor'.
 void setFontFamily(String fontFamily)
          Setter for property 'fontFamily'.
 void setFontSize(Float fontSize)
          Setter for property 'fontSize'.
 void setGuid(String guid)
          Setter for property 'guid'.
 void setHeight(Double height)
          Setter for property 'height'.
 void setMarkerLeft(Double markerLeft)
          Setter for property 'markerLeft'.
 void setMarkerTop(Double markerTop)
          Setter for property 'markerTop'.
 void setPageNumber(int pageNumber)
          Setter for property 'pageNumber'.
 void setPenColor(int penColor)
          Setter for property 'penColor'.
 void setPenStyle(int penStyle)
          Setter for property 'penStyle'.
 void setPenWidth(int penWidth)
          Setter for property 'penWidth'.
 void setReplies(List<IReply> replies)
          Setter for property 'replies'.
 void setSvgPath(String svgPath)
          Setter for property 'svgPath'.
 void setTextLength(int textLength)
          Setter for property 'textLength'.
 void setTextPosition(int textPosition)
          Setter for property 'textPosition'.
 void setType(int type)
          Setter for property 'type'.
 void setUserId(int userId)
          Setter for property 'userId'.
 void setWidth(Double width)
          Setter for property 'width'.
 
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_SESSION_ID

static final String ANNOTATION_SESSION_ID
See Also:
Constant Field Values

GUID

static final String GUID
See Also:
Constant Field Values

USER_ID

static final String USER_ID
See Also:
Constant Field Values

PAGE_NUMBER

static final String PAGE_NUMBER
See Also:
Constant Field Values

MARKER_LEFT

static final String MARKER_LEFT
See Also:
Constant Field Values

MARKER_TOP

static final String MARKER_TOP
See Also:
Constant Field Values

WIDTH

static final String WIDTH
See Also:
Constant Field Values

HEIGHT

static final String HEIGHT
See Also:
Constant Field Values

TYPE

static final String TYPE
See Also:
Constant Field Values

ACCESS

static final String ACCESS
See Also:
Constant Field Values

CREATED_ON

static final String CREATED_ON
See Also:
Constant Field Values

TEXT_POSITION

static final String TEXT_POSITION
See Also:
Constant Field Values

TEXT_LENGTH

static final String TEXT_LENGTH
See Also:
Constant Field Values

SVG_PATH

static final String SVG_PATH
See Also:
Constant Field Values

ANNOTATION_LEFT

static final String ANNOTATION_LEFT
See Also:
Constant Field Values

ANNOTATION_TOP

static final String ANNOTATION_TOP
See Also:
Constant Field Values

FIELD_TEXT

static final String FIELD_TEXT
See Also:
Constant Field Values

FONT_FAMILY

static final String FONT_FAMILY
See Also:
Constant Field Values

FONT_SIZE

static final String FONT_SIZE
See Also:
Constant Field Values

FONT_COLOR

static final String FONT_COLOR
See Also:
Constant Field Values

PEN_WIDTH

static final String PEN_WIDTH
See Also:
Constant Field Values

PEN_STYLE

static final String PEN_STYLE
See Also:
Constant Field Values

PEN_COLOR

static final String PEN_COLOR
See Also:
Constant Field Values

BACKGROUND_COLOR

static final String BACKGROUND_COLOR
See Also:
Constant Field Values

MESSAGE_ANNOTATION_NOT_FOUND

static final String MESSAGE_ANNOTATION_NOT_FOUND
See Also:
Constant Field Values

MESSAGE_CANT_CREATE_ANNOTATION

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

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

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

getPageNumber

int getPageNumber()
Getter for property 'pageNumber'.

Returns:
Value for property 'pageNumber'.

setPageNumber

void setPageNumber(int pageNumber)
Setter for property 'pageNumber'.

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

getMarkerLeft

Double getMarkerLeft()
Getter for property 'markerLeft'.

Returns:
Value for property 'markerLeft'.

setMarkerLeft

void setMarkerLeft(Double markerLeft)
Setter for property 'markerLeft'.

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

getMarkerTop

Double getMarkerTop()
Getter for property 'markerTop'.

Returns:
Value for property 'markerTop'.

setMarkerTop

void setMarkerTop(Double markerTop)
Setter for property 'markerTop'.

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

getWidth

Double getWidth()
Getter for property 'width'.

Returns:
Value for property 'width'.

setWidth

void setWidth(Double width)
Setter for property 'width'.

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

getHeight

Double getHeight()
Getter for property 'height'.

Returns:
Value for property 'height'.

setHeight

void setHeight(Double height)
Setter for property 'height'.

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

getType

int getType()
Getter for property 'type'.

Returns:
Value for property 'type'.

setType

void setType(int type)
Setter for property 'type'.

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

getAccess

int getAccess()
Getter for property 'access'.

Returns:
Value for property 'access'.

setAccess

void setAccess(int access)
Setter for property 'access'.

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

getCreatedOn

Date getCreatedOn()
Getter for property 'createdOn'.

Returns:
Value for property 'createdOn'.

setCreatedOn

void setCreatedOn(Date createdOn)
Setter for property 'createdOn'.

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

getTextPosition

int getTextPosition()
Getter for property 'textPosition'.

Returns:
Value for property 'textPosition'.

setTextPosition

void setTextPosition(int textPosition)
Setter for property 'textPosition'.

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

getTextLength

int getTextLength()
Getter for property 'textLength'.

Returns:
Value for property 'textLength'.

setTextLength

void setTextLength(int textLength)
Setter for property 'textLength'.

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

getSvgPath

String getSvgPath()
Getter for property 'svgPath'.

Returns:
Value for property 'svgPath'.

setSvgPath

void setSvgPath(String svgPath)
Setter for property 'svgPath'.

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

getAnnotationLeft

Double getAnnotationLeft()
Getter for property 'annotationLeft'.

Returns:
Value for property 'annotationLeft'.

setAnnotationLeft

void setAnnotationLeft(Double annotationLeft)
Setter for property 'annotationLeft'.

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

getAnnotationTop

Double getAnnotationTop()
Getter for property 'annotationTop'.

Returns:
Value for property 'annotationTop'.

setAnnotationTop

void setAnnotationTop(Double annotationTop)
Setter for property 'annotationTop'.

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

getFieldText

String getFieldText()
Getter for property 'fieldText'.

Returns:
Value for property 'fieldText'.

setFieldText

void setFieldText(String fieldText)
Setter for property 'fieldText'.

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

getFontFamily

String getFontFamily()
Getter for property 'fontFamily'.

Returns:
Value for property 'fontFamily'.

setFontFamily

void setFontFamily(String fontFamily)
Setter for property 'fontFamily'.

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

getFontSize

Float getFontSize()
Getter for property 'fontSize'.

Returns:
Value for property 'fontSize'.

setFontSize

void setFontSize(Float fontSize)
Setter for property 'fontSize'.

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

getFontColor

int getFontColor()
Getter for property 'fontColor'.

Returns:
Value for property 'fontColor'.

setFontColor

void setFontColor(int fontColor)
Setter for property 'fontColor'.

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

getPenWidth

int getPenWidth()
Getter for property 'penWidth'.

Returns:
Value for property 'penWidth'.

setPenWidth

void setPenWidth(int penWidth)
Setter for property 'penWidth'.

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

getPenStyle

int getPenStyle()
Getter for property 'penStyle'.

Returns:
Value for property 'penStyle'.

setPenStyle

void setPenStyle(int penStyle)
Setter for property 'penStyle'.

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

getPenColor

int getPenColor()
Getter for property 'penColor'.

Returns:
Value for property 'penColor'.

setPenColor

void setPenColor(int penColor)
Setter for property 'penColor'.

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

getBackgroundColor

int getBackgroundColor()
Getter for property 'backgroundColor'.

Returns:
Value for property 'backgroundColor'.

setBackgroundColor

void setBackgroundColor(int backgroundColor)
Setter for property 'backgroundColor'.

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

getReplies

List<IReply> getReplies()
Getter for property 'replies'.

Returns:
Value for property 'replies'.

setReplies

void setReplies(List<IReply> replies)
Setter for property 'replies'.

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


Copyright © 2014. All rights reserved.