|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avian.foods.basefoods.DefaultFood
com.avian.foods.colorfoods.WhiteFood
public class WhiteFood
A different variety of food, extended from DefaultFood.
Field Summary |
---|
Fields inherited from class com.avian.foods.basefoods.DefaultFood |
---|
contents, description, mannaHistory, mts, name |
Constructor Summary | |
---|---|
WhiteFood()
Default (and only) constructor for this food, it calls the DefaultFood constructor and then sets a few reasonable values for its variables. |
Method Summary |
---|
Methods inherited from class com.avian.foods.basefoods.DefaultFood |
---|
getDescription, getName, setDescription, setName, toHistoryString, toHistoryStringShort, toString, toStringShort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WhiteFood()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |