Class SoftwareData

    • Constructor Detail

      • SoftwareData

        public SoftwareData()
    • Method Detail

      • getEntryDate

        public Date getEntryDate()
        Description copied from interface: RegisteredData
        Get the date this item was added to the database. The value is generated at creation time and can't be modified later.
        Specified by:
        getEntryDate in interface RegisteredData
      • setEntryDate

        public void setEntryDate​(Date entryDate)
      • getVersionString

        public String getVersionString()
        Hibernate: property
        column="`version_string`" type="string" length="255" not-null="false"
      • setVersionString

        public void setVersionString​(String versionString)