| java.lang.Object jimm.datavision.testdata.Office
Office | public class Office (Code) | | Generates test data for the office table. Used by the
CreateData classes found in the database subdirectories.
author: Jim Menard, jimm@io.com |
Method Summary | |
public static Iterator | offices() Returns an iterator over the office test data. |
NUM_OFFICES | final public static int NUM_OFFICES(Code) | | |
visible | public boolean visible(Code) | | |
offices | public static Iterator offices()(Code) | | Returns an iterator over the office test data.
an iterator over Office objects |
|
|