org.broadleafcommerce.core.catalog.domain
Class ProductBundleComparator

java.lang.Object
  extended by org.broadleafcommerce.core.catalog.domain.ProductBundleComparator
All Implemented Interfaces:
Comparator<ProductBundle>

public class ProductBundleComparator
extends Object
implements Comparator<ProductBundle>

Created by bpolster.


Constructor Summary
ProductBundleComparator()
           
 
Method Summary
 int compare(ProductBundle productBundle, ProductBundle productBundle1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ProductBundleComparator

public ProductBundleComparator()
Method Detail

compare

public int compare(ProductBundle productBundle,
                   ProductBundle productBundle1)
Specified by:
compare in interface Comparator<ProductBundle>


Copyright © 2013. All Rights Reserved.