Class UserHistory

All Implemented Interfaces:
Serializable, Comparable<History>

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(UserHistory source)
  • Method Details

    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)