ca.spaz.cron.datasource.sql.USDAsr17
Class USDAFood

java.lang.Object
  extended by ca.spaz.cron.datasource.sql.USDAsr17.USDAFood

public class USDAFood
extends java.lang.Object


Constructor Summary
USDAFood(java.lang.String str, java.util.Map groups)
          Construct from USDB Flat file string
 
Method Summary
 void addToDB(java.sql.Connection c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

USDAFood

public USDAFood(java.lang.String str,
                java.util.Map groups)
Construct from USDB Flat file string

Parameters:
str - a string from the USDB sr17 flat file
groups - map of ids to food groups
Method Detail

addToDB

public void addToDB(java.sql.Connection c)


Copyright © 2005 Spaz. All Rights Reserved.