|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.FaultUpdateSnapshot
public class FaultUpdateSnapshot
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
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 |
---|
public java.util.ArrayList faultsUpdated
public java.util.Date timeStampOfLastCheck
Constructor Detail |
---|
public FaultUpdateSnapshot()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |