Module data.api

Interface ByDeletable<T,​U>

    • Field Detail

      • COLUMN_NAME_DELETED_BY

        static final java.lang.String COLUMN_NAME_DELETED_BY
        The Constant for the column name 'deletedBy'.
        See Also:
        Constant Field Values
    • Method Detail

      • getDeletedBy

        U getDeletedBy()
        Gets the user or account that deleted this data
        Returns:
        the user or account that deleted this data
      • setDeletedBy

        void setDeletedBy​(U user)
        Sets the user or account that deleted this data
        Parameters:
        user - the user or account that deleted this data