Interface IHasTrashInfo

  • All Superinterfaces:
    com.helger.datetime.domain.IHasTrashDateTime

    public interface IHasTrashInfo
    extends com.helger.datetime.domain.IHasTrashDateTime
    Base interface for an object that has a date time and a user ID.
    Author:
    Philip Helger
    • Method Detail

      • getTrashUserID

        @Nullable
        String getTrashUserID()
        Returns:
        The user ID who trashed the object or null if this object has not yet been trashed.
      • hasTrashUserID

        default boolean hasTrashUserID()
        Returns:
        true if a trash user is present, false if not.
        Since:
        6.1.1