public class FoodNutrients
extends java.lang.Object
Constructor and Description |
---|
FoodNutrients() |
FoodNutrients(int id,
java.lang.String name,
int calories,
double carbs,
double protein,
double fat) |
Modifier and Type | Method and Description |
---|---|
int |
getCalories() |
double |
getCarbs() |
double |
getFat() |
double |
getProtein() |
java.lang.String |
toString() |