atg.commerce.inventory
Class SkuLinkComparator

java.lang.Object
  extended by atg.commerce.inventory.SkuLinkComparator
All Implemented Interfaces:
java.util.Comparator

public class SkuLinkComparator
extends java.lang.Object
implements java.util.Comparator

Used to compare sku links. Returns a comparison of the Ids. Used by RepositoryInventoryManager

See Also:
Created: Tue Mar 14 10:41:59 2000

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
SkuLinkComparator()
           
 
Method Summary
 int compare(java.lang.Object pSkuLink1, java.lang.Object pSkuLink2)
           
 
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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

SkuLinkComparator

public SkuLinkComparator()
Method Detail

compare

public int compare(java.lang.Object pSkuLink1,
                   java.lang.Object pSkuLink2)
Specified by:
compare in interface java.util.Comparator