java.lang.Object
edu.ntnu.idatt2106_2023_06.backend.model.items.Item

@Entity public class Item extends Object
This class represents a food items. A food items has an id, name, brief description, price, purchase and expiration date, and category.
Author:
Trym Hamer Gudvangen
  • Constructor Details

    • Item

      public Item()