Package com.logicaldoc.core.document
Class DocumentNote
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.document.DocumentNote
- All Implemented Interfaces:
Serializable
A note over a document
- Since:
- 6.2
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getDate()
long
getDocId()
double
double
getLeft()
int
int
int
int
getPage()
double
getShape()
double
getTop()
getType()
long
double
getWidth()
void
void
void
setDocId
(long docId) void
setFileName
(String fileName) void
setFileVersion
(String fileVersion) void
setHeight
(double height) void
setLeft
(double left) void
setLineColor
(String lineColor) void
setLineOpacity
(int lineOpacity) void
setLineWidth
(int lineWidth) void
setMessage
(String message) void
setOpacity
(int opacity) void
setPage
(int page) void
setRecipient
(String recipient) void
setRecipientEmail
(String recipientEmail) void
setRotation
(double rotation) void
void
setTop
(double top) void
void
setUserId
(long userId) void
setUsername
(String username) void
setWidth
(double width) toString()
Methods inherited from class com.logicaldoc.core.PersistentObject
equals, getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, hashCode, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId
-
Field Details
-
SHAPE_SQUARE
- See Also:
-
SHAPE_CIRCLE
- See Also:
-
SHAPE_LINE
- See Also:
-
SHAPE_ARROW
- See Also:
-
SHAPE_THICKARROW
- See Also:
-
SHAPE_COMMENT
- See Also:
-
SHAPE_LABEL
- See Also:
-
-
Constructor Details
-
DocumentNote
public DocumentNote() -
DocumentNote
-
-
Method Details
-
getDocId
public long getDocId() -
setDocId
public void setDocId(long docId) -
getUserId
public long getUserId() -
setUserId
public void setUserId(long userId) -
getUsername
-
setUsername
-
getDate
-
setDate
-
getMessage
-
setMessage
-
getPage
public int getPage() -
setPage
public void setPage(int page) -
getFileName
-
setFileName
-
getOpacity
public int getOpacity() -
getColor
-
getLeft
public double getLeft() -
getTop
public double getTop() -
getWidth
public double getWidth() -
getHeight
public double getHeight() -
setOpacity
public void setOpacity(int opacity) -
setColor
-
setLeft
public void setLeft(double left) -
setTop
public void setTop(double top) -
setWidth
public void setWidth(double width) -
setHeight
public void setHeight(double height) -
getFileVersion
-
setFileVersion
-
getType
-
setType
-
getRecipient
-
setRecipient
-
getRecipientEmail
-
setRecipientEmail
-
getLineOpacity
public int getLineOpacity() -
setLineOpacity
public void setLineOpacity(int lineOpacity) -
getLineColor
-
setLineColor
-
getLineWidth
public int getLineWidth() -
setLineWidth
public void setLineWidth(int lineWidth) -
getShape
-
setShape
-
getRotation
public double getRotation() -
setRotation
public void setRotation(double rotation) -
toString
- Overrides:
toString
in classPersistentObject
-