com.gotdns.jimula.EatHealthy
Class Oil

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

public class Oil
extends java.lang.Object

Oil is an object which contain it's nutrien, includes fat, and calories.

EatHealthy

A simple personal nutrient need and food serving calculator

Copyright (c) 2003


Field Summary
static int CALORIES
          calories contents of one oil's serving
static int FAT
          fat contents of one oil's serving
 
Constructor Summary
Oil()
          Construsts a new oil object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAT

public static final int FAT
fat contents of one oil's serving

See Also:
Constant Field Values

CALORIES

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

See Also:
Constant Field Values
Constructor Detail

Oil

public Oil()
Construsts a new oil object