Module data.api

Interface LastModified<T>

    • Field Detail

      • COLUMN_NAME_LAST_MODIFIED

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

      • getLastModified

        T getLastModified()
        Gets the point of time from the last modification
        Returns:
        the point of time from the last modification
      • setLastModified

        void setLastModified​(T created)
        Sets the point of time from the last modification
        Parameters:
        created - the new point of time from the last modification