Class RecipeCalendarItem

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

@Entity public class RecipeCalendarItem extends Object
This class allows for adding a recipe to a specified user's calendar
  • Field Details

    • id

      private Long id
      The primary key of the item
    • user

      private User user
      The user whose calendar this item is being added to
    • recipe

      private Recipe recipe
      The recipe being added to the user's calendar
    • date

      private Date date
      The date on which the user would like to cook the recipe
  • Constructor Details

    • RecipeCalendarItem

      public RecipeCalendarItem()