com.gotdns.jimula.EatHealthy
Class Meat

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

public class Meat
extends java.lang.Object

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

EatHealthy

A simple personal nutrient need and food serving calculator

Copyright (c) 2003


Field Summary
 int calories
          calories contents of one meat's serving
 int fat
          fat contents of one meat's serving
static int PROTEIN
          protein contents of one meat's serving
 
Constructor Summary
Meat(java.lang.String fat_quantity)
          Construsts a new Meat object. meat's portion of fat and calories depend on it is lean, medium fat, or heigh fat.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTEIN

public static final int PROTEIN
protein contents of one meat's serving

See Also:
Constant Field Values

fat

public int fat
fat contents of one meat's serving


calories

public int calories
calories contents of one meat's serving

Constructor Detail

Meat

public Meat(java.lang.String fat_quantity)
Construsts a new Meat object. meat's portion of fat and calories depend on it is lean, medium fat, or heigh fat.

Parameters:
fat_quantity - represents meat's fat quantity