pops.ale.epc.reports
Class DecathStat

java.lang.Object
  extended by pops.ale.epc.reports.ECTagStat
      extended by pops.ale.epc.reports.DecathStat

public class DecathStat
extends ECTagStat

Decathlon statistics consisting of the following information for each captured tag:

firstSightingTime First Time the tag was captured in reading cycle
lastSightingTime Last Time the tag was captured in event cycle
number of readings Number of sightings of the tag in [firstSightingTime, lastSightingTime]

Author:
pops, R.DAGHER

Constructor Summary
DecathStat()
          Constructor
 
Method Summary
 java.lang.String getFirstSightingTime()
          Getter for firstSightingTime
 java.lang.String getLastSightingTime()
          Getter for lastSightingTime
 long getNumReadings()
          Getter for numReadings
 void setFirstSightingTime(java.lang.String firstSightingTime)
          Setter for firstSightingTime
 void setLastSightingTime(java.lang.String lastSightingTime)
          Setter for lastSightingTime
 void setNumReadings(long numReadings)
          Setter for numReadings
 
Methods inherited from class pops.ale.epc.reports.ECTagStat
getProfile, getStatBlocks, setStatBlocks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecathStat

public DecathStat()
Constructor

Method Detail

getFirstSightingTime

public java.lang.String getFirstSightingTime()
Getter for firstSightingTime

Returns:
the firstSightingTime

getLastSightingTime

public java.lang.String getLastSightingTime()
Getter for lastSightingTime

Returns:
the lastSightingTime

getNumReadings

public long getNumReadings()
Getter for numReadings

Returns:
the numReadings

setFirstSightingTime

public void setFirstSightingTime(java.lang.String firstSightingTime)
Setter for firstSightingTime

Parameters:
firstSightingTime - the value to set

setLastSightingTime

public void setLastSightingTime(java.lang.String lastSightingTime)
Setter for lastSightingTime

Parameters:
lastSightingTime - the value to set

setNumReadings

public void setNumReadings(long numReadings)
Setter for numReadings

Parameters:
numReadings - the value to set