Class FolderHistory

All Implemented Interfaces:
Serializable, Comparable<History>

@Entity public class FolderHistory extends AbstractDocumentHistory
History entry due to an event on a folder.
Since:
6.4
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • FolderHistory

      public FolderHistory()
    • FolderHistory

      public FolderHistory(FolderHistory source)
  • Method Details

    • setEvent

      public void setEvent(FolderEvent event)
    • setEvent

      public void setEvent(String event)
      Description copied from class: History
      Sets the event key
      Overrides:
      setEvent in class History
      Parameters:
      event - key of the event
    • getEventEnum

      public FolderEvent getEventEnum()
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)