com.retek.component.customerorder
Interface CustomerOrderSettlement

All Superinterfaces:
BusinessObject, SecondClassObject
All Known Implementing Classes:
CustomerOrderSettlementImpl

public interface CustomerOrderSettlement
extends SecondClassObject


Method Summary
 void addReturnLine(ReturnLine returnLine)
           
 void addShippedContainer(ShippedContainer shippedContainer)
           
 Money getAmount()
           
 CustomerOrderPayment getCustomerOrderPayment()
           
 RDate getDateOfPurchase()
           
 RDate getDateOfSettlement()
           
 java.util.Set getReturnLines()
           
 java.lang.String getSettlementFileNumber()
           
 java.util.Set getShippedContainers()
           
 boolean isProcessed()
           
 void setAmount(Money amount)
           
 void setDateOfPurchase(RDate dateOfPurchase)
           
 void setDateOfSettlement(RDate dateOfSettlement)
           
 void setProcessed(boolean processed)
           
 void setSettlementFileNumber(java.lang.String settlementFileNumber)
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getCustomerOrderPayment

public CustomerOrderPayment getCustomerOrderPayment()
                                             throws SystemException
Throws:
SystemException

getAmount

public Money getAmount()
                throws SystemException
Throws:
SystemException

getDateOfPurchase

public RDate getDateOfPurchase()
                        throws SystemException
Throws:
SystemException

getDateOfSettlement

public RDate getDateOfSettlement()
                          throws SystemException
Throws:
SystemException

getSettlementFileNumber

public java.lang.String getSettlementFileNumber()
                                         throws SystemException
Throws:
SystemException

isProcessed

public boolean isProcessed()
                    throws SystemException
Throws:
SystemException

getShippedContainers

public java.util.Set getShippedContainers()
                                   throws SystemException
Throws:
SystemException

getReturnLines

public java.util.Set getReturnLines()
                             throws SystemException
Throws:
SystemException

setDateOfPurchase

public void setDateOfPurchase(RDate dateOfPurchase)
                       throws SystemException
Throws:
SystemException

setAmount

public void setAmount(Money amount)
               throws SystemException
Throws:
SystemException

setSettlementFileNumber

public void setSettlementFileNumber(java.lang.String settlementFileNumber)
                             throws SystemException
Throws:
SystemException

setDateOfSettlement

public void setDateOfSettlement(RDate dateOfSettlement)
                         throws SystemException
Throws:
SystemException

setProcessed

public void setProcessed(boolean processed)
                  throws SystemException
Throws:
SystemException

addShippedContainer

public void addShippedContainer(ShippedContainer shippedContainer)
                         throws SystemException
Throws:
SystemException

addReturnLine

public void addReturnLine(ReturnLine returnLine)
                   throws SystemException
Throws:
SystemException


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