Interface RegisteredData

    • Method Detail

      • getEntryDate

        Date getEntryDate()
        Get the date this item was added to the database. The value is generated at creation time and can't be modified later.
        Since:
        2.10
        Hibernate: property
        column="`entry_date`" type="date" not-null="false" update="false"