com.retek.component.customerorder
Class ReplacementLinePair
java.lang.Object
com.retek.component.customerorder.ReplacementLinePair
- public class ReplacementLinePair
- extends java.lang.Object
A container that holds a Replacement Return and its corresponding Replacement Sale.
A Replacement Return represents an item (or multiple quantities of the same item)
returned by the customer which is/are being replaced by the exact same item and
the same quantity of the item (the Replacement Sale). A Replacement Return would
be created when a customer calls, after having received a defective item, and
indicates that he/she wants to have the exact same item sent to him/her to replace
the defective item.
A Replacement Return has only one Replacement Sale order line. A Replacement Sale
order line has only one Replacement Return.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplacementLinePair
public ReplacementLinePair(CustomerOrderLine replacementSaleLine,
ReturnLine replacementReturnLine)
throws SystemException
getReturnLine
public ReturnLine getReturnLine()
getSaleLine
public CustomerOrderLine getSaleLine()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28