com.retek.component.customerorder.integration.rib
Class ReturnConfirmationItemQuantity

java.lang.Object
  extended bycom.retek.component.customerorder.integration.rib.ReturnConfirmationItemQuantity

public class ReturnConfirmationItemQuantity
extends java.lang.Object

Class which represents a return confirmation item return quantity. This is a wrapper class used to provide behavior around the CustRetItemQty payload during return confirmation the injection process.


Constructor Summary
ReturnConfirmationItemQuantity(DistributedContext context, com.retek.rib.binding.payload.CustRetItemQty custRetItemQty)
           
 
Method Summary
 SupplierReturnDisposition getReturnDisposition()
           
 Money getReturnPostageAmount()
           
 Quantity getReturnQuantity()
           
 ReturnReason getReturnReason()
           
 Quantity getUnprocessedReturnQuantity()
           
 void incrementProcessedReturnQuantity(Quantity processedQty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnConfirmationItemQuantity

public ReturnConfirmationItemQuantity(DistributedContext context,
                                      com.retek.rib.binding.payload.CustRetItemQty custRetItemQty)
Method Detail

getReturnQuantity

public Quantity getReturnQuantity()

getUnprocessedReturnQuantity

public Quantity getUnprocessedReturnQuantity()

incrementProcessedReturnQuantity

public void incrementProcessedReturnQuantity(Quantity processedQty)

getReturnDisposition

public SupplierReturnDisposition getReturnDisposition()
                                               throws SystemException
Throws:
SystemException

getReturnReason

public ReturnReason getReturnReason()
                             throws SystemException
Throws:
SystemException

getReturnPostageAmount

public Money getReturnPostageAmount()
                             throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28