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 SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.logicaldoc.core.PersistentObjectDELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetColor()getDate()longgetDocId()doubledoublegetLeft()intintintintgetPage()doublegetShape()doublegetTop()getType()longdoublegetWidth()inthashCode()voidvoidvoidsetDocId(long docId) voidsetFileName(String fileName) voidsetFileVersion(String fileVersion) voidsetHeight(double height) voidsetLeft(double left) voidsetLineColor(String lineColor) voidsetLineOpacity(int lineOpacity) voidsetLineWidth(int lineWidth) voidsetMessage(String message) voidsetOpacity(int opacity) voidsetPage(int page) voidsetRecipient(String recipient) voidsetRecipientEmail(String recipientEmail) voidsetRotation(double rotation) voidvoidsetTop(double top) voidvoidsetUserId(long userId) voidsetUsername(String username) voidsetWidth(double width) toString()Methods inherited from class com.logicaldoc.core.PersistentObjectgetCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, 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- 
DocumentNotepublic DocumentNote()
- 
DocumentNote
 
- 
- 
Method Details- 
getDocIdpublic long getDocId()
- 
setDocIdpublic void setDocId(long docId) 
- 
getUserIdpublic long getUserId()
- 
setUserIdpublic void setUserId(long userId) 
- 
getUsername
- 
setUsername
- 
getDate
- 
setDate
- 
getMessage
- 
setMessage
- 
getPagepublic int getPage()
- 
setPagepublic void setPage(int page) 
- 
getFileName
- 
setFileName
- 
getOpacitypublic int getOpacity()
- 
getColor
- 
getLeftpublic double getLeft()
- 
getToppublic double getTop()
- 
getWidthpublic double getWidth()
- 
getHeightpublic double getHeight()
- 
setOpacitypublic void setOpacity(int opacity) 
- 
setColor
- 
setLeftpublic void setLeft(double left) 
- 
setToppublic void setTop(double top) 
- 
setWidthpublic void setWidth(double width) 
- 
setHeightpublic void setHeight(double height) 
- 
getFileVersion
- 
setFileVersion
- 
getType
- 
setType
- 
getRecipient
- 
setRecipient
- 
getRecipientEmail
- 
setRecipientEmail
- 
getLineOpacitypublic int getLineOpacity()
- 
setLineOpacitypublic void setLineOpacity(int lineOpacity) 
- 
getLineColor
- 
setLineColor
- 
getLineWidthpublic int getLineWidth()
- 
setLineWidthpublic void setLineWidth(int lineWidth) 
- 
getShape
- 
setShape
- 
getRotationpublic double getRotation()
- 
setRotationpublic void setRotation(double rotation) 
- 
toString- Overrides:
- toStringin class- PersistentObject
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- PersistentObject
 
- 
equals- Overrides:
- equalsin class- PersistentObject
 
 
-