Package com.cis.gorecipe.model
Class RecipeCalendarItem
java.lang.Object
com.cis.gorecipe.model.RecipeCalendarItem
This class allows for adding a recipe to a specified user's calendar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The primary key of the item -
user
The user whose calendar this item is being added to -
recipe
The recipe being added to the user's calendar -
date
The date on which the user would like to cook the recipe
-
-
Constructor Details
-
RecipeCalendarItem
public RecipeCalendarItem()
-