Interface Registered

    • Method Detail

      • getEntryDate

        Date getEntryDate()
        Get the date that the item was registered in the database.
        Returns:
        A date or null if this is not known
        Since:
        2.10
      • setEntryDate

        void setEntryDate​(Date entryDate)
        Set the date the entry was registered in the database. Implementations should only allow this property to be set before the item is first stored in the database. The intention of this method is to facilitate export/import of data between server.
        Parameters:
        entryDate - A date or null to use today's date
        Since:
        3.11