com.retek.component.tax.impl
Class TaxCalculatorInvoiceImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.component.tax.impl.TaxInvoiceImpl
com.retek.component.tax.impl.TaxCalculatorInvoiceImpl
- All Implemented Interfaces:
- BusinessObject, SecondClassObject, TaxCalculatorInvoice, TaxInvoice
- public class TaxCalculatorInvoiceImpl
- extends TaxInvoiceImpl
- implements TaxCalculatorInvoice
Methods inherited from class com.retek.component.tax.impl.TaxInvoiceImpl |
getDto, getInvoiceDate, getInvoiceId, getOrderAcceptanceAddress, getShipFromAddress, getShipToAddress, getTaxCompany, getTaxCustomer, getTaxTransactionCodeType, setInvoiceDate, setInvoiceId, setOrderAcceptanceAddress, setShipFromAddress, setShipToAddress, setTaxCompany, setTaxCustomer, setTaxTransactionCodeType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
TaxCalculatorInvoiceImpl
public TaxCalculatorInvoiceImpl(DistributedContext context)
TaxCalculatorInvoiceImpl
public TaxCalculatorInvoiceImpl(DistributedContext context,
TaxCalculatorInvoiceDto dto)
- Called by SecondClassObjectImpl.wrap()
addLineItem
public void addLineItem(TaxInvoiceLineItem lineItem)
throws BusinessException
- Specified by:
addLineItem
in interface TaxCalculatorInvoice
- Throws:
BusinessException
getLineItems
public java.util.Set getLineItems()
- Specified by:
getLineItems
in interface TaxCalculatorInvoice
getShippingAndHandlingCost
public Money getShippingAndHandlingCost()
- Specified by:
getShippingAndHandlingCost
in interface TaxCalculatorInvoice
getShippingAndHandlingTax
public Money getShippingAndHandlingTax()
- Specified by:
getShippingAndHandlingTax
in interface TaxCalculatorInvoice
setShippingAndHandlingCost
public void setShippingAndHandlingCost(Money shippingAndHandlingCost)
- Specified by:
setShippingAndHandlingCost
in interface TaxCalculatorInvoice
setShippingAndHandlingTax
public void setShippingAndHandlingTax(Money shippingAndHandlingTax)
- Specified by:
setShippingAndHandlingTax
in interface TaxCalculatorInvoice
getTaxCalculatorInvoiceDto
public TaxCalculatorInvoiceDto getTaxCalculatorInvoiceDto()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28