Class KitData

    • Field Detail

      • entryDate

        private Date entryDate
      • inactive

        private boolean inactive
      • expirationDate

        private Date expirationDate
    • Constructor Detail

      • KitData

        public KitData()
    • 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)
      • isInactive

        public boolean isInactive()
        A flag indicating if this kit is no longer active.
        Hibernate: property
        column="`inactive`" type="boolean" not-null="true"
      • setInactive

        public void setInactive​(boolean inactive)
      • getExpirationDate

        public Date getExpirationDate()
        Get expiration date for the kit.
        Hibernate: property
        column="`expiration_date`" type="date" not-null="false"
      • setExpirationDate

        public void setExpirationDate​(Date expirationDate)