Package org.adempiere.model
Class PromotionRule.OrderLineComparator
java.lang.Object
org.adempiere.model.PromotionRule.OrderLineComparator
- All Implemented Interfaces:
Comparator<Integer>
- Enclosing class:
- PromotionRule
protected static class PromotionRule.OrderLineComparator
extends Object
implements Comparator<Integer>
Price actual comparator for order line
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
index
C_OrderLine_ID:MOrderLine
-
-
Constructor Details
-
OrderLineComparator
- Parameters:
olIndex- order lines
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Integer>
-