Class ImportFolderHistory

java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.history.History
com.logicaldoc.core.document.AbstractDocumentHistory
com.logicaldoc.importfolder.ImportFolderHistory
All Implemented Interfaces:
Serializable, Comparable<com.logicaldoc.core.history.History>

@Entity public class ImportFolderHistory extends com.logicaldoc.core.document.AbstractDocumentHistory
History entry due to an event on an Import Folder.
Since:
8.7.1
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
     
     
     
    long
     
    int
     
    void
     
    void
     
    void
    setImportFolderId(long importFolderId)
     

    Methods inherited from class com.logicaldoc.core.document.AbstractDocumentHistory

    getDocId, getDocument, getFilename, getFilenameOld, getFileSize, getFileVersion, getFolder, getFolderId, getPathOld, getReason, getVersion, setDocId, setDocument, setFilename, setFilenameOld, setFileSize, setFileVersion, setFolder, setFolderId, setPathOld, setReason, setVersion

    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

    • ImportFolderHistory

      public ImportFolderHistory()
    • ImportFolderHistory

      public ImportFolderHistory(ImportFolderHistory source)
  • Method Details

    • setEvent

      public void setEvent(ImportFolderEvent event)
    • getEventEnum

      public ImportFolderEvent getEventEnum()
    • getImportFolderId

      public long getImportFolderId()
    • setImportFolderId

      public void setImportFolderId(long importFolderId)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.logicaldoc.core.document.AbstractDocumentHistory
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class com.logicaldoc.core.document.AbstractDocumentHistory