Class HistoryEntry

    • Constructor Detail

      • HistoryEntry

        public HistoryEntry()
    • Method Detail

      • getId

        public int getId()
        Returns the ID of the history entry.
        Returns:
        The ID of the history entry.
      • setId

        public void setId​(int id)
        Sets the ID of the history entry.
        Parameters:
        id - The ID, that shall be set.
      • isActive

        public boolean isActive()
        Returns true, if the history entry is currently active.
        Returns:
        True, if the history entry is currently active.
      • setActive

        public void setActive​(boolean active)
        When set to true, the history entry is currently active.
        Parameters:
        active - true, if the history entry is currently active.
      • getFileName

        @Nullable
        public @Nullable String getFileName()
        Returns the name of the file, that has been changed.
        Returns:
        The name of the file, that has been changed.
      • setFileName

        public void setFileName​(@Nullable
                                @Nullable String fileName)
        Sets the name of the file, that has been changed.
        Parameters:
        fileName - The name of the file, that has been changed.
      • getOperation

        @Nullable
        public @Nullable String getOperation()
        Returns the name of the operation, that has been executed.
        Returns:
        The name of the operation, that has been executed.
      • setOperation

        public void setOperation​(@Nullable
                                 @Nullable String operation)
        Sets the name of the operation, that has been executed.
        Parameters:
        operation - The name of the operation, that has been executed.
      • getDateTime

        @Nullable
        public @Nullable String getDateTime()
        Returns the timestamp of the history entry.
        Returns:
        The timestamp of the history entry.
      • setDateTime

        public void setDateTime​(@Nullable
                                @Nullable String dateTime)
        Sets the timestamp of the history entry.
        Parameters:
        dateTime - The timestamp of the history entry.