com.retek.component.tax
Interface TaxCalculatorInvoice

All Superinterfaces:
BusinessObject, SecondClassObject, TaxInvoice
All Known Implementing Classes:
TaxCalculatorInvoiceImpl

public interface TaxCalculatorInvoice
extends TaxInvoice


Field Summary
static java.lang.String LINE_ITEMS
           
 
Fields inherited from interface com.retek.component.tax.TaxInvoice
CUSTOMER, INVOICE_DATE, INVOICE_ID, ORDER_ACCEPTANCE_ADDRESS, SHIP_FROM_ADDRESS, SHIP_TO_ADDRESS, TAX_COMPANY
 
Method Summary
 void addLineItem(TaxInvoiceLineItem lineItem)
           
 java.util.Set getLineItems()
           
 Money getShippingAndHandlingCost()
           
 Money getShippingAndHandlingTax()
           
 void setShippingAndHandlingCost(Money shippingAndHandlingCost)
           
 void setShippingAndHandlingTax(Money shippingAndHandlingTax)
           
 
Methods inherited from interface com.retek.component.tax.TaxInvoice
getInvoiceDate, getInvoiceId, getOrderAcceptanceAddress, getShipFromAddress, getShipToAddress, getTaxCompany, getTaxCustomer, getTaxTransactionCodeType, setInvoiceDate, setInvoiceId, setOrderAcceptanceAddress, setShipFromAddress, setShipToAddress, setTaxCompany, setTaxCustomer, setTaxTransactionCodeType
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

LINE_ITEMS

public static final java.lang.String LINE_ITEMS
See Also:
Constant Field Values
Method Detail

getLineItems

public java.util.Set getLineItems()

getShippingAndHandlingCost

public Money getShippingAndHandlingCost()

getShippingAndHandlingTax

public Money getShippingAndHandlingTax()

addLineItem

public void addLineItem(TaxInvoiceLineItem lineItem)
                 throws BusinessException
Throws:
BusinessException

setShippingAndHandlingCost

public void setShippingAndHandlingCost(Money shippingAndHandlingCost)

setShippingAndHandlingTax

public void setShippingAndHandlingTax(Money shippingAndHandlingTax)


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