com.avian.foods.dbfoods
Class StateZipPop

java.lang.Object
  extended by com.avian.foods.basefoods.StdFood
      extended by com.avian.foods.dbfoods.StateZipPop
All Implemented Interfaces:
Manna

public class StateZipPop
extends StdFood

Receives one record of State, Zipcode, & Population data from the database


Constructor Summary
StateZipPop()
          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

StateZipPop

public StateZipPop()
Default (and only) constructor for this food, it calls the StdFood constructor and then sets its variables to reasonable values.