serf.data
Class ProductMatcherMerger

java.lang.Object
  extended by serf.data.BasicMatcherMerger
      extended by serf.data.ProductMatcherMerger
All Implemented Interfaces:
MatcherMerger

public class ProductMatcherMerger
extends BasicMatcherMerger
implements MatcherMerger

Use this class to compare Record objects containing yahoo shopping data. Specifically these records should contain the following attributes: price - the price of the item being sold title - the title of the item being sold Note: this class is similar to YahooMatcherMerger. It works with serialized records of a slightly different format.


Constructor Summary
ProductMatcherMerger(java.util.Properties props)
           
ProductMatcherMerger(RecordFactory factory)
           
ProductMatcherMerger(RecordFactory factory, float tt, float pt)
           
 
Method Summary
 
Methods inherited from class serf.data.BasicMatcherMerger
match, merge
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface serf.data.MatcherMerger
match, merge
 

Constructor Detail

ProductMatcherMerger

public ProductMatcherMerger(java.util.Properties props)

ProductMatcherMerger

public ProductMatcherMerger(RecordFactory factory)

ProductMatcherMerger

public ProductMatcherMerger(RecordFactory factory,
                            float tt,
                            float pt)