com.retek.component.customerorder
Interface ReturnLineTaxInvoiceRecord

All Superinterfaces:
BusinessObject, ReturnLineTaxRecord, SecondClassObject
All Known Implementing Classes:
ReturnLineTaxInvoiceRecordImpl

public interface ReturnLineTaxInvoiceRecord
extends ReturnLineTaxRecord

Represents that portion of taxes and shipping from the shipped container that is refunded to the customer when a line is returned.

Retek Inc. Copyright (c) 2003


Method Summary
 Money getActualAccommodatedShippingTax()
           
 Money getActualStandardShippingTax()
           
 Money getChargedAccommodatedShippingTax()
           
 Money getChargedStandardShippingTax()
           
 ShippedContainer getShippedContainer()
           
 Money getStandardShippingCharge()
           
 
Methods inherited from interface com.retek.component.customerorder.ReturnLineTaxRecord
getTaxInvoiceDate, getTaxInvoiceNumber, isLocked
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getShippedContainer

public ShippedContainer getShippedContainer()
                                     throws SystemException
Throws:
SystemException

getStandardShippingCharge

public Money getStandardShippingCharge()

getChargedStandardShippingTax

public Money getChargedStandardShippingTax()

getActualStandardShippingTax

public Money getActualStandardShippingTax()

getChargedAccommodatedShippingTax

public Money getChargedAccommodatedShippingTax()

getActualAccommodatedShippingTax

public Money getActualAccommodatedShippingTax()


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