com.bea.rfid.workflow.epcis
Class ReconciliationResult
java.lang.Object
com.bea.rfid.workflow.epcis.ReconciliationResult
public class ReconciliationResult
- extends Object
Utility class to hold Aggregation event reconciliation result
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReconciliationResult
public ReconciliationResult()
ReconciliationResult
public ReconciliationResult(boolean parentMatched,
boolean childrenMatched,
Manifest missingEntries,
Manifest extraEntries)
getChildrenMatched
public boolean getChildrenMatched()
setChildrenMatched
public void setChildrenMatched(boolean childrenMatched)
getExtraEntries
public Manifest getExtraEntries()
setExtraEntries
public void setExtraEntries(Manifest extraEntries)
getMissingEntries
public Manifest getMissingEntries()
setMissingEntries
public void setMissingEntries(Manifest missingEntries)
getParentMatched
public boolean getParentMatched()
setParentMatched
public void setParentMatched(boolean parentMatched)