Package com.xffffff.wellfed.mealplan
Class MealPlanProxy
- java.lang.Object
-
- com.xffffff.wellfed.mealplan.MealPlan
-
- com.xffffff.wellfed.mealplan.MealPlanProxy
-
- All Implemented Interfaces:
java.io.Serializable
public class MealPlanProxy extends MealPlan
ProxyMealPlan class. It is a proxy for the meal plan object, that does not load the ingredient and recipe references.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MealPlanProxy(java.lang.String title)
Creates a new ProxyMealPlan object which represents a meal to be eaten on a certain date.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MealPlan
getMealPlan()
Get MealPlan-
Methods inherited from class com.xffffff.wellfed.mealplan.MealPlan
addIngredient, addRecipe, getCategory, getEatDate, getId, getIngredient, getIngredients, getRecipe, getRecipes, getServings, getTitle, isEqual, removeIngredient, removeRecipe, setCategory, setEatDate, setId, setIngredients, setRecipes, setServings, setTitle
-
-
-
-
Method Detail
-
getMealPlan
public MealPlan getMealPlan()
Get MealPlan- Returns:
- MealPlan object
-
-