GWTApplication.client
Class FaultUpdateSnapshot

java.lang.Object
  extended by GWTApplication.client.FaultUpdateSnapshot
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class FaultUpdateSnapshot
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

This class is a entity class which is used to transfer the details of all of the faults which have been updated in the database since the web client last checked. details of a fault back to the client

Version:
$Id: FaultUpdateSnapshot.java,v 1.3 2008/01/15 11:08:16 cb Exp $
Author:
Craige Bevil

Field Summary
 java.util.ArrayList faultsUpdated
          This is an array of all of the faults which have been updated since the last time that we have checked the database for updates.
 java.util.Date timeStampOfLastCheck
          This is the time on the servlet container server host of the last time that we checked the database.
 
Constructor Summary
FaultUpdateSnapshot()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

faultsUpdated

public java.util.ArrayList faultsUpdated
This is an array of all of the faults which have been updated since the last time that we have checked the database for updates.


timeStampOfLastCheck

public java.util.Date timeStampOfLastCheck
This is the time on the servlet container server host of the last time that we checked the database. Note that we cannot use the time on the local host as it may be different so we cannot use the local time.

Constructor Detail

FaultUpdateSnapshot

public FaultUpdateSnapshot()