Class UserHistory

All Implemented Interfaces:
Serializable, Comparable<History>

@Entity public class UserHistory extends History
History entry due to an event on a user.
Since:
5.0
Author:
Matteo Caruso - LogicalDOC
See Also:
  • Constructor Details

    • UserHistory

      public UserHistory()
    • UserHistory

      public UserHistory(Session session)
    • UserHistory

      public UserHistory(UserHistory source)
  • Method Details

    • setEvent

      public void setEvent(UserEvent event)
    • getEventEnum

      public UserEvent getEventEnum()
    • getFolderId

      public Long getFolderId()
    • setFolderId

      public void setFolderId(Long folderId)
    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)
    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • getFileSize

      public Long getFileSize()
    • setFileSize

      public void setFileSize(Long fileSize)
    • getDocId

      public Long getDocId()
    • setDocId

      public void setDocId(Long docId)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class History
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class History