|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avian.foods.basefoods.StdFood
com.avian.foods.dbfoods.CombinedFood
public class CombinedFood
Combines a first name food object, a last name food object, and a zipcode food object into one food object
Constructor Summary | |
---|---|
CombinedFood()
Default (and only) constructor for this food, it calls the StdFood constructor and then sets its variables to reasonable values. |
Method Summary |
---|
Methods inherited from class com.avian.foods.basefoods.StdFood |
---|
addToFoodHistory, getContents, getDescription, getFoodType, getHistory, getName, setContents, setDescription, setFoodType, setHistory, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CombinedFood()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |