uk.ac.cisban.rod.data.util
Class LogEventMapping

java.lang.Object
  extended by uk.ac.cisban.rod.data.util.LogEventMapping

public class LogEventMapping
extends java.lang.Object

Helper class for mapping multiple LogEvents inside the data management layer. Maps one source barcode to many destination barcodes at a particular time.

Since:
11-Dec-2008 2:18:47 PM
Author:
Morgan

Constructor Summary
LogEventMapping(java.lang.String sourceBarcode, java.util.Date inocTime)
           
 
Method Summary
 void addDestinationBarcode(java.lang.String barcode)
           
 java.util.Collection<java.lang.String> getDestinationBarcodes()
           
 java.util.Date getInocTime()
           
 java.lang.String getSourceBarcode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEventMapping

public LogEventMapping(java.lang.String sourceBarcode,
                       java.util.Date inocTime)
Method Detail

addDestinationBarcode

public void addDestinationBarcode(java.lang.String barcode)

getDestinationBarcodes

public java.util.Collection<java.lang.String> getDestinationBarcodes()

getSourceBarcode

public java.lang.String getSourceBarcode()

getInocTime

public java.util.Date getInocTime()


Copyright © 2010. All Rights Reserved.