Class OCRHistory

java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.history.History
com.logicaldoc.ocr.OCRHistory
All Implemented Interfaces:
Serializable, Comparable<com.logicaldoc.core.history.History>

@Entity public class OCRHistory extends com.logicaldoc.core.history.History
History entry to record OCR events
Since:
8.8.5
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Field Summary

    Fields inherited from class com.logicaldoc.core.history.History

    ASPECT

    Fields inherited from class com.logicaldoc.core.PersistentObject

    DELETED_CODE_DEFAULT, DELETED_CODE_STRONG, id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     
    com.logicaldoc.core.document.AbstractDocument
     
     
     
     
     
     
    int
     
    void
     
    void
    setDocId(Long docId)
     
    void
    setDocument(com.logicaldoc.core.document.AbstractDocument document)
     
    void
     
    void
    setFilename(String filename)
     
    void
    setFileSize(Long fileSize)
     
    void
    setFolderId(Long folderId)
     
    void
    setReason(String reason)
     

    Methods inherited from class com.logicaldoc.core.history.History

    compareTo, eventTables, getComment, getDate, getDevice, getEvent, getGeolocation, getIp, getKeyLabel, getNotified, getPath, getSessionId, getTenant, getUser, getUserId, getUserLogin, getUsername, isNotifyEvent, setClient, setComment, setDate, setDevice, setGeolocation, setIp, setKeyLabel, setNotified, setNotifyEvent, setPath, setSession, setSessionId, setTenant, setUser, setUserId, setUserLogin, setUsername, toString

    Methods inherited from class com.logicaldoc.core.PersistentObject

    getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OCRHistory

      public OCRHistory()
    • OCRHistory

      public OCRHistory(OCRHistory source)
  • Method Details

    • setEvent

      public void setEvent(OCREvent event)
    • getEventEnum

      public OCREvent getEventEnum()
    • getDocId

      public Long getDocId()
    • setDocId

      public void setDocId(Long docId)
    • getFolderId

      public Long getFolderId()
    • setFolderId

      public void setFolderId(Long folderId)
    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • getFileSize

      public Long getFileSize()
    • setFileSize

      public void setFileSize(Long fileSize)
    • getReason

      public String getReason()
    • setReason

      public void setReason(String reason)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getDocument

      public com.logicaldoc.core.document.AbstractDocument getDocument()
    • setDocument

      public void setDocument(com.logicaldoc.core.document.AbstractDocument document)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.logicaldoc.core.history.History
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class com.logicaldoc.core.history.History