Class FoodImage

java.lang.Object
com.cis.gorecipe.model.FoodImage

@Entity public class FoodImage extends Object
This class allows GoRecipe to keep track of all image objects stored in AWS S3 buckets
  • Field Details

    • S3objectId

      private String S3objectId
      The primary key of the FoodImage, which also serves as the S3 object lookup key
    • uploadedBy

      private User uploadedBy
      The user which uploaded the image to GoRecipe
    • imageOf

      private Set<Ingredient> imageOf
      The ingredient displayed in the image
  • Constructor Details

    • FoodImage

      public FoodImage()