Module data.api

Interface ByLastModified<T,​U>

    • Field Detail

      • COLUMN_NAME_LAST_MODIFIED_BY

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

      • getLastModifiedBy

        U getLastModifiedBy()
        Gets the user or account that last modified this data
        Returns:
        the user or account that last modified this data
      • setLastModifiedBy

        void setLastModifiedBy​(U user)
        Sets the user or account that last modified this data
        Parameters:
        user - the user or account that last modified this data