Class 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 Detail

      • MealPlanProxy

        public MealPlanProxy​(java.lang.String title)
        Creates a new ProxyMealPlan object which represents a meal to be eaten on a certain date.
        Parameters:
        title - The title of the MealPlan
    • Method Detail

      • getMealPlan

        public MealPlan getMealPlan()
        Get MealPlan
        Returns:
        MealPlan object