Interface IAudit

All Superinterfaces:
IIdentifiable
All Known Implementing Classes:
AAudit, Audit, Audit, AuditDto

public interface IAudit extends IIdentifiable
The audit contains all the data related to a certain limit.
Author:
ActiveViam
  • Field Summary

    Fields inherited from interface com.qfs.snl.persistence.IIdentifiable

    NO_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    The hostname of the computer that created the action.
    Return the ip of the computer that created the action.
    long
    Return the timestamp in milliseconds when the action occurred.
    Return the name of the user.

    Methods inherited from interface com.qfs.snl.persistence.IIdentifiable

    getId
  • Method Details

    • getTimestamp

      long getTimestamp()
      Return the timestamp in milliseconds when the action occurred.
      Returns:
      the timestamp in milliseconds
    • getUsername

      String getUsername()
      Return the name of the user.
      Returns:
      the users's name
    • getIp

      String getIp()
      Return the ip of the computer that created the action.
      Returns:
      the ip
    • getHostname

      String getHostname()
      The hostname of the computer that created the action.
      Returns:
      the hostname