pops.ale.epc.reports
Class ECTagStat

java.lang.Object
  extended by pops.ale.epc.reports.ECTagStat
Direct Known Subclasses:
DecathStat

public class ECTagStat
extends java.lang.Object

An ECTagStat provides additional, implementation-defined information about each "sighting" of a Tag, that is, each time a Tag is acquired by one of the Readers participating in the event cycle.

Author:
pops, R.DAGHER

Constructor Summary
ECTagStat()
          Constructor
ECTagStat(ECStatProfileName profile)
          Constructor
 
Method Summary
 ECStatProfileName getProfile()
          Getter for profile
 ECReaderStat[] getStatBlocks()
          Getter for statBlocks
 void setStatBlocks(ECReaderStat[] statBlocks)
          Setter for statBlocks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECTagStat

public ECTagStat()
Constructor

Parameters:
profile -
statBlocks -

ECTagStat

public ECTagStat(ECStatProfileName profile)
Constructor

Method Detail

getProfile

public ECStatProfileName getProfile()
Getter for profile

Returns:
the profile

getStatBlocks

public ECReaderStat[] getStatBlocks()
Getter for statBlocks

Returns:
the statBlocks

setStatBlocks

public void setStatBlocks(ECReaderStat[] statBlocks)
Setter for statBlocks

Parameters:
statBlocks - the value to set