com.connecterra.ale.alevent.impl
Class EngineTagReport

java.lang.Object
  extended bycom.connecterra.ale.alevent.impl.EngineTagReport
All Implemented Interfaces:
TagReport

public class EngineTagReport
extends java.lang.Object
implements TagReport


Constructor Summary
EngineTagReport(java.net.URI epc, java.util.List opReports)
           
 
Method Summary
 java.net.URI getEPC()
          Return the EPC this tag reported in the inventory round.
 java.util.List getOpReports()
          Return the list of OpReports, in order, that contain the results of each OpSpec in the associated AccessSpec.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineTagReport

public EngineTagReport(java.net.URI epc,
                       java.util.List opReports)
Method Detail

getEPC

public java.net.URI getEPC()
Description copied from interface: TagReport
Return the EPC this tag reported in the inventory round.

Specified by:
getEPC in interface TagReport

getOpReports

public java.util.List getOpReports()
Description copied from interface: TagReport
Return the list of OpReports, in order, that contain the results of each OpSpec in the associated AccessSpec.

Specified by:
getOpReports in interface TagReport