|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ca.spaz.cron.database.NutrientTable ca.spaz.cron.database.Minerals
public class Minerals
Field Summary | |
---|---|
double |
calcium
|
double |
copper
|
double |
iron
|
double |
magnesium
|
double |
manganese
|
double |
phosphorus
|
double |
potassium
|
double |
selenium
|
double |
sodium
|
double |
zinc
|
Constructor Summary | |
---|---|
Minerals()
|
|
Minerals(Food f)
|
Method Summary | |
---|---|
void |
addFood(Serving food)
|
protected java.lang.String |
doGetTableName()
Subclasses must implement this in order to supply their table name. |
Methods inherited from class ca.spaz.cron.database.NutrientTable |
---|
addFood, getAmountByTag, getTableName, setAmountByTag, updateDatabase |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double calcium
public double copper
public double iron
public double magnesium
public double manganese
public double phosphorus
public double potassium
public double selenium
public double sodium
public double zinc
Constructor Detail |
---|
public Minerals()
public Minerals(Food f)
Method Detail |
---|
public void addFood(Serving food)
protected java.lang.String doGetTableName()
NutrientTable
doGetTableName
in class NutrientTable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |