com.retek.component.customerorder
Class ReplacementLinePair

java.lang.Object
  extended bycom.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.


Constructor Summary
ReplacementLinePair(CustomerOrderLine replacementSaleLine, ReturnLine replacementReturnLine)
           
 
Method Summary
 ReturnLine getReturnLine()
           
 CustomerOrderLine getSaleLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplacementLinePair

public ReplacementLinePair(CustomerOrderLine replacementSaleLine,
                           ReturnLine replacementReturnLine)
                    throws SystemException
Method Detail

getReturnLine

public ReturnLine getReturnLine()

getSaleLine

public CustomerOrderLine getSaleLine()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25