Module data.api

Interface Creatable<T>

    • Field Detail

      • COLUMN_NAME_CREATED

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

      • getCreated

        T getCreated()
        Gets the point of time from creation
        Returns:
        the point of time from creation
      • setCreated

        void setCreated​(T created)
        Sets the point of time from creation
        Parameters:
        created - the point of time from creation