Interface OrderEntryMatcher<T>
-
- Type Parameters:
T- - the matcher object type
- All Known Implementing Classes:
PosOrderEntryMatcher
public interface OrderEntryMatcher<T>The matcher will determine which attribute of aAbstractOrderEntryModelwill be used for matching.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetMatchingObject(AbstractOrderEntryModel orderEntry)Get the order entry model attribute used to match it to other order entries.
-
-
-
Method Detail
-
getMatchingObject
T getMatchingObject(AbstractOrderEntryModel orderEntry)
Get the order entry model attribute used to match it to other order entries.- Parameters:
orderEntry- - the abstract order entry model- Returns:
- the matching attribute; or null if the attribute is null
-
-