com.pmease.quickbuild.plugin.report.engine.datastore.duplicate
Class DataRowMerger

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.datastore.duplicate.DataRowMerger
All Implemented Interfaces:
MergeFunction<DataRow>

public class DataRowMerger
extends java.lang.Object
implements MergeFunction<DataRow>


Constructor Summary
DataRowMerger()
           
 
Method Summary
 DataRow process(DataRow currentRow, DataRow newRow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRowMerger

public DataRowMerger()
Method Detail

process

public DataRow process(DataRow currentRow,
                       DataRow newRow)
Specified by:
process in interface MergeFunction<DataRow>


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.