Package com.cis.gorecipe.model
Class FoodImage
java.lang.Object
com.cis.gorecipe.model.FoodImage
This class allows GoRecipe to keep track of all image objects stored in AWS S3 buckets
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Set<Ingredient>The ingredient displayed in the imageprivate StringThe primary key of the FoodImage, which also serves as the S3 object lookup keyprivate UserThe user which uploaded the image to GoRecipe -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
S3objectId
The primary key of the FoodImage, which also serves as the S3 object lookup key -
uploadedBy
The user which uploaded the image to GoRecipe -
imageOf
The ingredient displayed in the image
-
-
Constructor Details
-
FoodImage
public FoodImage()
-