org.placelab.stumbler.gui
Class BeaconHistory.BeaconHistoryHelper

java.lang.Object
  extended byorg.placelab.stumbler.gui.BeaconHistory.BeaconHistoryHelper
Enclosing class:
BeaconHistory

public static class BeaconHistory.BeaconHistoryHelper
extends java.lang.Object


Field Summary
 TwoDCoordinate gpsLL
           
 BeaconReading reading
           
 long timestamp
           
 
Constructor Summary
BeaconHistory.BeaconHistoryHelper(BeaconReading reading, TwoDCoordinate gpsLL, long timestamp)
           
 
Method Summary
 java.lang.String getId()
           
 boolean hasGPS()
           
 boolean isNew(Mapper inMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reading

public BeaconReading reading

timestamp

public long timestamp

gpsLL

public TwoDCoordinate gpsLL
Constructor Detail

BeaconHistory.BeaconHistoryHelper

public BeaconHistory.BeaconHistoryHelper(BeaconReading reading,
                                         TwoDCoordinate gpsLL,
                                         long timestamp)
Method Detail

isNew

public boolean isNew(Mapper inMapper)

hasGPS

public boolean hasGPS()

getId

public java.lang.String getId()