jimm.datavision.testdata
Class Job
java.lang.Object
jimm.datavision.testdata.Job
public class Job
- extends java.lang.Object
Generates test data for the jobs table. Used by the CreateData
classes found in the database subdirectories.
- Author:
- Jim Menard, jimm@io.com
|
Constructor Summary |
Job(java.util.Random rand,
int i)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUM_JOBS
public static final int NUM_JOBS
- See Also:
- Constant Field Values
MILLISECS_PER_DAY
protected static final long MILLISECS_PER_DAY
- See Also:
- Constant Field Values
CITIES
protected static final java.lang.String[] CITIES
id
public int id
fk_office_id
public int fk_office_id
hourly_rate
public java.lang.Integer hourly_rate
title
public java.lang.String title
company
public java.lang.String company
location
public java.lang.String location
description
public java.lang.String description
post_date
public java.util.Calendar post_date
visible
public boolean visible
Job
public Job(java.util.Random rand,
int i)
jobs
public static java.util.Iterator jobs()
hourlyRateAsString
public java.lang.String hourlyRateAsString()