Adding a new Object to the BioSpice warehouse schema

This is an example of how to add a new table object into the java Loader code.
Explainations of Package and Class concepts can be found in LoaderHandOff.txt.

Name: pathway

Create the interface file


Create the implementation file


Add variables to PathwayImpl.java


Add constructor to PathwayImpl.java


Add get/set methods for each variable into Pathway.java and PathwayImpl.java


Edits to SchemaFactory.java


Edits to DataSet.java and DataSetImpl.java


Edits to SQLOutput.java and SQLOutputImpl.java

Any question write to eric.sparling@sri.com
Good Luck.