pops.ale.epc.reports
Class ECReaderStat

java.lang.Object
  extended by pops.ale.epc.reports.ECReaderStat

public class ECReaderStat
extends java.lang.Object

An ECReaderStat contains information about sightings of a Tag by a particular Reader. An ALE implementation MAY use a subclass of this type to provide information about a Reader’s interaction with a Tag that is not specific to a particular sighting.
For example, a subclass of this type might provide timestamps for the first and last time the Tag was sighted by the Reader, or the total number of sightings of the Tag by that Reader.

Author:
pops, R.DAGHER

Constructor Summary
ECReaderStat(java.lang.String readerName, ECSightingStat[] sightings)
          Constructor
 
Method Summary
 java.lang.String getReaderName()
          Getter for readerName
 ECSightingStat[] getSightings()
          Getter for sightings
 void setReaderName(java.lang.String readerName)
          Setter for readerName
 void setSightings(ECSightingStat[] sightings)
          Setter for sightings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECReaderStat

public ECReaderStat(java.lang.String readerName,
                    ECSightingStat[] sightings)
Constructor

Parameters:
readerName -
sightings -
Method Detail

getReaderName

public java.lang.String getReaderName()
Getter for readerName

Returns:
the readerName

getSightings

public ECSightingStat[] getSightings()
Getter for sightings

Returns:
the sightings

setReaderName

public void setReaderName(java.lang.String readerName)
Setter for readerName

Parameters:
readerName - the value to set

setSightings

public void setSightings(ECSightingStat[] sightings)
Setter for sightings

Parameters:
sightings - the value to set