java.lang.Object | +--com.ibm.commerce.tools.epromotion.databeans.RLPromotionListQuickSortCompare
This class is the implementation of QuickSortCompare, which is used to sort the discount list according to the users choice.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT the copyright information |
Constructor Summary | |
---|---|
RLPromotionListQuickSortCompare(java.text.Collator newLocaleCollator,
java.lang.String newOrderBy) RLDiscountListQuickSortCompare constructor comment. |
Method Summary | |
---|---|
int |
compare(java.lang.Object obj1, java.lang.Object obj2) compares the two objects |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public RLPromotionListQuickSortCompare(java.text.Collator newLocaleCollator, java.lang.String newOrderBy)
Method Detail |
---|
public int compare(java.lang.Object obj1, java.lang.Object obj2)
compare
in interface
QuickSortCompare