atg.commerce.order
Class CommerceIdentifierComparator

java.lang.Object
  extended by atg.commerce.order.CommerceIdentifierComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator

public class CommerceIdentifierComparator
extends java.lang.Object
implements java.util.Comparator, java.io.Serializable

Used to compare CommerceIdentifier objects by their id Created: Tue Mar 14 10:41:59 2000

See Also:
Serialized Form

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

CommerceIdentifierComparator

public CommerceIdentifierComparator()
Method Detail

compare

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