com.gotdns.jimula.EatHealthy
Class Fruit

java.lang.Object
  |
  +--com.gotdns.jimula.EatHealthy.Fruit

public class Fruit
extends java.lang.Object

Fruit is an object which contain it's nutrien, includes carbohydrate, and calories.

EatHealthy

A simple personal nutrient need and food serving calculator

Copyright (c) 2003


Field Summary
static int CALORIES
          calories contents of one fruit's serving
static int CARB
          carbohydrate contents of one fruit's serving
 
Constructor Summary
Fruit()
          Construst a new Fruit object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CARB

public static final int CARB
carbohydrate contents of one fruit's serving

See Also:
Constant Field Values

CALORIES

public static final int CALORIES
calories contents of one fruit's serving

See Also:
Constant Field Values
Constructor Detail

Fruit

public Fruit()
Construst a new Fruit object