Class MachineDefaults

java.lang.Object
  extended by MachineDefaults

public class MachineDefaults
extends java.lang.Object

Constants that help the machine know where it is.

Author:
Dave Price

Field Summary
static java.util.Date endTime
          The date the election ends.
static java.util.Date startTime
          The date an election starts.
 
Constructor Summary
MachineDefaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

public static final java.util.Date startTime
The date an election starts.


endTime

public static final java.util.Date endTime
The date the election ends.

Constructor Detail

MachineDefaults

public MachineDefaults()